HomeSort by relevance Sort by last modified time
    Searched refs:Notify (Results 151 - 175 of 448) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/
user_style_sheet_watcher.cc 79 NotificationService::current()->Notify(
  /external/chromium/net/tools/flip_server/
mem_cache.h 134 virtual void Notify() = 0;
sm_connection.h 92 virtual void Notify() {}
  /external/chromium_org/chrome/browser/signin/
token_service.cc 165 // Notify AboutSigninInternals that a new lsid and sid are available.
194 content::NotificationService::current()->Notify(
276 content::NotificationService::current()->Notify(
307 content::NotificationService::current()->Notify(
382 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 161 void Notify(const Change& dictionary_change);
spellcheck_custom_dictionary.cc 246 Notify(dictionary_change);
258 Notify(dictionary_change);
326 Notify(to_change_locally);
398 Notify(dictionary_change);
543 void SpellcheckCustomDictionary::Notify(
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 29 dictionary->Notify(change);
  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_content_tab_helper.cc 62 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller_unittest.cc 40 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 64 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 116 content::NotificationService::current()->Notify(
kiosk_app_menu_handler.cc 108 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 111 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service.cc 119 // The promo is active. Notify immediately.
125 // The promo (if any) has finished. Notify immediately.
129 // The promo (if any) was apparently cancelled. Notify immediately.
165 service->Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED,
  /external/chromium_org/content/browser/
notification_service_impl.cc 96 void NotificationServiceImpl::Notify(int type,
105 // Notify observers of all types and all sources
113 // Notify observers of all types and the given source
120 // Notify observers of the given type and all sources
128 // Notify observers of the given type and the given source
  /external/chromium_org/net/tools/flip_server/
mem_cache.h 148 virtual void Notify() = 0;
sm_connection.h 92 virtual void Notify() OVERRIDE {}
  /external/chromium_org/ppapi/proxy/
ppb_network_monitor_private_proxy.cc 135 monitors_->Notify(&NetworkMonitor::OnNetworkListReceivedLocks, list_storage);
  /external/chromium_org/tools/android/forwarder2/
device_forwarder_main.cc 37 if (!g_notifier->Notify())
  /art/runtime/mirror/
object-inl.h 58 inline void Object::Notify(Thread* self) {
59 Monitor::Notify(self, this);
  /art/runtime/
monitor.h 82 static void Notify(Thread* self, mirror::Object* obj)
128 void Notify(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
  /external/chromium/chrome/browser/notifications/
balloon_host.cc 111 NotificationService::current()->Notify(
266 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/ssl/
ssl_manager.cc 52 NotificationService::current()->Notify(
231 // Notify our policy that we started a resource request. Ideally, the
260 NotificationService::current()->Notify(
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 114 FNFDINOTIFY(Notify) {
174 int flags, PFNFDINOTIFY notify,
252 &Notify, NULL, const_cast<wchar_t*>(destination))) {
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c 49 CK_NOTIFY Notify, /* notification callback function */
68 do{(void)Notify;}while(0);

Completed in 585 milliseconds

1 2 3 4 5 67 8 91011>>