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

12

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

Completed in 1510 milliseconds

12