Searched refs:Observe (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/external/chromium/base/
H A Dobserver_list_unittest.cc22 virtual void Observe(int x) = 0;
29 virtual void Observe(int x) { function in class:__anon1160::Adder
43 virtual void Observe(int x) { function in class:__anon1160::Disrupter
56 virtual void Observe(int x) { function in class:__anon1160::ThreadSafeDisrupter
71 virtual void Observe(int x) { function in class:__anon1160::AddInObserve
137 list_->Notify(&Foo::Observe, 10);
148 virtual void Observe(int x) { function in class:__anon1160::AddRemoveThread
184 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
190 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
212 observer_list->Notify(&Foo::Observe, 1
237 virtual void Observe(int x) { function in class:__anon1160::FooRemover
352 virtual void Observe(int /* x */) { function in class:__anon1160::AddInClearObserve
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_extension_tracker.h31 // Overriding AutomationResourceTracker Observe. AutomationResourceTracker's
32 // Observe expects the NotificationSource to be the object that is closing.
35 virtual void Observe(NotificationType type,
H A Dautomation_tab_tracker.h26 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/chromeos/
H A Denterprise_extension_observer.h29 void Observe(NotificationType type,
/external/chromium/chrome/browser/content_settings/
H A Dstub_settings_observer.h21 virtual void Observe(NotificationType type,
H A Dstub_settings_observer.cc19 void StubSettingsObserver::Observe(NotificationType type, function in class:StubSettingsObserver
/external/chromium/chrome/browser/
H A Dplugin_data_remover_helper.h37 virtual void Observe(NotificationType type,
H A Drepost_form_warning_controller.h35 virtual void Observe(NotificationType type,
H A Domnibox_search_hint.h29 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/prefs/
H A Dpref_observer_mock.cc14 EXPECT_CALL(*this, Observe(NotificationType(NotificationType::PREF_CHANGED),
H A Dpref_set_observer_unittest.cc62 TEST_F(PrefSetObserverTest, Observe) {
70 Observe(NotificationType(NotificationType::PREF_CHANGED),
78 Observe(NotificationType(NotificationType::PREF_CHANGED),
85 EXPECT_CALL(observer, Observe(_, _, _)).Times(0);
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_service.h28 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/ui/cocoa/
H A Dtheme_install_bubble_view.h33 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/ui/gtk/
H A Doverflow_button.h27 virtual void Observe(NotificationType type,
H A Dtheme_install_bubble_view_gtk.h21 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/ui/options/
H A Doptions_page_base.cc33 void OptionsPageBase::Observe(NotificationType type, function in class:OptionsPageBase
H A Doptions_page_base.h33 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/ui/webui/
H A Dntp_login_handler.h28 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/extensions/
H A Dextension_test_message_listener.h62 virtual void Observe(NotificationType type,
H A Dexternal_policy_extension_loader.h29 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/net/
H A Dnet_pref_observer.h33 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_scraper_unittest.cc36 virtual void Observe(NotificationType type, function in class:__anon1850::TemplateURLModelLoader
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.h60 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/tab_contents/
H A Dpopup_menu_helper_mac.h35 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/ui/
H A Dbrowser_navigator_browsertest.h40 virtual void Observe(NotificationType type, const NotificationSource& source,

Completed in 382 milliseconds

1234567891011>>