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

123

/external/chromium_org/tools/android/forwarder2/
H A Dpipe_notifier.cc32 bool PipeNotifier::Notify() { function in class:forwarder2::PipeNotifier
/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.cc20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/external/chromium_org/base/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/chromium_org/base/memory/
H A Dmemory_pressure_listener.cc46 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { function in class:base::MemoryPressureListener
53 g_observers.Get().Notify(&MemoryPressureListener::Notify,
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_cookie_helper.cc51 void MockBrowsingDataCookieHelper::Notify() { function in class:MockBrowsingDataCookieHelper
H A Dmock_browsing_data_database_helper.cc45 void MockBrowsingDataDatabaseHelper::Notify() { function in class:MockBrowsingDataDatabaseHelper
H A Dmock_browsing_data_flash_lso_helper.cc32 void MockBrowsingDataFlashLSOHelper::Notify() { function in class:MockBrowsingDataFlashLSOHelper
H A Dmock_browsing_data_indexed_db_helper.cc39 void MockBrowsingDataIndexedDBHelper::Notify() { function in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.cc43 void MockBrowsingDataLocalStorageHelper::Notify() { function in class:MockBrowsingDataLocalStorageHelper
H A Dmock_browsing_data_quota_helper.cc42 void MockBrowsingDataQuotaHelper::Notify() { function in class:MockBrowsingDataQuotaHelper
H A Dmock_browsing_data_server_bound_cert_helper.cc35 void MockBrowsingDataServerBoundCertHelper::Notify() { function in class:MockBrowsingDataServerBoundCertHelper
H A Dmock_browsing_data_file_system_helper.cc49 void MockBrowsingDataFileSystemHelper::Notify() { function in class:MockBrowsingDataFileSystemHelper
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_test_util.cc20 void ThreadNotifier::Notify(int type, function in class:ThreadNotifier
22 Notify(type, content::NotificationService::AllSources(), details);
25 void ThreadNotifier::Notify(int type, function in class:ThreadNotifier
40 content::NotificationService::current()->Notify(type, source, details);
/external/chromium_org/content/common/gpu/media/
H A Dvideo_accelerator_unittest_helpers.h19 // accumulated (so exactly as many Wait() calls will unblock as Notify() calls
28 void Notify(StateEnum state);
45 void ClientStateNotification<StateEnum>::Notify(StateEnum state) { function in class:content::ClientStateNotification
/external/chromium_org/ui/base/x/
H A Dwork_area_watcher_x.cc34 void WorkAreaWatcherX::Notify() { function in class:ui::WorkAreaWatcherX
/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/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_org/content/browser/
H A Dnotification_service_impl.cc96 void NotificationServiceImpl::Notify(int type, function in class:content::NotificationServiceImpl
105 // Notify observers of all types and all sources
113 // Notify observers of all types and the given source
120 // Notify observers of the given type and all sources
128 // Notify observers of the given type and the given source
/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_org/base/android/
H A Dactivity_status.cc25 void ActivityStatus::Listener::Notify(ActivityState state) { function in class:base::android::ActivityStatus::Listener
62 observers_->Notify(&ActivityStatus::Listener::Notify, new_state);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_browsertest.cc44 void Notify();
124 Notify();
136 Notify();
148 void RemoveCookieTester::Notify() { function in class:__anon5774::RemoveCookieTester
/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.h33 void Notify() { function in class:net::Notification
71 // Notify the Accept thread that it is time to terminate.
72 void Quit() { quitting_.Notify(); }

Completed in 806 milliseconds

123