HomeSort by relevance Sort by last modified time
    Searched refs:Notify (Results 51 - 75 of 328) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_unittest.cc 60 // 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(
tab_model.cc 63 NotificationService::current()->Notify(
  /external/chromium_org/content/browser/power_profiler/
power_profiler_service.cc 93 void PowerProfilerService::Notify(const PowerEventVector& events) {
101 // Get data and notify.
105 &PowerProfilerService::Notify, base::Unretained(this), events));
  /external/chromium_org/net/socket/
unix_domain_socket_posix_unittest.cc 74 void Notify(EventType event) {
108 Notify(EVENT_ACCEPT);
119 Notify(EVENT_READ);
123 Notify(EVENT_CLOSE);
127 Notify(EVENT_LISTEN);
136 void Notify(EventType event) {
137 event_manager_->Notify(event);
149 event_manager->Notify(
  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.cc 199 observer_list_->Notify(&ServiceWorkerContextObserver::OnRegistrationStored,
210 observer_list_->Notify(&ServiceWorkerContextObserver::OnRegistrationDeleted,
278 observer_list_->Notify(&ServiceWorkerContextObserver::OnWorkerStarted,
287 observer_list_->Notify(&ServiceWorkerContextObserver::OnWorkerStopped,
297 observer_list_->Notify(&ServiceWorkerContextObserver::OnVersionStateChanged,
309 observer_list_->Notify(
327 observer_list_->Notify(
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model_unittest.cc 112 mock_browsing_data_cookie_helper_->Notify();
114 mock_browsing_data_database_helper_->Notify();
116 mock_browsing_data_local_storage_helper_->Notify();
118 mock_browsing_data_session_storage_helper_->Notify();
120 mock_browsing_data_indexed_db_helper_->Notify();
122 mock_browsing_data_file_system_helper_->Notify();
124 mock_browsing_data_quota_helper_->Notify();
129 mock_browsing_data_server_bound_cert_helper_->Notify();
131 mock_browsing_data_flash_lso_helper_->Notify();
    [all...]
mock_browsing_data_cookie_helper.cc 51 void MockBrowsingDataCookieHelper::Notify() {
mock_browsing_data_database_helper.cc 45 void MockBrowsingDataDatabaseHelper::Notify() {
mock_browsing_data_file_system_helper.cc 49 void MockBrowsingDataFileSystemHelper::Notify() {
mock_browsing_data_indexed_db_helper.cc 46 void MockBrowsingDataIndexedDBHelper::Notify() {
mock_browsing_data_local_storage_helper.cc 43 void MockBrowsingDataLocalStorageHelper::Notify() {
mock_browsing_data_server_bound_cert_helper.cc 35 void MockBrowsingDataServerBoundCertHelper::Notify() {
  /external/chromium_org/cc/base/
delayed_unique_notifier_unittest.cc 43 void Notify() { ++notification_count_; }
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/
schema_registry.cc 49 Notify(true);
56 Notify(false);
94 void SchemaRegistry::Notify(bool has_new_schemas) {
188 Notify(has_new_schemas);
224 Notify(has_new_schemas);
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 218 content::NotificationService::current()->Notify(
239 // This is still not enough to start delayed requests. We have to notify the
243 content::NotificationService::current()->Notify(
295 content::NotificationService::current()->Notify(
308 content::NotificationService::current()->Notify(
317 content::NotificationService::current()->Notify(
344 content::NotificationService::current()->Notify(
extension_error_reporter.cc 47 content::NotificationService::current()->Notify(
  /external/chromium_org/extensions/browser/
extension_host.cc 156 content::NotificationService::current()->Notify(
212 content::NotificationService::current()->Notify(
258 content::NotificationService::current()->Notify(
265 bool notify = !did_stop_loading_; local
268 if (notify) {
290 content::NotificationService::current()->Notify(
316 content::NotificationService::current()->Notify(
416 content::NotificationService::current()->Notify(
  /external/chromium_org/base/
callback_list.h 44 // callback_list_.Notify(foo);
219 void Notify() {
240 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1) {
261 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
283 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
306 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
330 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
357 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
385 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 72 content::NotificationService::current()->Notify(
83 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.cc 100 content::NotificationService::current()->Notify(
141 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/renderer/resources/extensions/
page_capture_custom_bindings.js 25 // Notify the browser. Now that the blob is referenced from JavaScript,
  /external/chromium_org/tools/android/forwarder2/
forwarders_manager.cc 31 deletion_notifier_.Notify();
46 wakeup_notifier_.Notify();
114 // Notify the Forwarder instances and remove the ones that are closed.
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 99 content::NotificationService::current()->Notify(
220 // don't notify users of crashes beyond this point.
271 content::NotificationService::current()->Notify(
283 content::NotificationService::current()->Notify(
335 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.h 92 void Notify(BOOL deleted);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 84 void Notify(chrome::NotificationType notification_type);

Completed in 4543 milliseconds

1 23 4 5 6 7 8 91011>>