Home
last modified time | relevance | path

Searched refs:context_menu_ (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/status_icons/
Dstatus_icon_win.cc99 context_menu_.reset(); in UpdatePlatformContextMenu()
104 context_menu_.reset(new views::Menu2(menu)); in UpdatePlatformContextMenu()
115 if (context_menu_.get()) { in HandleClickEvent()
119 context_menu_->RunContextMenuAt(gfx::Point(x, y)); in HandleClickEvent()
Dstatus_icon_win.h64 scoped_ptr<views::Menu2> context_menu_; variable
/external/chromium/chrome/browser/
Dbackground_mode_manager.cc45 context_menu_(NULL), in BackgroundModeManager()
263 if (!context_menu_) in UpdateContextMenuEntryIcon()
265 context_menu_->SetIcon( in UpdateContextMenuEntryIcon()
268 status_icon_->SetContextMenu(context_menu_); // for Update effect in UpdateContextMenuEntryIcon()
298 context_menu_ = menu; in UpdateStatusTrayIconContextMenu()
322 context_menu_ = NULL; // Do not delete, points within status_icon_ in RemoveStatusTrayIcon()
Dbackground_mode_manager.h162 ui::SimpleMenuModel* context_menu_; variable
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_menu_controller_views.h81 return context_menu_.get() ? context_menu_->menu() : NULL; in context_menu()
184 scoped_ptr<BookmarkContextMenu> context_menu_; variable
Dbookmark_menu_controller_views.cc214 context_menu_.reset( in ShowContextMenu()
221 context_menu_->set_observer(this); in ShowContextMenu()
222 context_menu_->RunMenuAt(p); in ShowContextMenu()
223 context_menu_.reset(NULL); in ShowContextMenu()
Dbookmark_editor_view.cc258 context_menu_.reset(new views::Menu2(context_menu_contents_.get())); in ShowContextMenuForView()
260 context_menu_->RunContextMenuAt(p); in ShowContextMenuForView()
424 context_menu_.reset(); in Reset()
Dbookmark_editor_view.h253 scoped_ptr<views::Menu2> context_menu_; variable
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_menu_controller_gtk.cc129 context_menu_->Cancel(); in CloseMenu()
268 context_menu_.reset( in OnMenuButtonPressedOrReleased()
275 signals_.Connect(context_menu_->widget(), "hide", in OnMenuButtonPressedOrReleased()
278 context_menu_->PopupAsContext(gfx::Point(event->x_root, event->y_root), in OnMenuButtonPressedOrReleased()
Dbookmark_menu_controller_gtk.h138 scoped_ptr<MenuGtk> context_menu_; variable
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc275 context_menu_.reset(new RenderViewContextMenuViews(tab_contents(), params)); in ShowContextMenu()
276 context_menu_->Init(); in ShowContextMenu()
289 context_menu_->RunMenuAt(screen_point.x(), screen_point.y()); in ShowContextMenu()
Dtab_contents_view_views.cc267 context_menu_.reset(new RenderViewContextMenuViews(tab_contents(), params)); in ShowContextMenu()
268 context_menu_->Init(); in ShowContextMenu()
277 context_menu_->RunMenuAt(screen_pt.x, screen_pt.y); in ShowContextMenu()
Dtab_contents_view_gtk.cc373 context_menu_.reset(new RenderViewContextMenuViews(tab_contents(), params)); in ShowContextMenu()
374 context_menu_->Init(); in ShowContextMenu()
383 context_menu_->RunMenuAt(screen_point.x(), screen_point.y()); in ShowContextMenu()
Dtab_contents_view_touch.h113 scoped_ptr<RenderViewContextMenuViews> context_menu_; variable
Dtab_contents_view_gtk.h121 scoped_ptr<RenderViewContextMenuViews> context_menu_; variable
Dtab_contents_view_views.h121 scoped_ptr<RenderViewContextMenuViews> context_menu_; variable
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc327 context_menu_.reset(new RenderViewContextMenuGtk( in ShowContextMenu()
329 context_menu_->Init(); in ShowContextMenu()
335 context_menu_->Popup(point); in ShowContextMenu()
Dtab_contents_view_gtk.h121 scoped_ptr<RenderViewContextMenuGtk> context_menu_; variable
/external/chromium/chrome/browser/ui/views/download/
Ddownload_item_view.cc334 if (context_menu_.get()) { in ~DownloadItemView()
335 context_menu_->Stop(); in ~DownloadItemView()
662 if (!context_menu_.get()) in ShowContextMenu()
663 context_menu_.reset(new DownloadShelfContextMenuWin(model_.get())); in ShowContextMenu()
668 context_menu_->Run(point); in ShowContextMenu()
675 if (context_menu_->download()) { in ShowContextMenu()
Ddownload_item_view.h279 scoped_ptr<DownloadShelfContextMenuWin> context_menu_; variable
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_titlebar.h223 scoped_ptr<MenuGtk> context_menu_; variable
Dbrowser_actions_toolbar_gtk.cc211 context_menu_.reset( in GetContextMenu()
213 return context_menu_.get(); in GetContextMenu()
356 scoped_ptr<MenuGtk> context_menu_; member in BrowserActionButton
Dbrowser_titlebar.cc800 if (!context_menu_.get()) { in ShowContextMenu()
802 context_menu_.reset(new MenuGtk(NULL, context_menu_model_.get())); in ShowContextMenu()
805 context_menu_->PopupAsContext(gfx::Point(event->x_root, event->y_root), in ShowContextMenu()
Dlocation_bar_view_gtk.h294 scoped_ptr<MenuGtk> context_menu_; variable
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h502 scoped_ptr<views::Menu2> context_menu_; variable

12