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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.h 56 virtual void ShowDropDownMenu(ui::MenuSourceType source_type) OVERRIDE;
toolbar_button.cc 69 base::Bind(&ToolbarButton::ShowDropDownMenu,
86 ShowDropDownMenu(ui::GetMenuSourceTypeForEvent(event));
153 ShowDropDownMenu(source_type);
169 void ToolbarButton::ShowDropDownMenu(ui::MenuSourceType source_type) {
toolbar_button.h 67 virtual void ShowDropDownMenu(ui::MenuSourceType source_type);
reload_button.cc 125 void ReloadButton::ShowDropDownMenu(ui::MenuSourceType source_type) {
126 ToolbarButton::ShowDropDownMenu(source_type); // Blocks.
  /external/chromium_org/ui/views/controls/combobox/
combobox.h 149 void ShowDropDownMenu(ui::MenuSourceType source_type);
combobox.cc 505 ShowDropDownMenu(ui::MENU_SOURCE_KEYBOARD);
591 ShowDropDownMenu(source_type);
757 void Combobox::ShowDropDownMenu(ui::MenuSourceType source_type) {

Completed in 359 milliseconds