/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_2.h | 50 void RunMenuAt(const gfx::Point& point, Alignment alignment); 67 // Get the result of the last call to RunMenuAt to determine whether an
|
menu_wrapper.h | 27 // All of the possible actions that can result from RunMenuAt. 41 virtual void RunMenuAt(const gfx::Point& point, int alignment) = 0; 57 // Get the result of the last call to RunMenuAt to determine whether an
|
menu_runner.h | 29 // owning the MenuItemView. RunMenuAt() runs a nested message loop. It is safe 39 // if RunMenuAt() returns MENU_DELETED, you should return immediately. 68 // Indicates RunMenuAt is returning because the MenuRunner was deleted. 71 // Indicates RunMenuAt returned and MenuRunner was not deleted. 94 RunResult RunMenuAt(Widget* parent,
|
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.h | 62 virtual void RunMenuAt(int x, int y) OVERRIDE;
|
native_menu_win.h | 36 virtual void RunMenuAt(const gfx::Point& point, int alignment) OVERRIDE; 136 // The action that took place during the call to RunMenuAt.
|
/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);
|
profile_menu_model.h | 31 void RunMenuAt(const gfx::Point& point);
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
render_view_context_menu_views.h | 21 void RunMenuAt(int x, int y);
|
render_view_context_menu_views.cc | 28 void RenderViewContextMenuViews::RunMenuAt(int x, int y) {
|
/external/chromium_org/ui/app_list/views/ |
app_list_menu_views.h | 30 void RunMenuAt(views::MenuButton* button, const gfx::Point& point);
|
app_list_menu_views.cc | 137 void AppListMenuViews::RunMenuAt(views::MenuButton* button, 139 ignore_result(menu_runner_->RunMenuAt(button->GetWidget(), button,
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_shelf_context_menu_view.cc | 40 // The return value of RunMenuAt indicates whether the MenuRunner was deleted 44 ignore_result(menu_runner_->RunMenuAt(
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
render_view_context_menu_views.h | 32 void RunMenuAt(views::Widget* parent,
|
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/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_context_menu.h | 38 void RunMenuAt(const gfx::Point& point);
|
bookmark_menu_controller_views.h | 63 void RunMenuAt(BookmarkBarView* bookmark_bar, bool for_drop); 66 void RunMenuAt(views::MenuButton* button,
|
/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_context_menu.h | 48 void RunMenuAt(const gfx::Point& point,
|
/external/chromium/chrome/browser/chromeos/login/ |
keyboard_switch_menu.cc | 49 input_method_menu().RunMenuAt(new_pt, views::Menu2::ALIGN_TOPLEFT);
|
/external/chromium_org/ui/views/controls/button/ |
button_dropdown.cc | 203 menu_runner_->RunMenuAt(GetWidget(), NULL, 215 menu_runner_->RunMenuAt(GetWidget(), NULL,
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.h | 95 void RunMenuAt(ui::MenuModel* menu_model,
|
/external/chromium/chrome/browser/ui/views/infobars/ |
after_translate_infobar.cc | 161 original_language_menu_->RunMenuAt(pt, views::Menu2::ALIGN_TOPRIGHT); 163 target_language_menu_->RunMenuAt(pt, views::Menu2::ALIGN_TOPRIGHT); 166 options_menu_->RunMenuAt(pt, views::Menu2::ALIGN_TOPRIGHT);
|