HomeSort by relevance Sort by last modified time
    Searched defs:WmOverviewFavicon (Results 1 - 2 of 2) 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) {

Completed in 45 milliseconds