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

1234567891011>>

/external/chromium_org/base/
H A Dobserver_list_unittest.cc22 virtual void Observe(int x) = 0;
29 virtual void Observe(int x) OVERRIDE {
46 virtual void Observe(int x) OVERRIDE {
62 virtual void Observe(int x) OVERRIDE {
80 virtual void Observe(int x) OVERRIDE {
144 list_->Notify(&Foo::Observe, 10);
156 virtual void Observe(int x) OVERRIDE {
192 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
201 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
224 observer_list->Notify(&Foo::Observe, 1
[all...]
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_profile_observer.cc25 void PnaclProfileObserver::Observe( function in class:PnaclProfileObserver
H A Dpnacl_profile_observer.h21 virtual void Observe(
/external/chromium_org/chrome/browser/ui/
H A Duma_browsing_activity_observer.h25 virtual void Observe(int type,
/external/chromium_org/content/public/browser/
H A Dnotification_observer.h16 // notification is posted to the notification service, Observe is called.
19 virtual void Observe(int type,
H A Dweb_contents_observer.cc15 Observe(web_contents);
31 void WebContentsObserver::Observe(WebContents* web_contents) { function in class:content::WebContentsObserver
/external/chromium_org/content/public/test/
H A Dmock_notification_observer.h21 MOCK_METHOD3(Observe, void(int type,
/external/chromium/base/
H A Dobserver_list_unittest.cc22 virtual void Observe(int x) = 0;
29 virtual void Observe(int x) { function in class:__anon1740::Adder
43 virtual void Observe(int x) { function in class:__anon1740::Disrupter
56 virtual void Observe(int x) { function in class:__anon1740::ThreadSafeDisrupter
71 virtual void Observe(int x) { function in class:__anon1740::AddInObserve
137 list_->Notify(&Foo::Observe, 10);
148 virtual void Observe(int x) { function in class:__anon1740::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:__anon1740::FooRemover
352 virtual void Observe(int /* x */) { function in class:__anon1740::AddInClearObserve
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dbrowser_state_monitor_unittest.cc82 monitor_.Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED,
96 monitor_.Observe(chrome::NOTIFICATION_SESSION_STARTED,
110 monitor_.Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED,
121 monitor_.Observe(chrome::NOTIFICATION_SESSION_STARTED,
134 monitor_.Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED,
138 monitor_.Observe(chrome::NOTIFICATION_SESSION_STARTED,
143 monitor_.Observe(chrome::NOTIFICATION_SCREEN_LOCK_STATE_CHANGED,
152 monitor_.Observe(chrome::NOTIFICATION_SCREEN_LOCK_STATE_CHANGED,
163 monitor_.Observe(chrome::NOTIFICATION_APP_TERMINATING,
/external/chromium_org/chrome/browser/automation/
H A Dautomation_tab_tracker.cc37 void AutomationTabTracker::Observe( function in class:AutomationTabTracker
48 AutomationResourceTracker<NavigationController*>::Observe(
/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,
/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,
/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,
/external/chromium/chrome/browser/prefs/
H A Dpref_observer_mock.cc14 EXPECT_CALL(*this, Observe(NotificationType(NotificationType::PREF_CHANGED),
/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,
/external/chromium/chrome/browser/ui/options/
H A Doptions_page_base.cc33 void OptionsPageBase::Observe(NotificationType type, function in class:OptionsPageBase
/external/chromium/chrome/browser/ui/webui/
H A Dntp_login_handler.h28 virtual void Observe(NotificationType type,
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_aurawin.h30 virtual void Observe(int type,
/external/chromium_org/chrome/browser/content_settings/
H A Dmock_settings_observer.h21 virtual void Observe(int type,
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_notification_observer.h27 virtual void Observe(int type,
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_system_observer.h22 virtual void Observe(int type,

Completed in 1118 milliseconds

1234567891011>>