Searched defs:ShowDropDownMenu (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_button.cc69 base::Bind(&ToolbarButton::ShowDropDownMenu,
86 ShowDropDownMenu(ui::GetMenuSourceTypeForEvent(event));
153 ShowDropDownMenu(source_type);
169 void ToolbarButton::ShowDropDownMenu(ui::MenuSourceType source_type) { function in class:ToolbarButton
H A Dreload_button.cc125 void ReloadButton::ShowDropDownMenu(ui::MenuSourceType source_type) { function in class:ReloadButton
126 ToolbarButton::ShowDropDownMenu(source_type); // Blocks.
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc505 ShowDropDownMenu(ui::MENU_SOURCE_KEYBOARD);
591 ShowDropDownMenu(source_type);
757 void Combobox::ShowDropDownMenu(ui::MenuSourceType source_type) { function in class:views::Combobox

Completed in 1595 milliseconds