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

1234567891011>>

/external/chromium_org/net/cert/
H A Dcert_database.cc28 observer_list_->Notify(&Observer::OnCertAdded, make_scoped_refptr(cert));
32 observer_list_->Notify(&Observer::OnCertRemoved, make_scoped_refptr(cert));
37 observer_list_->Notify(
H A Dcert_database_android.cc51 observer_list_->Notify(&Observer::OnCACertChanged,
/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_org/cc/base/
H A Dunique_notifier.cc31 base::Bind(&UniqueNotifier::Notify, weak_ptr_factory_.GetWeakPtr()));
35 void UniqueNotifier::Notify() { function in class:cc::UniqueNotifier
H A Dunique_notifier_unittest.cc22 void Notify() { ++notification_count_; } function in class:cc::__anon2654::UniqueNotifierTest
36 base::Bind(&UniqueNotifierTest::Notify, base::Unretained(this)));
H A Dunique_notifier.h33 void Notify();
/external/chromium_org/base/memory/
H A Dmemory_pressure_listener.cc47 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { function in class:base::MemoryPressureListener
56 g_observers.Get().Notify(&MemoryPressureListener::Notify,
H A Dmemory_pressure_listener.h68 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_org/base/prefs/
H A Dscoped_user_pref_update.cc22 Notify();
32 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/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_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 Dapplication_status_listener.cc51 void ApplicationStatusListener::Notify(ApplicationState state) { function in class:base::android::ApplicationStatusListener
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
H A Dapplication_status_listener.h69 void Notify(ApplicationState state);
/external/chromium_org/base/
H A Dcallback_list_unittest.cc109 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(1
[all...]
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/components/enhanced_bookmarks/
H A Dbookmark_server_service.cc63 void BookmarkServerService::Notify() { function in class:enhanced_bookmarks::BookmarkServerService
78 Notify();
100 Notify();
126 Notify();
143 Notify();
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_page_handler.cc81 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
90 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
105 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
112 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED);
194 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) { function in class:NewTabPageHandler
197 service->Notify(notification_type,
/external/chromium_org/base/system_monitor/
H A Dsystem_monitor.cc48 devices_changed_observer_list_->Notify(
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_channel_id_helper.h27 void Notify();
H A Dmock_browsing_data_cookie_helper.h29 void Notify();
H A Dmock_browsing_data_flash_lso_helper.h28 void Notify();

Completed in 4066 milliseconds

1234567891011>>