Home
last modified time | relevance | path

Searched refs:OnPerformAction (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/ui/views/controls/combobox/
Dcombobox.cc380 OnPerformAction(); in ExecuteCommand()
399 OnPerformAction(); in SetSelectedRow()
496 OnPerformAction(); in OnKeyPressed()
510 OnPerformAction(); in OnKeyPressed()
521 OnPerformAction(); in OnKeyReleased()
577 OnPerformAction(); in ButtonPressed()
807 void Combobox::OnPerformAction() { in OnPerformAction() function in views::Combobox
814 listener_->OnPerformAction(this); in OnPerformAction()
Dcombobox_listener.h25 virtual void OnPerformAction(Combobox* combobox) = 0;
Dcombobox.h152 void OnPerformAction();
Dcombobox_unittest.cc160 virtual void OnPerformAction(Combobox* combobox) OVERRIDE { in OnPerformAction() function in views::__anon97c220030111::EvilListener
178 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE { in OnPerformAction() function in views::__anon97c220030111::TestComboboxListener
/external/chromium_org/ui/views/examples/
Dcombobox_example.h41 virtual void OnPerformAction(Combobox* combobox) OVERRIDE;
Dcombobox_example.cc47 void ComboboxExample::OnPerformAction(Combobox* combobox) { in OnPerformAction() function in views::examples::ComboboxExample
Dlabel_example.h39 virtual void OnPerformAction(Combobox* combobox) OVERRIDE;
Dtext_example.h46 virtual void OnPerformAction(Combobox* combobox) OVERRIDE;
Dexamples_window.cc189 virtual void OnPerformAction(Combobox* combobox) OVERRIDE { in OnPerformAction() function in views::examples::ExamplesWindowContents
Dlabel_example.cc128 void LabelExample::OnPerformAction(Combobox* combobox) { in OnPerformAction() function in views::examples::LabelExample
Dtext_example.cc201 void TextExample::OnPerformAction(Combobox* combobox) { in OnPerformAction() function in views::examples::TextExample
/external/chromium_org/chrome/browser/ui/views/
Dsigned_certificate_timestamps_views.h53 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
Dsigned_certificate_timestamps_views.cc116 void SignedCertificateTimestampsViews::OnPerformAction( in OnPerformAction() function in SignedCertificateTimestampsViews
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
Dapp_info_summary_panel.h46 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
Dapp_info_summary_panel.cc308 void AppInfoSummaryPanel::OnPerformAction(views::Combobox* combobox) { in OnPerformAction() function in AppInfoSummaryPanel
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bubble_view.h87 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
Dbookmark_bubble_view.cc319 void BookmarkBubbleView::OnPerformAction(views::Combobox* combobox) { in OnPerformAction() function in BookmarkBubbleView
/external/chromium_org/chrome/browser/ui/views/translate/
Dtranslate_bubble_view.h78 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
Dtranslate_bubble_view.cc240 void TranslateBubbleView::OnPerformAction(views::Combobox* combobox) { in OnPerformAction() function in TranslateBubbleView
/external/chromium_org/chrome/browser/chromeos/options/
Dvpn_config_view.h63 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
Dwifi_config_view.h73 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
Dvpn_config_view.cc342 void VPNConfigView::OnPerformAction(views::Combobox* combobox) { in OnPerformAction() function in chromeos::VPNConfigView
/external/chromium_org/chrome/browser/ui/views/website_settings/
Dpermissions_bubble_view.cc199 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
404 void PermissionsBubbleDelegateView::OnPerformAction( in OnPerformAction() function in PermissionsBubbleDelegateView
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_bubble_view.cc188 virtual void OnPerformAction(views::Combobox* source) OVERRIDE;
257 void ManagePasswordsBubbleView::PendingView::OnPerformAction( in OnPerformAction() function in ManagePasswordsBubbleView::PendingView
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.h147 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;

12