Home
last modified time | relevance | path

Searched refs:WmOverviewFavicon (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dwm_overview_favicon.cc27 const int WmOverviewFavicon::kIconSize = 32;
29 WmOverviewFavicon::WmOverviewFavicon() in WmOverviewFavicon() function in chromeos::WmOverviewFavicon
34 void WmOverviewFavicon::Init(WmOverviewSnapshot* snapshot) { in Init()
54 void WmOverviewFavicon::SetFavicon(const SkBitmap& image) { in SetFavicon()
Dwm_overview_favicon.h22 class WmOverviewFavicon : public views::WidgetGtk {
26 WmOverviewFavicon();
39 DISALLOW_COPY_AND_ASSIGN(WmOverviewFavicon);
Dwm_overview_controller.cc168 WmOverviewFavicon* favicon; // Not owned
425 node.favicon = new WmOverviewFavicon; in InsertSnapshot()
431 WmOverviewFavicon::kIconSize - in InsertSnapshot()