HomeSort by relevance Sort by last modified time
    Searched full:image_resource_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ash/launcher/
launcher_types.cc 26 image_resource_id(kInvalidImageResourceID) {
launcher_types.h 103 int image_resource_id; member in struct:ash::LauncherItemDetails
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer.h 29 WallpaperResizer(int image_resource_id,
wallpaper_resizer.cc 102 WallpaperResizer::WallpaperResizer(int image_resource_id,
106 GetImageNamed(image_resource_id).ToImageSkia())),
desktop_background_controller.cc 321 const base::FilePath& image_file, int image_resource_id) const {
324 wallpaper_loader_->resource_id() == image_resource_id) ||
327 current_default_wallpaper_resource_id_ == image_resource_id);
desktop_background_controller.h 146 const base::FilePath& image_file, int image_resource_id) const;
  /external/chromium_org/ash/shelf/
shelf_window_watcher.cc 29 if (details.image_resource_id != ash::kInvalidImageResourceID) {
31 item->image = *rb.GetImageSkiaNamed(details.image_resource_id);

Completed in 80 milliseconds