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

  /external/chromium/chrome/browser/chromeos/
wm_overview_favicon.h 22 class WmOverviewFavicon : public views::WidgetGtk {
26 WmOverviewFavicon();
39 DISALLOW_COPY_AND_ASSIGN(WmOverviewFavicon);
wm_overview_favicon.cc 27 const int WmOverviewFavicon::kIconSize = 32;
29 WmOverviewFavicon::WmOverviewFavicon()
34 void WmOverviewFavicon::Init(WmOverviewSnapshot* snapshot) {
54 void WmOverviewFavicon::SetFavicon(const SkBitmap& image) {
wm_overview_controller.cc 168 WmOverviewFavicon* favicon; // Not owned
425 node.favicon = new WmOverviewFavicon;
431 WmOverviewFavicon::kIconSize -

Completed in 95 milliseconds