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

  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 98 class TabContextMenuContents;
125 scoped_ptr<TabContextMenuContents> context_menu_contents_;
browser_tab_strip_controller.cc 34 class BrowserTabStripController::TabContextMenuContents
37 TabContextMenuContents(BaseTab* tab,
48 virtual ~TabContextMenuContents() {
122 DISALLOW_COPY_AND_ASSIGN(TabContextMenuContents);
242 context_menu_contents_.reset(new TabContextMenuContents(tab, this));

Completed in 759 milliseconds