Searched refs:Notify (Results 51 - 75 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/history/
H A Dchrome_history_client.cc85 content::NotificationService::current()->Notify(
92 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_unittest.cc60 // Notify profile is being destroyed and verify pointer is cleared.
61 content::NotificationService::current()->Notify(
81 // Notify profile is being destroyed and verify pointer is cleared.
82 content::NotificationService::current()->Notify(
H A Dtab_model.cc63 NotificationService::current()->Notify(
/external/chromium_org/net/socket/
H A Dunix_domain_listen_socket_posix_unittest.cc67 void Notify(EventType event) { function in class:net::deprecated::__anon9556::EventManager
101 Notify(EVENT_ACCEPT);
112 Notify(EVENT_READ);
116 Notify(EVENT_CLOSE);
120 Notify(EVENT_LISTEN);
129 void Notify(EventType event) { function in class:net::deprecated::__anon9556::TestListenSocketDelegate
130 event_manager_->Notify(event);
142 event_manager->Notify(
/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(); }
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model_unittest.cc123 mock_browsing_data_cookie_helper_->Notify();
125 mock_browsing_data_database_helper_->Notify();
127 mock_browsing_data_local_storage_helper_->Notify();
129 mock_browsing_data_session_storage_helper_->Notify();
131 mock_browsing_data_indexed_db_helper_->Notify();
133 mock_browsing_data_file_system_helper_->Notify();
135 mock_browsing_data_quota_helper_->Notify();
140 mock_browsing_data_channel_id_helper_->Notify();
142 mock_browsing_data_service_worker_helper_->Notify();
144 mock_browsing_data_flash_lso_helper_->Notify();
[all...]
H A Dmock_browsing_data_channel_id_helper.cc39 void MockBrowsingDataChannelIDHelper::Notify() { function in class:MockBrowsingDataChannelIDHelper
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_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_service_worker_helper.cc58 void MockBrowsingDataServiceWorkerHelper::Notify() { function in class:MockBrowsingDataServiceWorkerHelper
/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)),
/external/chromium_org/components/policy/core/common/
H A Dschema_registry.cc49 Notify(true);
56 Notify(false);
94 void SchemaRegistry::Notify(bool has_new_schemas) { function in class:policy::SchemaRegistry
188 Notify(has_new_schemas);
224 Notify(has_new_schemas);
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc222 content::NotificationService::current()->Notify(
247 content::NotificationService::current()->Notify(
298 content::NotificationService::current()->Notify(
311 content::NotificationService::current()->Notify(
320 content::NotificationService::current()->Notify(
347 content::NotificationService::current()->Notify(
/external/chromium_org/extensions/browser/
H A Dextension_host.cc157 content::NotificationService::current()->Notify(
213 content::NotificationService::current()->Notify(
259 content::NotificationService::current()->Notify(
291 content::NotificationService::current()->Notify(
317 content::NotificationService::current()->Notify(
417 content::NotificationService::current()->Notify(
/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
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.cc81 content::NotificationService::current()->Notify(
92 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.cc101 content::NotificationService::current()->Notify(
142 content::NotificationService::current()->Notify(
/external/chromium_org/content/browser/power_profiler/
H A Dpower_profiler_service.cc106 void PowerProfilerService::Notify(const PowerEventVector& events) { function in class:content::PowerProfilerService
118 &PowerProfilerService::Notify, base::Unretained(this), events));
/external/chromium_org/tools/android/forwarder2/
H A Dforwarders_manager.cc31 deletion_notifier_.Notify();
46 wakeup_notifier_.Notify();
114 // Notify the Forwarder instances and remove the ones that are closed.
/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update.h38 // Calls Notify().
47 void Notify();
53 // Cache of value from user pref store (set between Get() and Notify() calls).
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime.cc101 content::NotificationService::current()->Notify(
283 content::NotificationService::current()->Notify(
300 content::NotificationService::current()->Notify(
356 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_mock.cc56 callback_list_.Notify();
/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,

Completed in 349 milliseconds

1234567891011>>