HomeSort by relevance Sort by last modified time
    Searched defs:RunMenuAt (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/ui/views/
profile_menu_model.cc 25 void ProfileMenuModel::RunMenuAt(const gfx::Point& point) {
26 menu_->RunMenuAt(point, views::Menu2::ALIGN_TOPRIGHT);
  /external/chromium/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.cc 28 void RenderViewContextMenuViews::RunMenuAt(int x, int y) {
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 39 void BookmarkContextMenu::RunMenuAt(const gfx::Point& point) {
47 menu_->RunMenuAt(parent_window_, NULL, gfx::Rect(point.x(), point.y(), 0, 0),
bookmark_menu_controller_views.cc 53 void BookmarkMenuController::RunMenuAt(BookmarkBarView* bookmark_bar,
62 RunMenuAt(menu_button, anchor, for_drop);
65 void BookmarkMenuController::RunMenuAt(
82 menu_->RunMenuAt(parent_, button, bounds, position, false);
222 context_menu_->RunMenuAt(p);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 62 void BookmarkContextMenu::RunMenuAt(const gfx::Point& point,
69 if (menu_runner_->RunMenuAt(
bookmark_menu_controller_views.cc 50 void BookmarkMenuController::RunMenuAt(BookmarkBarView* bookmark_bar,
67 ignore_result(menu_runner_->RunMenuAt(menu_delegate_->parent(), menu_button,
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.cc 43 void RenderViewContextMenuViews::RunMenuAt(views::Widget* parent,
51 if (menu_runner_->RunMenuAt(parent, NULL, gfx::Rect(point, gfx::Size()),
  /external/chromium_org/ui/views/controls/menu/
menu_2.cc 24 void Menu2::RunMenuAt(const gfx::Point& point, Alignment alignment) {
25 wrapper_->RunMenuAt(point, alignment);
29 RunMenuAt(point, ALIGN_TOPLEFT);
menu_runner.cc 58 // Release() cancels the menu and when the nested RunMenuAt() call returns
72 MenuRunner::RunResult RunMenuAt(Widget* parent,
168 MenuRunner::RunResult MenuRunnerImpl::RunMenuAt(
332 MenuRunner::RunResult MenuRunner::RunMenuAt(Widget* parent,
362 return holder_->RunMenuAt(parent, button, bounds, anchor, types);
menu_win.cc 348 void MenuWin::RunMenuAt(int x, int y) {
native_menu_win.cc 417 void NativeMenuWin::RunMenuAt(const gfx::Point& point, int alignment) {
750 // This only gets called from RunMenuAt, and as such there is only ever one
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.cc 137 void AppListMenuViews::RunMenuAt(views::MenuButton* button,
139 ignore_result(menu_runner_->RunMenuAt(button->GetWidget(), button,
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 58 void RunMenuAt(const gfx::Point& point) {
59 menu_->RunMenuAt(point, views::Menu2::ALIGN_TOPLEFT);
243 context_menu_contents_->RunMenuAt(p);
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 303 void InfoBarView::RunMenuAt(ui::MenuModel* menu_model,
311 ignore_result(menu_runner_->RunMenuAt(
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 99 void RunMenuAt(const gfx::Point& point, ui::MenuSourceType source_type) {
100 if (menu_runner_->RunMenuAt(
292 context_menu_contents_->RunMenuAt(p, source_type);

Completed in 796 milliseconds