Searched defs:Notify (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.cc20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/external/chromium/chrome/browser/
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/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.h103 void (*Notify)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/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);
/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/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java29 * Notify [RFC1996]
31 Notify("Notify", 4), enum constant in enum:DNSOperationCode
/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(); }
H A Dsm_connection.h92 virtual void Notify() {} function in class:net::SMConnection
/external/chromium/chrome/browser/service/
H A Dservice_process_control.cc204 // We just established a channel with the service process. Notify it if an
331 void ServiceProcessControl::Launcher::Notify() { function in class:ServiceProcessControl::Launcher
344 NewRunnableMethod(this, &Launcher::Notify));
365 NewRunnableMethod(this, &Launcher::Notify));
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc825 void SyncerThread::Notify(SyncEngineEvent::EventCause cause) { function in class:browser_sync::SyncerThread
863 Notify(SyncEngineEvent::STOP_SYNCING_PERMANENTLY);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1075 void Notify() { notified_ = true; } function in class:testing::internal::Notification
1121 // thread_can_start.Notify();
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1109 void Notify() { notified_ = true; } function in class:testing::internal::Notification
1155 // thread_can_start.Notify();
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1096 void Notify() { notified_ = true; } function in class:testing::internal::Notification
1142 // thread_can_start.Notify();

Completed in 343 milliseconds