Home
last modified time | relevance | path

Searched refs:ShowDropDownMenu (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/toolbar/
Dtoolbar_button.cc82 base::Bind(&ToolbarButton::ShowDropDownMenu, in OnMousePressed()
99 ShowDropDownMenu(ui::GetMenuSourceTypeForEvent(event)); in OnMouseDragged()
151 ShowDropDownMenu(source_type); in ShowContextMenuForView()
167 void ToolbarButton::ShowDropDownMenu(ui::MenuSourceType source_type) { in ShowDropDownMenu() function in ToolbarButton
Dreload_button.cc128 void ReloadButton::ShowDropDownMenu(ui::MenuSourceType source_type) { in ShowDropDownMenu() function in ReloadButton
129 ToolbarButton::ShowDropDownMenu(source_type); // Blocks. in ShowDropDownMenu()
Dtoolbar_button.h65 virtual void ShowDropDownMenu(ui::MenuSourceType source_type);
Dreload_button.h58 virtual void ShowDropDownMenu(ui::MenuSourceType source_type) OVERRIDE;
/external/chromium_org/ui/views/controls/combobox/
Dcombobox.h141 void ShowDropDownMenu(ui::MenuSourceType source_type);
Dcombobox.cc500 ShowDropDownMenu(ui::MENU_SOURCE_KEYBOARD); in OnKeyPressed()
581 ShowDropDownMenu(source_type); in ButtonPressed()
729 void Combobox::ShowDropDownMenu(ui::MenuSourceType source_type) { in ShowDropDownMenu() function in views::Combobox