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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.cc 128 void ReloadButton::ShowDropDownMenu(ui::MenuSourceType source_type) {
129 ToolbarButton::ShowDropDownMenu(source_type); // Blocks.
toolbar_button.cc 82 base::Bind(&ToolbarButton::ShowDropDownMenu,
99 ShowDropDownMenu(ui::GetMenuSourceTypeForEvent(event));
151 ShowDropDownMenu(source_type);
167 void ToolbarButton::ShowDropDownMenu(ui::MenuSourceType source_type) {
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 500 ShowDropDownMenu(ui::MENU_SOURCE_KEYBOARD);
581 ShowDropDownMenu(source_type);
729 void Combobox::ShowDropDownMenu(ui::MenuSourceType source_type) {

Completed in 495 milliseconds