Home
last modified time | relevance | path

Searched refs:context_menu_contents_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dbrowser_tab_strip_controller.cc144 if (context_menu_contents_.get()) in ~BrowserTabStripController()
145 context_menu_contents_->Cancel(); in ~BrowserTabStripController()
242 context_menu_contents_.reset(new TabContextMenuContents(tab, this)); in ShowContextMenuForTab()
243 context_menu_contents_->RunMenuAt(p); in ShowContextMenuForTab()
Dbrowser_tab_strip_controller.h125 scoped_ptr<TabContextMenuContents> context_menu_contents_; variable
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view.cc252 if (!context_menu_contents_.get()) { in ShowContextMenuForView()
253 context_menu_contents_.reset(new ui::SimpleMenuModel(this)); in ShowContextMenuForView()
254 context_menu_contents_->AddItemWithStringId(IDS_EDIT, IDS_EDIT); in ShowContextMenuForView()
255 context_menu_contents_->AddItemWithStringId( in ShowContextMenuForView()
258 context_menu_.reset(new views::Menu2(context_menu_contents_.get())); in ShowContextMenuForView()
Dbookmark_editor_view.h252 scoped_ptr<ui::SimpleMenuModel> context_menu_contents_; variable
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc2559 if (context_menu_contents_.get()) in BuildContextMenu()
2562 context_menu_contents_.reset(new ui::SimpleMenuModel(this)); in BuildContextMenu()
2565 context_menu_contents_->AddItemWithStringId(IDC_COPY, IDS_COPY); in BuildContextMenu()
2567 context_menu_contents_->AddItemWithStringId(IDS_UNDO, IDS_UNDO); in BuildContextMenu()
2568 context_menu_contents_->AddSeparator(); in BuildContextMenu()
2569 context_menu_contents_->AddItemWithStringId(IDC_CUT, IDS_CUT); in BuildContextMenu()
2570 context_menu_contents_->AddItemWithStringId(IDC_COPY, IDS_COPY); in BuildContextMenu()
2571 context_menu_contents_->AddItemWithStringId(IDC_PASTE, IDS_PASTE); in BuildContextMenu()
2574 context_menu_contents_->AddItemWithStringId(IDS_PASTE_AND_GO, in BuildContextMenu()
2576 context_menu_contents_->AddSeparator(); in BuildContextMenu()
[all …]
Dautocomplete_edit_view_win.h501 scoped_ptr<ui::SimpleMenuModel> context_menu_contents_; variable
/external/chromium/chrome/browser/status_icons/
Dstatus_icon.cc33 context_menu_contents_.reset(menu); in SetContextMenu()
Dstatus_icon.h75 scoped_ptr<ui::MenuModel> context_menu_contents_; variable
/external/chromium/chrome/browser/ui/views/extensions/
Dbrowser_action_overflow_menu_controller.cc100 context_menu_contents_ = new ExtensionContextMenuModel( in ShowContextMenu()
104 context_menu_menu_.reset(new views::Menu2(context_menu_contents_.get())); in ShowContextMenu()
Dbrowser_action_overflow_menu_controller.h109 scoped_refptr<ExtensionContextMenuModel> context_menu_contents_; variable
/external/chromium/chrome/browser/ui/views/location_bar/
Dpage_action_image_view.cc156 context_menu_contents_ = in ShowContextMenu()
158 context_menu_menu_.reset(new views::Menu2(context_menu_contents_.get())); in ShowContextMenu()
Dpage_action_image_view.h89 scoped_refptr<ExtensionContextMenuModel> context_menu_contents_; variable
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.h143 scoped_refptr<ExtensionContextMenuModel> context_menu_contents_; variable
Dbrowser_actions_container.cc260 context_menu_contents_ = in ShowContextMenu()
262 context_menu_menu_.reset(new views::Menu2(context_menu_contents_.get())); in ShowContextMenu()