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

  /external/chromium/chrome/browser/chromeos/
wm_overview_snapshot.h 18 // WmOverviewSnapshot contains a snapshot image of the tab at the
20 class WmOverviewSnapshot : public views::WidgetGtk {
22 WmOverviewSnapshot();
54 DISALLOW_COPY_AND_ASSIGN(WmOverviewSnapshot);
wm_overview_favicon.h 19 class WmOverviewSnapshot;
29 void Init(WmOverviewSnapshot* snapshot);
wm_overview_title.h 22 class WmOverviewSnapshot;
29 void Init(const gfx::Size& size, WmOverviewSnapshot* snapshot);
wm_overview_snapshot.cc 25 WmOverviewSnapshot::WmOverviewSnapshot()
32 void WmOverviewSnapshot::Init(const gfx::Size& size,
45 void WmOverviewSnapshot::UpdateIndex(Browser* browser, int index) {
57 void WmOverviewSnapshot::SetImage(const SkBitmap& image) {
wm_overview_favicon.cc 34 void WmOverviewFavicon::Init(WmOverviewSnapshot* snapshot) {
wm_overview_controller.cc 137 void ConfigureCell(WmOverviewSnapshot* cell, TabContents* contents);
140 void ConfigureCell(WmOverviewSnapshot* cell, int index) {
166 WmOverviewSnapshot* snapshot; // Not owned
296 WmOverviewSnapshot* cell = snapshots_[i].snapshot;
383 void BrowserListener::ConfigureCell(WmOverviewSnapshot* cell,
421 node.snapshot = new WmOverviewSnapshot;
wm_overview_title.cc 62 WmOverviewSnapshot* snapshot) {

Completed in 180 milliseconds