Searched refs:ShowDropDownMenu (Results 1 – 6 of 6) sorted by relevance
82 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
128 void ReloadButton::ShowDropDownMenu(ui::MenuSourceType source_type) { in ShowDropDownMenu() function in ReloadButton129 ToolbarButton::ShowDropDownMenu(source_type); // Blocks. in ShowDropDownMenu()
65 virtual void ShowDropDownMenu(ui::MenuSourceType source_type);
58 virtual void ShowDropDownMenu(ui::MenuSourceType source_type) OVERRIDE;
141 void ShowDropDownMenu(ui::MenuSourceType source_type);
500 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