Searched refs:Notify (Results 26 - 50 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_indexed_db_helper.h19 // call Notify().
29 void Notify();
H A Dmock_browsing_data_local_storage_helper.h17 // call Notify().
33 void Notify();
H A Dmock_browsing_data_quota_helper.h26 void Notify();
H A Dmock_browsing_data_service_worker_helper.h19 // call Notify().
29 void Notify();
H A Dmock_browsing_data_database_helper.h17 // Notify().
33 void Notify();
H A Dmock_browsing_data_file_system_helper.h18 // Notify().
38 void Notify();
H A Dmock_browsing_data_flash_lso_helper.cc34 void MockBrowsingDataFlashLSOHelper::Notify() { function in class:MockBrowsingDataFlashLSOHelper
H A Dmock_browsing_data_quota_helper.cc45 void MockBrowsingDataQuotaHelper::Notify() { function in class:MockBrowsingDataQuotaHelper
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc79 content::NotificationService::current()->Notify(
90 content::NotificationService::current()->Notify(
109 content::NotificationService::current()->Notify(
133 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dkiosk_enable_screen_handler.cc63 content::NotificationService::current()->Notify(
108 content::NotificationService::current()->Notify(
120 content::NotificationService::current()->Notify(
139 content::NotificationService::current()->Notify(
H A Dkiosk_autolaunch_screen_handler.cc124 content::NotificationService::current()->Notify(
136 content::NotificationService::current()->Notify(
148 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_event_manager.cc27 zoom_level_changed_callbacks_.Notify(change);
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java29 * Notify [RFC1996]
31 Notify("Notify", 4), enum constant in enum:DNSOperationCode
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_state_changer_win.h46 Notify(ULONG event, NOTIFYITEM* notify_item) = 0;
71 // Notify is called in response to RegisterCallback for each current
75 virtual HRESULT STDMETHODCALLTYPE Notify(ULONG, NOTIFYITEM*);
101 // StatusTrayStateChangerWin::Notify.
123 // Notify doesn't return anything. The call flow looks like this:
126 // StatusTrayStateChangerWin->Notify(NOTIFYITEM);
/external/chromium_org/content/common/gpu/media/
H A Dvideo_accelerator_unittest_helpers.h19 // accumulated (so exactly as many Wait() calls will unblock as Notify() calls
28 void Notify(StateEnum state);
45 void ClientStateNotification<StateEnum>::Notify(StateEnum state) { function in class:content::ClientStateNotification
/external/chromium_org/base/
H A Dobserver_list_unittest.cc144 list_->Notify(&Foo::Observe, 10);
224 observer_list->Notify(&Foo::Observe, 10);
231 observer_list->Notify(&Foo::Observe, 10);
254 observer_list->Notify(&Foo::Observe, 10);
265 observer_list->Notify(&Foo::Observe, 10);
287 observer_list->Notify(&Foo::Observe, 10);
300 // Notify again.
301 observer_list->Notify(&Foo::Observe, 20);
315 observer_list->Notify(&Foo::Observe, 30);
360 observer_list->Notify(
[all...]
/external/chromium_org/extensions/browser/api/test/
H A Dtest_api.cc51 content::NotificationService::current()->Notify(
63 content::NotificationService::current()->Notify(
82 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout_unittest.cc65 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Drestore_after_crash_session_manager_delegate.cc45 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service.cc49 content::NotificationService::current()->Notify(
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_browsertest.cc44 void Notify();
124 Notify();
136 Notify();
148 void RemoveCookieTester::Notify() { function in class:__anon4508::RemoveCookieTester
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc34 content::NotificationService::current()->Notify(
/external/chromium_org/content/browser/
H A Dnotification_service_impl.h29 virtual void Notify(int type,
/external/chromium_org/content/browser/power_profiler/
H A Dpower_profiler_service.h60 void Notify(const PowerEventVector&);
/external/chromium_org/tools/android/forwarder2/
H A Dpipe_notifier.cc32 bool PipeNotifier::Notify() { function in class:forwarder2::PipeNotifier

Completed in 550 milliseconds

1234567891011>>