Home
last modified time | relevance | path

Searched refs:Observe (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/external/chromium/base/
Dobserver_list_unittest.cc22 virtual void Observe(int x) = 0;
29 virtual void Observe(int x) { in Observe() function in __anonc081e04a0111::Adder
43 virtual void Observe(int x) { in Observe() function in __anonc081e04a0111::Disrupter
56 virtual void Observe(int x) { in Observe() function in __anonc081e04a0111::ThreadSafeDisrupter
71 virtual void Observe(int x) { in Observe() function in __anonc081e04a0111::AddInObserve
137 list_->Notify(&Foo::Observe, 10); in AddTask()
148 virtual void Observe(int x) { in Observe() function in __anonc081e04a0111::AddRemoveThread
184 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10)); in TEST()
190 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10)); in TEST()
212 observer_list->Notify(&Foo::Observe, 10); in TEST()
[all …]
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.h67 virtual void Observe(NotificationType type,
122 virtual void Observe(NotificationType type,
140 virtual void Observe(NotificationType type,
166 virtual void Observe(NotificationType type,
190 virtual void Observe(NotificationType type,
279 virtual void Observe(NotificationType type,
304 virtual void Observe(NotificationType type,
328 virtual void Observe(NotificationType type,
349 virtual void Observe(NotificationType type,
376 virtual void Observe(NotificationType type,
[all …]
Dautomation_provider_observers.cc104 void InitialLoadObserver::Observe(NotificationType type, in Observe() function in InitialLoadObserver
164 void NewTabUILoadObserver::Observe(NotificationType type, in Observe() function in NewTabUILoadObserver
196 void NavigationControllerRestoredObserver::Observe( in Observe() function in NavigationControllerRestoredObserver
248 void NavigationNotificationObserver::Observe( in Observe() function in NavigationNotificationObserver
324 void TabStripNotificationObserver::Observe(NotificationType type, in Observe() function in TabStripNotificationObserver
467 void ExtensionInstallNotificationObserver::Observe( in Observe() function in ExtensionInstallNotificationObserver
522 void ExtensionUninstallObserver::Observe( in Observe() function in ExtensionUninstallObserver
585 void ExtensionReadyNotificationObserver::Observe( in Observe() function in ExtensionReadyNotificationObserver
644 void ExtensionUnloadNotificationObserver::Observe( in Observe() function in ExtensionUnloadNotificationObserver
678 void ExtensionsUpdatedObserver::Observe( in Observe() function in ExtensionsUpdatedObserver
[all …]
Dautomation_tab_helper_browsertest.cc37 MOCK_METHOD3(Observe, void(NotificationType type,
75 EXPECT_CALL(*mock_notification_observer, Observe( in ExpectClientRedirectAndBreak()
190 EXPECT_CALL(mock_notification_observer, Observe( in IN_PROC_BROWSER_TEST_F()
Dautomation_tab_tracker.cc40 void AutomationTabTracker::Observe(NotificationType type, in Observe() function in AutomationTabTracker
61 AutomationResourceTracker<NavigationController*>::Observe(type, source, in Observe()
/external/chromium/chrome/browser/webdata/
Dweb_data_service_unittest.cc164 Observe(NotificationType(NotificationType::AUTOFILL_ENTRIES_CHANGED), in TEST_F()
194 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)). in TEST_F()
210 Observe(NotificationType(NotificationType::AUTOFILL_ENTRIES_CHANGED), in TEST_F()
225 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)). in TEST_F()
243 Observe(NotificationType(NotificationType::AUTOFILL_ENTRIES_CHANGED), in TEST_F()
262 Observe(NotificationType(NotificationType::AUTOFILL_PROFILE_CHANGED), in TEST_F()
285 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)). in TEST_F()
305 Observe(NotificationType(NotificationType::AUTOFILL_PROFILE_CHANGED), in TEST_F()
329 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)). in TEST_F()
353 Observe(NotificationType(NotificationType::AUTOFILL_PROFILE_CHANGED), in TEST_F()
[all …]
/external/chromium/chrome/browser/prefs/
Dpref_set_observer_unittest.cc62 TEST_F(PrefSetObserverTest, Observe) { in TEST_F() argument
70 Observe(NotificationType(NotificationType::PREF_CHANGED), in TEST_F()
78 Observe(NotificationType(NotificationType::PREF_CHANGED), in TEST_F()
85 EXPECT_CALL(observer, Observe(_, _, _)).Times(0); in TEST_F()
Dpref_service_unittest.cc76 EXPECT_CALL(obs, Observe(_, _, _)).Times(0); in TEST()
87 EXPECT_CALL(obs, Observe(_, _, _)).Times(0); in TEST()
143 EXPECT_CALL(obs, Observe(_, _, _)).Times(0); in TEST()
378 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0); in TEST_F()
394 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0); in TEST_F()
404 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0); in TEST_F()
420 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0); in TEST_F()
430 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0); in TEST_F()
Dpref_notifier_impl_unittest.cc86 EXPECT_CALL(observer, Observe( in TEST_F()
164 EXPECT_CALL(obs2_, Observe(_, _, _)).Times(0); in TEST_F()
181 EXPECT_CALL(obs1_, Observe(_, _, _)).Times(0); in TEST_F()
190 EXPECT_CALL(obs1_, Observe(_, _, _)).Times(0); in TEST_F()
Dscoped_user_pref_update_unittest.cc45 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0); in TEST_F()
72 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0); in TEST_F()
Dpref_set_observer.cc72 void PrefSetObserver::Observe(NotificationType type, in Observe() function in PrefSetObserver
76 observer_->Observe(type, source, details); in Observe()
/external/chromium/chrome/browser/net/gaia/
Dtoken_service_unittest.h35 virtual void Observe(NotificationType type,
52 virtual void Observe(NotificationType type,
Dtoken_service_unittest.cc21 void TokenAvailableTracker::Observe(NotificationType type, in Observe() function in TokenAvailableTracker
24 TestNotificationTracker::Observe(type, source, details); in Observe()
35 void TokenFailedTracker::Observe(NotificationType type, in Observe() function in TokenFailedTracker
38 TestNotificationTracker::Observe(type, source, details); in Observe()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.h115 virtual void Observe(NotificationType type,
172 virtual void Observe(NotificationType type,
234 virtual void Observe(NotificationType type,
311 virtual void Observe(NotificationType type,
400 virtual void Observe(NotificationType type,
469 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_policy_provider.h46 virtual void Observe(NotificationType type,
117 virtual void Observe(NotificationType type,
Dcontent_settings_pref_provider.h49 virtual void Observe(NotificationType type,
130 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dcore_chromeos_options_handler.cc61 void CoreChromeOSOptionsHandler::Observe(NotificationType type, in Observe() function in chromeos::CoreChromeOSOptionsHandler
71 ::CoreOptionsHandler::Observe(type, source, details); in Observe()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_started_animation_win.cc53 virtual void Observe(NotificationType type,
168 void DownloadStartedAnimationWin::Observe(NotificationType type, in Observe() function in __anond4fbf4890111::DownloadStartedAnimationWin
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_started_animation_gtk.cc51 virtual void Observe(NotificationType type,
182 void DownloadStartedAnimationGtk::Observe(NotificationType type, in Observe() function in __anon9fa4c2f90111::DownloadStartedAnimationGtk
/external/chromium/chrome/browser/extensions/
Dextension_prefs_unittest.cc835 EXPECT_CALL(observer, Observe(_, _, _)); in Initialize()
836 EXPECT_CALL(incognito_observer, Observe(_, _, _)); in Initialize()
843 EXPECT_CALL(observer, Observe(_, _, _)).Times(0); in Initialize()
844 EXPECT_CALL(incognito_observer, Observe(_, _, _)).Times(0); in Initialize()
851 EXPECT_CALL(observer, Observe(_, _, _)); in Initialize()
852 EXPECT_CALL(incognito_observer, Observe(_, _, _)); in Initialize()
859 EXPECT_CALL(observer, Observe(_, _, _)).Times(0); in Initialize()
860 EXPECT_CALL(incognito_observer, Observe(_, _, _)); in Initialize()
867 EXPECT_CALL(observer, Observe(_, _, _)); in Initialize()
868 EXPECT_CALL(incognito_observer, Observe(_, _, _)); in Initialize()
Dextension_metrics_apitest.cc67 virtual void Observe(NotificationType type,
92 void UserActionObserver::Observe(NotificationType type, in Observe() function in __anoncf6b6d890111::UserActionObserver
Dextension_disabled_infobar_delegate.cc97 virtual void Observe(NotificationType type,
153 void ExtensionDisabledInfobarDelegate::Observe( in Observe() function in ExtensionDisabledInfobarDelegate
Dextension_tab_id_map.cc32 virtual void Observe(NotificationType type,
53 void ExtensionTabIdMap::TabObserver::Observe( in Observe() function in ExtensionTabIdMap::TabObserver
Dextension_tabs_module.h144 virtual void Observe(NotificationType type,
165 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/ui/gtk/
Dcustom_button.h60 virtual void Observe(NotificationType type,
188 virtual void Observe(NotificationType type,

12345678910>>...24