Searched defs:ShowContextMenuForTab (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc82 void FakeBaseTabStripController::ShowContextMenuForTab( function in class:FakeBaseTabStripController
H A Dbrowser_tab_strip_controller.cc317 void BrowserTabStripController::ShowContextMenuForTab( function in class:BrowserTabStripController
H A Dtab_strip.cc1056 void TabStrip::ShowContextMenuForTab(Tab* tab, function in class:TabStrip
1059 controller_->ShowContextMenuForTab(tab, p, source_type);
1636 ShowContextMenuForTab(tab, local_point, ui::MENU_SOURCE_TOUCH);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc240 void BrowserTabStripController::ShowContextMenuForTab(BaseTab* tab, function in class:BrowserTabStripController
H A Dbase_tab_strip.cc273 void BaseTabStrip::ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) { function in class:BaseTabStrip
274 controller_->ShowContextMenuForTab(tab, p);

Completed in 128 milliseconds