Searched refs:LoadWallpaper (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.h60 virtual void LoadWallpaper(const std::string& username) OVERRIDE;
H A Dapp_launch_signin_screen.cc102 void AppLaunchSigninScreen::LoadWallpaper(const std::string& username) { function in class:chromeos::AppLaunchSigninScreen
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_display.h68 virtual void LoadWallpaper(const std::string& username) OVERRIDE;
H A Dwebui_login_display.cc271 void WebUILoginDisplay::LoadWallpaper(const std::string& username) { function in class:chromeos::WebUILoginDisplay
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.h143 // Do LoadWallpaper() - image not found in cache.
152 // - need to LoadWallpaper(), resize and install.
450 void LoadWallpaper(const std::string& user_id,
H A Dwallpaper_manager.cc400 manager->LoadWallpaper(user_id_, info_, true, on_finish_.Pass());
1346 LoadWallpaper(user_id,
1438 void WallpaperManager::LoadWallpaper(const std::string& user_id, function in class:chromeos::WallpaperManager
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.h170 virtual void LoadWallpaper(const std::string& username) = 0;
H A Dgaia_screen_handler.cc571 Delegate()->LoadWallpaper(populated_email_);
H A Dsignin_screen_handler.cc1159 delegate_->LoadWallpaper(email);

Completed in 89 milliseconds