Home
last modified time | relevance | path

Searched refs:DIR_CHROMEOS_WALLPAPERS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/
Dchrome_paths.h105 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos enumerator
Dchrome_paths.cc406 case chrome::DIR_CHROMEOS_WALLPAPERS: in PathProvider()
/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_private_api.cc314 CHECK(PathService::Get(chrome::DIR_CHROMEOS_WALLPAPERS, in RunAsync()
442 if (SaveData(chrome::DIR_CHROMEOS_WALLPAPERS, file_name, params->wallpaper)) { in SaveToFile()
455 CHECK(PathService::Get(chrome::DIR_CHROMEOS_WALLPAPERS, &wallpaper_dir)); in SaveToFile()
867 CHECK(PathService::Get(chrome::DIR_CHROMEOS_WALLPAPERS, &wallpaper_dir)); in GetList()
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager.cc1473 CHECK(PathService::Get(chrome::DIR_CHROMEOS_WALLPAPERS, &wallpaper_dir)); in LoadWallpaper()