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

  /external/chromium_org/apps/
shell_window.h 200 const gfx::Image& app_icon() const { return app_icon_; }
358 gfx::Image app_icon_; member in class:apps::ShellWindow
360 // Icon URL to be used for setting the app icon. If not empty, app_icon_ will
shell_window.cc 304 if (app_icon_.IsEmpty())
308 *app_icon_.ToSkBitmap(), skia::ImageOperations::RESIZE_BEST,
375 app_icon_ = image;
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 81 const gfx::Image& app_icon() const { return app_icon_; }
402 gfx::Image app_icon_; member in class:Panel
panel.cc 824 app_icon_ = image;
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 315 const SkBitmap& app_icon() const { return app_icon_; }
1129 SkBitmap app_icon_; member in class:TabContents
    [all...]

Completed in 69 milliseconds