HomeSort by relevance Sort by last modified time
    Searched refs:Notify (Results 1 - 25 of 448) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/android/forwarder2/
pipe_notifier.h 13 // |receiver_fd_| file descriptor when called |Notify()|. This should be used
14 // by the main thread to notify other threads that it must exit.
22 bool Notify();
  /external/chromium_org/net/cert/
cert_database.cc 26 observer_list_->Notify(&Observer::OnCertAdded, make_scoped_refptr(cert));
30 observer_list_->Notify(&Observer::OnCertRemoved, make_scoped_refptr(cert));
35 observer_list_->Notify(
  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.cc 20 void ThreadNotifier::Notify(int type,
22 Notify(type, content::NotificationService::AllSources(), details);
25 void ThreadNotifier::Notify(int type,
40 content::NotificationService::current()->Notify(type, source, details);
profile_sync_test_util.h 24 ACTION_P(Notify, type) {
25 content::NotificationService::current()->Notify(
49 void Notify(int type, const content::NotificationDetails& details);
51 void Notify(int type,
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/chrome/browser/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/base/memory/
memory_pressure_listener.cc 46 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) {
53 g_observers.Get().Notify(&MemoryPressureListener::Notify,
memory_pressure_listener.h 71 void Notify(MemoryPressureLevel memory_pressure_level);
  /external/chromium_org/base/power_monitor/
power_monitor.cc 48 observers_->Notify(&PowerObserver::OnPowerStateChange, battery_in_use);
53 observers_->Notify(&PowerObserver::OnSuspend);
58 observers_->Notify(&PowerObserver::OnResume);
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.h 17 NotificationService::current()->Notify(
25 NotificationService::current()->Notify(type,
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 52 void ThreadNotifier::Notify(NotificationType type,
54 Notify(type, NotificationService::AllSources(), details);
57 void ThreadNotifier::Notify(NotificationType type,
76 NotificationService::current()->Notify(type, source, details);
profile_sync_test_util.h 26 ACTION_P(Notify, type) {
27 NotificationService::current()->Notify(type,
70 void Notify(NotificationType type, const NotificationDetails& details);
72 void Notify(NotificationType type,
  /external/chromium_org/content/public/browser/
notification_service.h 36 virtual void Notify(int type,
  /external/chromium_org/content/browser/
notification_service_impl_unittest.cc 63 service->Notify(kNotification1,
81 service->Notify(kNotification1,
90 service->Notify(kNotification2,
99 service->Notify(kNotification1,
108 service->Notify(kNotification2,
118 service->Notify(kNotification1,
129 service->Notify(kNotification1,
151 service->Notify(kNotification1,
159 service->Notify(kNotification1,
167 service->Notify(kNotification1
    [all...]
  /external/chromium/net/base/
cert_database.cc 50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
  /external/chromium_org/ui/base/x/
root_window_property_watcher_x.cc 49 ActiveWindowWatcherX::Notify();
51 WorkAreaWatcherX::Notify();
active_window_watcher_x.h 47 // Notify observers that the active window has changed.
48 static void Notify();
50 // Instance method that implements Notify().
work_area_watcher_x.h 42 // Notify observers that the work area has changed.
43 static void Notify();
45 // Instance method that implements Notify().
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.h 27 void Notify();
mock_browsing_data_indexed_db_helper.h 17 // call Notify().
27 void Notify();
mock_browsing_data_quota_helper.h 26 void Notify();
mock_browsing_data_server_bound_cert_helper.h 27 void Notify();
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.h 103 void (*Notify)(struct S_SDLOSXCAGuard *cag);
  /external/chromium_org/base/android/
activity_status.cc 25 void ActivityStatus::Listener::Notify(ActivityState state) {
62 observers_->Notify(&ActivityStatus::Listener::Notify, new_state);
  /external/chromium_org/base/
observer_list_threadsafe.h 34 // * Any thread may trigger a notification via Notify().
51 // will notify its regular ObserverList.
109 // If there is not a current MessageLoop, it is impossible to notify on it,
165 // Notify methods.
168 // that at the completion of the Notify call that all Observers have
171 void Notify(Method m) {
173 Notify<Method, Tuple0>(method);
177 void Notify(Method m, const A& a) {
179 Notify<Method, Tuple1<A> >(method);
183 void Notify(Method m, const A& a, const B& b)
    [all...]

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>