Searched refs:Notify (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/external/chromium_org/net/cert/
H A Dcert_database.cc26 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/
H A Dprofile_sync_test_util.cc20 void ThreadNotifier::Notify(int type, function in class:ThreadNotifier
22 Notify(type, content::NotificationService::AllSources(), details);
25 void ThreadNotifier::Notify(int type, function in class:ThreadNotifier
40 content::NotificationService::current()->Notify(type, source, details);
H A Dprofile_sync_test_util.h24 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/tools/android/forwarder2/
H A Dpipe_notifier.h13 // |receiver_fd_| file descriptor when called |Notify()|. This should be used
22 bool Notify();
/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.cc20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/external/chromium_org/chrome/browser/prefs/
H A Dscoped_user_pref_update.cc20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/external/chromium_org/base/memory/
H A Dmemory_pressure_listener.cc46 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { function in class:base::MemoryPressureListener
53 g_observers.Get().Notify(&MemoryPressureListener::Notify,
H A Dmemory_pressure_listener.h71 void Notify(MemoryPressureLevel memory_pressure_level);
/external/chromium_org/base/power_monitor/
H A Dpower_monitor.cc48 observers_->Notify(&PowerObserver::OnPowerStateChange, battery_in_use);
53 observers_->Notify(&PowerObserver::OnSuspend);
58 observers_->Notify(&PowerObserver::OnResume);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_test_util.cc52 void ThreadNotifier::Notify(NotificationType type, function in class:ThreadNotifier
54 Notify(type, NotificationService::AllSources(), details);
57 void ThreadNotifier::Notify(NotificationType type, function in class:ThreadNotifier
76 NotificationService::current()->Notify(type, source, details);
H A Dprofile_sync_test_util.h26 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/browser/
H A Dnotification_service_impl_unittest.cc63 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(kNotification
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager_mock.h17 NotificationService::current()->Notify(
25 NotificationService::current()->Notify(type,
/external/chromium/net/base/
H A Dcert_database.cc50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
/external/chromium_org/ui/base/x/
H A Droot_window_property_watcher_x.cc49 ActiveWindowWatcherX::Notify();
51 WorkAreaWatcherX::Notify();
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_flash_lso_helper.h27 void Notify();
/external/chromium_org/content/public/browser/
H A Dnotification_service.h36 virtual void Notify(int type,
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.h103 void (*Notify)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/external/chromium_org/base/android/
H A Dactivity_status.cc25 void ActivityStatus::Listener::Notify(ActivityState state) { function in class:base::android::ActivityStatus::Listener
62 observers_->Notify(&ActivityStatus::Listener::Notify, new_state);
/external/chromium_org/base/
H A Dobserver_list_threadsafe.h34 // * Any thread may trigger a notification via Notify().
165 // Notify methods.
168 // that at the completion of the Notify call that all Observers have
171 void Notify(Method m) { function in class:ObserverListThreadSafe
173 Notify<Method, Tuple0>(method);
177 void Notify(Method m, const A& a) { function in class:ObserverListThreadSafe
179 Notify<Method, Tuple1<A> >(method);
183 void Notify(Method m, const A& a, const B& b) { function in class:ObserverListThreadSafe
186 Notify<Method, Tuple2<A, B> >(method);
190 void Notify(Metho function in class:ObserverListThreadSafe
197 void Notify(Method m, const A& a, const B& b, const C& c, const D& d) { function in class:ObserverListThreadSafe
226 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) { function in class:ObserverListThreadSafe
[all...]
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_page_handler.cc84 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
92 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
107 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
114 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
195 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) { function in class:NewTabPageHandler
198 service->Notify(notification_type,
/external/chromium/chrome/browser/extensions/
H A Dextension_test_api.cc29 NotificationService::current()->Notify(
41 NotificationService::current()->Notify(
80 NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/
H A Dupgrade_detector.cc99 content::NotificationService::current()->Notify(
106 content::NotificationService::current()->Notify(
151 content::NotificationService::current()->Notify(
/external/chromium/chrome/browser/
H A Dmock_browsing_data_indexed_db_helper.h18 // call Notify().
28 void Notify();
H A Dmock_browsing_data_local_storage_helper.h17 // call Notify().
34 void Notify();

Completed in 682 milliseconds

1234567891011>>