OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCustomWallpaper
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h
120
DECLARE_EXTENSION_FUNCTION("wallpaperPrivate.
setCustomWallpaper
",
142
scoped_ptr<extensions::api::wallpaper_private::
SetCustomWallpaper
::Params>
wallpaper_api.cc
142
wallpaper_manager->
SetCustomWallpaper
(user_id_,
wallpaper_private_api.cc
46
namespace set_custom_wallpaper = wallpaper_private::
SetCustomWallpaper
;
584
wallpaper_manager->
SetCustomWallpaper
(user_id_,
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_browsertest.cc
513
// picker (calls
SetCustomWallpaper
);
549
wallpaper_manager->
SetCustomWallpaper
(kTestUser1,
557
//
SetCustomWallpaper
should also update wallpaper cache when multi-profile is
[
all
...]
wallpaper_manager.h
145
//
SetCustomWallpaper
(user_wallpaper, layout);
264
void
SetCustomWallpaper
(const std::string& user_id,
wallpaper_manager.cc
841
SetCustomWallpaper
(user_id,
850
void WallpaperManager::
SetCustomWallpaper
(const std::string& user_id,
[
all
...]
Completed in 608 milliseconds