Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 25 of 225) sorted by relevance

123456789

/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_model_observer_for_cocoa.mm26 Notify();
37 Notify();
46 Notify();
53 Notify();
59 Notify();
62 void BookmarkModelObserverForCocoa::Notify() { function
/external/chromium/chrome/browser/sync/
Dprofile_sync_test_util.h26 ACTION_P(Notify, type) { in ACTION_P() argument
27 NotificationService::current()->Notify(type, in ACTION_P()
70 void Notify(NotificationType type, const NotificationDetails& details);
72 void Notify(NotificationType type,
Dprofile_sync_test_util.cc52 void ThreadNotifier::Notify(NotificationType type, in Notify() function in ThreadNotifier
54 Notify(type, NotificationService::AllSources(), details); in Notify()
57 void ThreadNotifier::Notify(NotificationType type, in Notify() function in ThreadNotifier
76 NotificationService::current()->Notify(type, source, details); in NotifyTask()
/external/chromium/base/
Dobserver_list_threadsafe.h142 void Notify(Method m) { in Notify() function
144 Notify<Method, Tuple0>(method); in Notify()
148 void Notify(Method m, const A &a) { in Notify() function
150 Notify<Method, Tuple1<A> >(method); in Notify()
167 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) {
Dobserver_list_unittest.cc137 list_->Notify(&Foo::Observe, 10); in AddTask()
212 observer_list->Notify(&Foo::Observe, 10); in TEST()
219 observer_list->Notify(&Foo::Observe, 10); in TEST()
265 observer_list->Notify(&Foo::Observe, 1); in TEST()
304 observer_list->Notify(&Foo::Observe, 10); in ThreadSafeObserverHarness()
/external/chromium/chrome/browser/
Dcookies_tree_model_unittest.cc61 mock_browsing_data_database_helper_->Notify(); in CreateCookiesTreeModelWithInitialSample()
63 mock_browsing_data_local_storage_helper_->Notify(); in CreateCookiesTreeModelWithInitialSample()
65 mock_browsing_data_session_storage_helper_->Notify(); in CreateCookiesTreeModelWithInitialSample()
67 mock_browsing_data_indexed_db_helper_->Notify(); in CreateCookiesTreeModelWithInitialSample()
474 mock_browsing_data_database_helper_->Notify(); in TEST_F()
476 mock_browsing_data_local_storage_helper_->Notify(); in TEST_F()
478 mock_browsing_data_session_storage_helper_->Notify(); in TEST_F()
480 mock_browsing_data_indexed_db_helper_->Notify(); in TEST_F()
536 mock_browsing_data_database_helper_->Notify(); in TEST_F()
538 mock_browsing_data_local_storage_helper_->Notify(); in TEST_F()
[all …]
Dbackground_contents_service_unittest.cc75 NotificationService::current()->Notify( in Navigate()
83 NotificationService::current()->Notify( in MockClose()
91 NotificationService::current()->Notify( in ~MockBackgroundContents()
/external/chromium/chrome/browser/extensions/
Dextension_test_api.cc29 NotificationService::current()->Notify( in RunImpl()
41 NotificationService::current()->Notify( in RunImpl()
80 NotificationService::current()->Notify( in RunImpl()
Dextension_host.cc158 NotificationService::current()->Notify( in ~ExtensionHost()
265 NotificationService::current()->Notify( in Observe()
317 NotificationService::current()->Notify( in RenderViewGone()
382 NotificationService::current()->Notify( in DidStopLoading()
422 NotificationService::current()->Notify( in DocumentOnLoadCompletedInMainFrame()
499 NotificationService::current()->Notify( in Close()
750 NotificationService::current()->Notify( in HandleKeyboardEvent()
/external/chromium/chrome/browser/prefs/
Dscoped_user_pref_update.cc20 Notify(); in ~ScopedUserPrefUpdateBase()
29 void ScopedUserPrefUpdateBase::Notify() { in Notify() function in subtle::ScopedUserPrefUpdateBase
/external/webkit/Source/WebCore/platform/wx/
DSharedTimerWx.cpp47 virtual void Notify();
59 void WebKitTimer::Notify() in Notify() function in WebCore::WebKitTimer
/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager_mock.h17 NotificationService::current()->Notify( in ACTION_P3()
25 NotificationService::current()->Notify(type, in ACTION_P2()
/external/chromium/chrome/browser/password_manager/
Dpassword_store_x.cc35 NotificationService::current()->Notify( in AddLoginImpl()
50 NotificationService::current()->Notify( in UpdateLoginImpl()
65 NotificationService::current()->Notify( in RemoveLoginImpl()
89 NotificationService::current()->Notify( in RemoveLoginsCreatedBetweenImpl()
Dpassword_store_default.cc131 NotificationService::current()->Notify( in AddLoginImpl()
142 NotificationService::current()->Notify( in UpdateLoginImpl()
153 NotificationService::current()->Notify( in RemoveLoginImpl()
171 NotificationService::current()->Notify( in RemoveLoginsCreatedBetweenImpl()
/external/chromium/chrome/browser/tab_contents/
Dbackground_contents.cc56 NotificationService::current()->Notify( in ~BackgroundContents()
100 NotificationService::current()->Notify( in DidNavigate()
173 NotificationService::current()->Notify( in Close()
184 NotificationService::current()->Notify( in RenderViewGone()
/external/chromium/chrome/browser/ui/
Dbrowser_list.cc174 NotificationService::current()->Notify( in AddBrowser()
219 NotificationService::current()->Notify(NotificationType::APP_TERMINATING, in NotifyAndTerminate()
250 NotificationService::current()->Notify( in RemoveBrowser()
282 NotificationService::current()->Notify(NotificationType::APP_TERMINATING, in RemoveBrowser()
395 NotificationService::current()->Notify( in CloseAllBrowsersAndExit()
423 NotificationService::current()->Notify( in SessionEnding()
435 NotificationService::current()->Notify( in SessionEnding()
/external/chromium/net/base/
Dcert_database.cc50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify( in NotifyObserversOfUserCertAdded()
56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify( in NotifyObserversOfCertTrustChanged()
Dnetwork_change_notifier.cc103 g_network_change_notifier->ip_address_observer_list_->Notify( in NotifyObserversOfIPAddressChange()
109 online_state_observer_list_->Notify( in NotifyObserversOfOnlineStateChange()
/external/chromium/chrome/browser/translate/
Dtranslate_tab_helper.cc44 NotificationService::current()->Notify( in OnLanguageDetermined()
57 NotificationService::current()->Notify( in OnPageTranslated()
/external/chromium/chrome/browser/webdata/
Dweb_data_service.cc609 NotificationService::current()->Notify(NotificationType::WEB_DATABASE_LOADED, in NotifyDatabaseLoadedOnUIThread()
940 NotificationService::current()->Notify( in AddFormElementsImpl()
976 NotificationService::current()->Notify( in RemoveFormElementsAddedBetweenImpl()
1003 NotificationService::current()->Notify( in RemoveFormValueForElementNameImpl()
1026 NotificationService::current()->Notify( in AddAutofillProfileImpl()
1060 NotificationService::current()->Notify( in UpdateAutofillProfileImpl()
1089 NotificationService::current()->Notify( in RemoveAutofillProfileImpl()
1126 NotificationService::current()->Notify( in EmptyMigrationTrashImpl()
1142 NotificationService::current()->Notify( in EmptyMigrationTrashImpl()
1174 NotificationService::current()->Notify( in AddCreditCardImpl()
[all …]
/external/chromium/net/tools/flip_server/
Dacceptor_thread.h32 void Notify() { in Notify() function
69 void Quit() { quitting_.Notify(); } in Quit()
/external/chromium/chrome/browser/sync/notifier/
Dnon_blocking_invalidation_notifier.cc115 observers_->Notify(&SyncNotifierObserver::OnIncomingNotification, in OnIncomingNotification()
122 observers_->Notify(&SyncNotifierObserver::OnNotificationStateChange, in OnNotificationStateChange()
129 observers_->Notify(&SyncNotifierObserver::StoreState, state); in StoreState()
/external/chromium/testing/gtest/test/
Dgtest_output_test_.cc274 check_points->n1.Notify(); in ThreadWithScopedTrace()
282 check_points->n3.Notify(); in ThreadWithScopedTrace()
298 check_points.n2.Notify(); in TEST()
472 notifications->spawn_thread_started.Notify(); in ThreadRoutine()
495 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()
/external/libvpx/libvpx/third_party/googletest/src/test/
Dgtest_output_test_.cc274 check_points->n1.Notify(); in ThreadWithScopedTrace()
282 check_points->n3.Notify(); in ThreadWithScopedTrace()
298 check_points.n2.Notify(); in TEST()
472 notifications->spawn_thread_started.Notify(); in ThreadRoutine()
495 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()
/external/gtest/test/
Dgtest_output_test_.cc274 check_points->n1.Notify(); in ThreadWithScopedTrace()
282 check_points->n3.Notify(); in ThreadWithScopedTrace()
298 check_points.n2.Notify(); in TEST()
472 notifications->spawn_thread_started.Notify(); in ThreadRoutine()
495 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()

123456789