HomeSort by relevance Sort by last modified time
    Searched refs:CreateUserWallpaperDelegate (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.h 17 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate();
ash_user_wallpaper_delegate.cc 111 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() {
  /external/chromium_org/chrome/browser/ui/ash/
user_wallpaper_delegate_win.h 12 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate();
user_wallpaper_delegate_win.cc 70 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() {
chrome_shell_delegate_views.cc 109 ash::UserWallpaperDelegate* ChromeShellDelegate::CreateUserWallpaperDelegate() {
111 return ::CreateUserWallpaperDelegate();
chrome_shell_delegate.h 82 virtual ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE;
chrome_shell_delegate_chromeos.cc 231 ash::UserWallpaperDelegate* ChromeShellDelegate::CreateUserWallpaperDelegate() {
232 return chromeos::CreateUserWallpaperDelegate();
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 65 virtual ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE;
shell_delegate_impl.cc 203 ash::UserWallpaperDelegate* ShellDelegateImpl::CreateUserWallpaperDelegate() {
  /external/chromium_org/ash/
shell_delegate.h 211 virtual UserWallpaperDelegate* CreateUserWallpaperDelegate() = 0;
shell.cc 599 user_wallpaper_delegate_.reset(delegate_->CreateUserWallpaperDelegate());
    [all...]
  /external/chromium_org/ash/test/
test_shell_delegate.h 68 virtual UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE;
test_shell_delegate.cc 162 UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() {

Completed in 152 milliseconds