Searched refs:ShouldExecuteCommandWithoutClosingMenu (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc83 bool MenuDelegate::ShouldExecuteCommandWithoutClosingMenu(int id, function in class:views::MenuDelegate
H A Dmenu_delegate.h144 virtual bool ShouldExecuteCommandWithoutClosingMenu(int id,
H A Dmenu_controller.cc559 if (part.menu->GetDelegate()->ShouldExecuteCommandWithoutClosingMenu(
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc101 bool BookmarkMenuController::ShouldExecuteCommandWithoutClosingMenu( function in class:BookmarkMenuController
103 return menu_delegate_->ShouldExecuteCommandWithoutClosingMenu(id, e);
H A Dbookmark_menu_controller_views.h83 virtual bool ShouldExecuteCommandWithoutClosingMenu(
H A Dbookmark_menu_delegate.h102 bool ShouldExecuteCommandWithoutClosingMenu(int id, const ui::Event& e);
H A Dbookmark_menu_delegate.cc160 bool BookmarkMenuDelegate::ShouldExecuteCommandWithoutClosingMenu( function in class:BookmarkMenuDelegate

Completed in 354 milliseconds