OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUserWallpaper
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_browsertest.cc
176
wallpaper_manager->
SetUserWallpaper
(kTestUser1);
228
wallpaper_manager->
SetUserWallpaper
(kTestUser1);
233
wallpaper_manager->
SetUserWallpaper
(kTestUser1);
256
wallpaper_manager->
SetUserWallpaper
(kTestUser1);
260
wallpaper_manager->
SetUserWallpaper
(kTestUser1);
263
wallpaper_manager->
SetUserWallpaper
(kTestUser1);
wallpaper_manager.cc
204
SetUserWallpaper
(UserManager::Get()->GetLoggedInUser()->email());
285
SetUserWallpaper
(user_manager->GetLoggedInUser()->email());
529
void WallpaperManager::
SetUserWallpaper
(const std::string& email) {
607
SetUserWallpaper
(last_selected_user_);
787
SetUserWallpaper
(users[0]->email());
[
all
...]
wallpaper_manager.h
188
void
SetUserWallpaper
(const std::string& email);
webui_login_display.cc
290
WallpaperManager::Get()->
SetUserWallpaper
(username);
user_manager_impl.cc
322
WallpaperManager::Get()->
SetUserWallpaper
(active_user_->email());
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
locally_managed_user_creation_screen_handler.cc
262
WallpaperManager::Get()->
SetUserWallpaper
(manager_id);
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
280
chromeos::WallpaperManager::Get()->
SetUserWallpaper
(user_email);
[
all
...]
Completed in 1080 milliseconds