Searched refs:Notify (Results 1 - 25 of 165) sorted by relevance

1234567

/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.cc20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/external/webkit/Source/WebCore/platform/wx/
H A DSharedTimerWx.cpp47 virtual void Notify();
59 void WebKitTimer::Notify() function in class:WebCore::WebKitTimer
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_test_util.cc52 void ThreadNotifier::Notify(NotificationType type, function in class:ThreadNotifier
54 Notify(type, NotificationService::AllSources(), details);
57 void ThreadNotifier::Notify(NotificationType type, function in class:ThreadNotifier
76 NotificationService::current()->Notify(type, source, details);
H A Dprofile_sync_test_util.h26 ACTION_P(Notify, type) {
27 NotificationService::current()->Notify(type,
70 void Notify(NotificationType type, const NotificationDetails& details);
72 void Notify(NotificationType type,
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager_mock.h17 NotificationService::current()->Notify(
25 NotificationService::current()->Notify(type,
/external/chromium/net/base/
H A Dcert_database.cc50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
H A Dnetwork_change_notifier.cc103 g_network_change_notifier->ip_address_observer_list_->Notify(
109 online_state_observer_list_->Notify(
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
H A DSDLOSXCAGuard.h103 void (*Notify)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/external/chromium/chrome/browser/extensions/
H A Dextension_test_api.cc29 NotificationService::current()->Notify(
41 NotificationService::current()->Notify(
80 NotificationService::current()->Notify(
/external/chromium/chrome/browser/
H A Dmock_browsing_data_indexed_db_helper.h18 // call Notify().
28 void Notify();
H A Dmock_browsing_data_local_storage_helper.h17 // call Notify().
34 void Notify();
H A Dmock_browsing_data_database_helper.h18 // Notify().
35 void Notify();
H A Dcookies_tree_model_unittest.cc61 mock_browsing_data_database_helper_->Notify();
63 mock_browsing_data_local_storage_helper_->Notify();
65 mock_browsing_data_session_storage_helper_->Notify();
67 mock_browsing_data_indexed_db_helper_->Notify();
474 mock_browsing_data_database_helper_->Notify();
476 mock_browsing_data_local_storage_helper_->Notify();
478 mock_browsing_data_session_storage_helper_->Notify();
480 mock_browsing_data_indexed_db_helper_->Notify();
536 mock_browsing_data_database_helper_->Notify();
538 mock_browsing_data_local_storage_helper_->Notify();
[all...]
H A Dmock_browsing_data_database_helper.cc48 void MockBrowsingDataDatabaseHelper::Notify() { function in class:MockBrowsingDataDatabaseHelper
H A Dmock_browsing_data_indexed_db_helper.cc47 void MockBrowsingDataIndexedDBHelper::Notify() { function in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.cc48 void MockBrowsingDataLocalStorageHelper::Notify() { function in class:MockBrowsingDataLocalStorageHelper
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java29 * Notify [RFC1996]
31 Notify("Notify", 4), enum constant in enum:DNSOperationCode
/external/chromium/chrome/browser/translate/
H A Dtranslate_tab_helper.cc44 NotificationService::current()->Notify(
57 NotificationService::current()->Notify(
/external/chromium/net/tools/flip_server/
H A Dacceptor_thread.h32 void Notify() { function in class:net::Notification
68 // Notify the Accept thread that it is time to terminate.
69 void Quit() { quitting_.Notify(); }
/external/chromium/base/
H A Dobserver_list_threadsafe.h32 // * Any thread may trigger a notification via Notify().
136 // Notify methods.
139 // that at the completion of the Notify call that all Observers have
142 void Notify(Method m) { function in class:ObserverListThreadSafe
144 Notify<Method, Tuple0>(method);
148 void Notify(Method m, const A &a) { function in class:ObserverListThreadSafe
150 Notify<Method, Tuple1<A> >(method);
153 // TODO(mbelshe): Add more wrappers for Notify() with more arguments.
167 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) { function in class:ObserverListThreadSafe
/external/chromium/chrome/browser/metrics/
H A Duser_metrics.cc41 NotificationService::current()->Notify(NotificationType::USER_ACTION,
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc30 NotificationService::current()->Notify(
/external/chromium/chrome/browser/chromeos/
H A Dnetwork_state_notifier.cc71 NotificationService::current()->Notify(
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_default.cc131 NotificationService::current()->Notify(
142 NotificationService::current()->Notify(
153 NotificationService::current()->Notify(
171 NotificationService::current()->Notify(
H A Dpassword_store_x.cc35 NotificationService::current()->Notify(
50 NotificationService::current()->Notify(
65 NotificationService::current()->Notify(
89 NotificationService::current()->Notify(

Completed in 194 milliseconds

1234567