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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/base/
observer_list_unittest.cc 101 AddRemoveThread(ObserverListThreadSafe<Foo>* list, bool notify)
108 do_notifies_(notify),
144 list_->Notify(&Foo::Observe, 10);
224 observer_list->Notify(&Foo::Observe, 10);
231 observer_list->Notify(&Foo::Observe, 10);
254 observer_list->Notify(&Foo::Observe, 10);
265 observer_list->Notify(&Foo::Observe, 10);
287 observer_list->Notify(&Foo::Observe, 10);
300 // Notify again.
301 observer_list->Notify(&Foo::Observe, 20)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/test/
test_api.cc 55 content::NotificationService::current()->Notify(
67 content::NotificationService::current()->Notify(
109 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_autolaunch_screen_handler.cc 126 content::NotificationService::current()->Notify(
138 content::NotificationService::current()->Notify(
150 content::NotificationService::current()->Notify(
  /external/chromium/chrome/browser/metrics/
user_metrics.cc 41 NotificationService::current()->Notify(NotificationType::USER_ACTION,
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 36 // Calls Notify().
45 virtual void Notify();
51 // Cache of value from user pref store (set between Get() and Notify() calls).
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 30 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.h 85 void Notify();
  /external/chromium_org/base/android/
activity_status.h 65 void Notify(ActivityState state);
  /external/chromium_org/base/prefs/
scoped_user_pref_update.h 38 // Calls Notify().
47 void Notify();
53 // Cache of value from user pref store (set between Get() and Notify() calls).
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.cc 32 void MockBrowsingDataFlashLSOHelper::Notify() {
mock_browsing_data_quota_helper.cc 42 void MockBrowsingDataQuotaHelper::Notify() {
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...]
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout_unittest.cc 66 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/password_manager/
password_store_default.cc 47 content::NotificationService::current()->Notify(
58 content::NotificationService::current()->Notify(
69 content::NotificationService::current()->Notify(
88 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_browsertest.cc 44 void Notify();
124 Notify();
136 Notify();
148 void RemoveCookieTester::Notify() {
  /external/chromium_org/chrome/browser/signin/
fake_signin_manager.cc 60 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 34 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 83 void Notify(chrome::NotificationType notification_type);
  /external/chromium_org/components/policy/core/common/
schema_registry.cc 43 Notify(true);
50 Notify(false);
80 void SchemaRegistry::Notify(bool has_new_schemas) {
175 Notify(has_new_schemas);
  /external/chromium_org/content/browser/
notification_service_impl.h 29 virtual void Notify(int type,
  /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(
  /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/chrome/browser/
cookies_tree_model_unittest.cc 61 mock_browsing_data_database_helper_->Notify();
63 mock_browsing_data_local_storage_helper_->Notify();
65 mock_browsing_data_session_storage_helper_->Notify();
67 mock_browsing_data_indexed_db_helper_->Notify();
474 mock_browsing_data_database_helper_->Notify();
476 mock_browsing_data_local_storage_helper_->Notify();
478 mock_browsing_data_session_storage_helper_->Notify();
480 mock_browsing_data_indexed_db_helper_->Notify();
536 mock_browsing_data_database_helper_->Notify();
538 mock_browsing_data_local_storage_helper_->Notify();
    [all...]
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 36 content::NotificationService::current()->Notify(
67 content::NotificationService::current()->Notify(
142 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 215 content::NotificationService::current()->Notify(
236 // This is still not enough to start delayed requests. We have to notify the
240 content::NotificationService::current()->Notify(
290 content::NotificationService::current()->Notify(
303 content::NotificationService::current()->Notify(
312 content::NotificationService::current()->Notify(
339 content::NotificationService::current()->Notify(

Completed in 2308 milliseconds

1 23 4 5 6 7 8 91011>>