/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(
|
cert_database_android.cc | 40 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/chrome/browser/prefs/ |
scoped_user_pref_update.cc | 20 Notify(); 29 void ScopedUserPrefUpdateBase::Notify() {
|
/external/chromium_org/base/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 | 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/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/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/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);
|