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

  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.cc 201 if (info == current_user_wallpaper_info_)
244 info->file = current_user_wallpaper_info_.file = "";
245 info->layout = current_user_wallpaper_info_.layout =
247 info->type = current_user_wallpaper_info_.type = User::DEFAULT;
487 current_user_wallpaper_info_.file = "";
488 current_user_wallpaper_info_.layout = ash::WALLPAPER_LAYOUT_CENTER_CROPPED;
489 current_user_wallpaper_info_.type = User::DEFAULT;
490 current_user_wallpaper_info_.date = base::Time::Now().LocalMidnight();
492 WallpaperInfo info = current_user_wallpaper_info_;
507 current_user_wallpaper_info_ = info
    [all...]
wallpaper_manager.h 341 WallpaperInfo current_user_wallpaper_info_; member in class:chromeos::WallpaperManager

Completed in 22 milliseconds