HomeSort by relevance Sort by last modified time
    Searched refs:Notify (Results 1 - 25 of 328) 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 28 observer_list_->Notify(&Observer::OnCertAdded, make_scoped_refptr(cert));
32 observer_list_->Notify(&Observer::OnCertRemoved, make_scoped_refptr(cert));
37 observer_list_->Notify(
cert_database_android.cc 44 observer_list_->Notify(&Observer::OnCACertChanged,
  /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_org/base/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/cc/base/
unique_notifier.cc 31 base::Bind(&UniqueNotifier::Notify, weak_ptr_factory_.GetWeakPtr()));
35 void UniqueNotifier::Notify() {
unique_notifier_unittest.cc 22 void Notify() { ++notification_count_; }
36 base::Bind(&UniqueNotifierTest::Notify, base::Unretained(this)));
unique_notifier.h 33 void 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 68 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_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...]
  /art/runtime/
object_lock.cc 41 void ObjectLock<T>::Notify() {
42 obj_->Notify(self_);
object_lock.h 37 void Notify() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /external/chromium_org/content/common/gpu/media/
video_accelerator_unittest_helpers.h 19 // accumulated (so exactly as many Wait() calls will unblock as Notify() calls
27 // Used to notify a single waiter of a ClientState.
28 void Notify(StateEnum state);
45 void ClientStateNotification<StateEnum>::Notify(StateEnum state) {
  /external/chromium_org/base/android/
application_status_listener.h 69 void Notify(ApplicationState state);
application_status_listener.cc 51 void ApplicationStatusListener::Notify(ApplicationState state) {
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.h 27 void Notify();
mock_browsing_data_quota_helper.h 26 void Notify();
mock_browsing_data_server_bound_cert_helper.h 27 void Notify();
  /external/chromium_org/chrome/browser/
upgrade_detector.cc 22 // until we notify that a critical update has occurred.
84 content::NotificationService::current()->Notify(
91 content::NotificationService::current()->Notify(
98 content::NotificationService::current()->Notify(
143 content::NotificationService::current()->Notify(
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.h 103 void (*Notify)(struct S_SDLOSXCAGuard *cag);
  /external/chromium_org/base/
callback_list_unittest.cc 109 c1.Notify(1);
116 c2.Notify(1, 2);
123 c3.Notify(1, 2, 3);
130 c4.Notify(1, 2, 3, 4);
137 c5.Notify(1, 2, 3, 4, 5);
144 c6.Notify(1, 2, 3, 4, 5, 6);
162 cb_reg.Notify();
172 cb_reg.Notify();
197 cb_reg.Notify(10);
207 cb_reg.Notify(10)
    [all...]

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>