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

123

/external/chromium_org/base/android/
H A Dapplication_status_listener.cc51 void ApplicationStatusListener::Notify(ApplicationState state) { function in class:base::android::ApplicationStatusListener
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
/external/chromium_org/base/
H A Dcallback_list.h44 // callback_list_.Notify(foo);
219 void Notify() { function in class:base::CallbackList
240 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1) { function in class:base::CallbackList
261 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::CallbackList
283 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::CallbackList
306 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::CallbackList
330 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::CallbackList
357 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::CallbackList
385 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::CallbackList
H A Dobserver_list_threadsafe.h34 // * Any thread may trigger a notification via Notify().
165 // Notify methods.
168 // that at the completion of the Notify call that all Observers have
171 void Notify(Method m) { function in class:ObserverListThreadSafe
173 Notify<Method, Tuple0>(method);
177 void Notify(Method m, const A& a) { function in class:ObserverListThreadSafe
179 Notify<Method, Tuple1<A> >(method);
183 void Notify(Method m, const A& a, const B& b) { function in class:ObserverListThreadSafe
186 Notify<Method, Tuple2<A, B> >(method);
190 void Notify(Metho function in class:ObserverListThreadSafe
197 void Notify(Method m, const A& a, const B& b, const C& c, const D& d) { function in class:ObserverListThreadSafe
226 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) { function in class:ObserverListThreadSafe
[all...]
/external/chromium_org/base/memory/
H A Dmemory_pressure_listener.cc47 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { function in class:base::MemoryPressureListener
56 g_observers.Get().Notify(&MemoryPressureListener::Notify,
/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update.cc22 Notify();
32 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier_unittest.cc43 void Notify() { ++notification_count_; } function in class:cc::__anon2643::DelayedUniqueNotifierTest
62 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
97 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
157 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
199 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
H A Dunique_notifier.cc31 base::Bind(&UniqueNotifier::Notify, weak_ptr_factory_.GetWeakPtr()));
35 void UniqueNotifier::Notify() { function in class:cc::UniqueNotifier
H A Dunique_notifier_unittest.cc22 void Notify() { ++notification_count_; } function in class:cc::__anon2654::UniqueNotifierTest
36 base::Bind(&UniqueNotifierTest::Notify, base::Unretained(this)));
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_file_system_helper_unittest.cc58 // to BlockUntilNotified(), which will (shockingly!) block until Notify() is
60 // implemented as a class method that that calls Notify() at an appropriate
83 // Blocks on the current MessageLoop until Notify() is called.
90 void Notify() { function in class:__anon2967::BrowsingDataFileSystemHelperTest
100 Notify();
135 Notify();
H A Dmock_browsing_data_channel_id_helper.cc39 void MockBrowsingDataChannelIDHelper::Notify() { function in class:MockBrowsingDataChannelIDHelper
H A Dmock_browsing_data_cookie_helper.cc55 void MockBrowsingDataCookieHelper::Notify() { function in class:MockBrowsingDataCookieHelper
H A Dmock_browsing_data_database_helper.cc49 void MockBrowsingDataDatabaseHelper::Notify() { function in class:MockBrowsingDataDatabaseHelper
H A Dmock_browsing_data_file_system_helper.cc54 void MockBrowsingDataFileSystemHelper::Notify() { function in class:MockBrowsingDataFileSystemHelper
H A Dmock_browsing_data_flash_lso_helper.cc34 void MockBrowsingDataFlashLSOHelper::Notify() { function in class:MockBrowsingDataFlashLSOHelper
H A Dmock_browsing_data_indexed_db_helper.cc50 void MockBrowsingDataIndexedDBHelper::Notify() { function in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.cc47 void MockBrowsingDataLocalStorageHelper::Notify() { function in class:MockBrowsingDataLocalStorageHelper
H A Dmock_browsing_data_quota_helper.cc45 void MockBrowsingDataQuotaHelper::Notify() { function in class:MockBrowsingDataQuotaHelper
H A Dmock_browsing_data_service_worker_helper.cc58 void MockBrowsingDataServiceWorkerHelper::Notify() { function in class:MockBrowsingDataServiceWorkerHelper
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc365 void Notify() { function in class:CloudPrintProxyPolicyStartupTest::WindowedChannelConnectionObserver
494 observer_.Notify();
/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:__anon4508::RemoveCookieTester
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc165 // We just established a channel with the service process. Notify it if an
345 void ServiceProcessControl::Launcher::Notify() { function in class:ServiceProcessControl::Launcher
371 BrowserThread::UI, FROM_HERE, base::Bind(&Launcher::Notify, this));
396 BrowserThread::UI, FROM_HERE, base::Bind(&Launcher::Notify, this));
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc241 Notify(dictionary_change);
253 Notify(dictionary_change);
321 Notify(to_change_locally);
389 Notify(dictionary_change);
528 void SpellcheckCustomDictionary::Notify( function in class:SpellcheckCustomDictionary
/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/chrome/browser/ui/
H A Dgesture_prefs_observer_factory_aura.cc78 void Notify();
126 base::Closure notify_callback = base::Bind(&GesturePrefsObserver::Notify,
168 void GesturePrefsObserver::Notify() { function in class:__anon5085::GesturePrefsObserver
172 service->Notify(chrome::NOTIFICATION_BROWSER_FLING_CURVE_PARAMETERS_CHANGED,
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_state_changer_win.cc106 STDMETHODIMP StatusTrayStateChangerWin::Notify(ULONG event, function in class:StatusTrayStateChangerWin

Completed in 340 milliseconds

123