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

  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.h 57 extern const char kSmallWallpaperSuffix[];
wallpaper_manager.cc 108 const char kSmallWallpaperSuffix[] = "_small";
805 kSmallWallpaperSuffix).value();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 307 chromeos::kSmallWallpaperSuffix).value();
437 file_name).InsertBeforeExtension(chromeos::kSmallWallpaperSuffix);
833 if (!EndsWith(file_name, chromeos::kSmallWallpaperSuffix, true))

Completed in 204 milliseconds