HomeSort by relevance Sort by last modified time
    Searched refs:ShouldExecuteCommandWithoutClosingMenu (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.h 82 virtual bool ShouldExecuteCommandWithoutClosingMenu(
bookmark_menu_controller_views.cc 103 bool BookmarkMenuController::ShouldExecuteCommandWithoutClosingMenu(
105 return menu_delegate_->ShouldExecuteCommandWithoutClosingMenu(id, e);
bookmark_menu_delegate.h 102 bool ShouldExecuteCommandWithoutClosingMenu(int id, const ui::Event& e);
bookmark_menu_delegate.cc 161 bool BookmarkMenuDelegate::ShouldExecuteCommandWithoutClosingMenu(
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 83 bool MenuDelegate::ShouldExecuteCommandWithoutClosingMenu(int id,
menu_delegate.h 144 virtual bool ShouldExecuteCommandWithoutClosingMenu(int id,
menu_controller.cc 555 if (part.menu->GetDelegate()->ShouldExecuteCommandWithoutClosingMenu(
    [all...]

Completed in 63 milliseconds