HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 451 - 475 of 4347) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TestThread.java 67 mThreadReadyLock.notify();
125 lock.notify();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
MostVisitedSites.java 83 // Don't notify observer if we've already been destroyed.
102 // Don't notify callback if we've already been destroyed.
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc 274 // dismissed. Have to clear the blocked state so we properly notify the
284 content::NotificationService::current()->Notify(
318 content::NotificationService::current()->Notify(
437 content::NotificationService::current()->Notify(
545 content::NotificationService::current()->Notify(
557 content::NotificationService::current()->Notify(
568 content::NotificationService::current()->Notify(
577 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api_unittest.cc 48 IdleCallback notify) OVERRIDE;
49 virtual void CalculateIdleTime(IdleTimeCallback notify) OVERRIDE;
69 IdleCallback notify) {
71 notify.Run(IDLE_STATE_LOCKED);
74 notify.Run(IDLE_STATE_IDLE);
76 notify.Run(IDLE_STATE_ACTIVE);
81 void TestIdleProvider::CalculateIdleTime(IdleTimeCallback notify) {
82 notify.Run(idle_time_);
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread_unittest.cc 56 content::NotificationService::current()->Notify(
64 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.h 107 // Notify listeners that the dictionary has been initialized.
110 // Notify listeners that the dictionary download failed.
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor.cc 153 observer_list_->Notify(
171 observer_list_->Notify(
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h 24 // Action and notify the extension when the icon is clicked.
44 // Called to notify the Page Action that it should determine whether
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.cc 47 // set a flag to remind this class to notify the observer once the criteria
102 // Only attempt to notify observers if this was previously waiting for the
  /external/chromium_org/chrome_frame/test/data/
initialize_hidden.html 30 // page will detect and notify us back by sending us a message.
57 // page will detect and notify us back by sending us a message.
  /external/chromium_org/components/webdata/common/
web_data_request_manager.h 69 // Used to notify manager if request is cancelled. Uses a raw ptr instead of
122 // This will notify the consumer in whatever thread was used to create this
web_data_service_backend.h 66 // Task wrappers to update requests and and notify |request_manager_|. These
68 // asyncronous callback is required to notify the client of |request|'s
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance_unittest.cc 91 // Simulate an upcall from embedded worker to notify that it's started.
101 // Simulate an upcall from embedded worker to notify that it's stopped.
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 30 // After the last known Zygote child exits, notify the Zygote to exit.
69 // Notify the Zygote to exit immediately. This object should not be
  /external/chromium_org/content/child/npapi/
plugin_stream.h 51 // Notify the plugin that a stream is complete.
52 void Notify(NPReason reason);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DownloadController.java 27 * Notify the host application that a download is finished.
33 * Notify the host application that a download is in progress.
  /external/chromium_org/content/public/browser/
web_contents_view.h 51 // Used to notify the view that a tab has crashed.
88 // overlapped by another view, notify the view by calling this with |true|.
  /external/chromium_org/media/filters/
decrypting_audio_decoder.h 34 // audio sample format and notify us of its choice. Therefore, we require all
93 // Callback for the |decryptor_| to notify this object that a new key has been
  /external/chromium_org/net/base/
network_change_notifier.cc 394 timer_.Start(FROM_HERE, delay, this, &NetworkChangeCalculator::Notify);
404 timer_.Start(FROM_HERE, delay, this, &NetworkChangeCalculator::Notify);
408 void Notify() {
431 // Value to pass to NotifyObserversOfNetworkChange when Notify is called.
664 g_network_change_notifier->ip_address_observer_list_->Notify(
672 g_network_change_notifier->resolver_state_observer_list_->Notify(
687 g_network_change_notifier->connection_type_observer_list_->Notify(
696 g_network_change_notifier->network_change_observer_list_->Notify(
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.h 66 // it does not actually notify the audio system to stop playback, it just
101 // Socket used to notify us when audio is ready to accept new samples. This
  /external/chromium_org/remoting/protocol/
jingle_session_manager.cc 51 // Notify |transport_factory_| that it may be used soon.
106 // Notify |transport_factory_| that it may be used soon.
  /external/chromium_org/ui/gfx/animation/
animation_container.cc 59 // We notify the observer after updating all the elements. If all the elements
61 // we would be deleted before we notify our observer. We add a reference to
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 807 ** Description Notify application of CONN_CBACK event, using appropriate
    [all...]
  /external/wpa_supplicant_8/src/ap/
iapp.c 19 * - add support for MOVE-notify and MOVE-response (this requires support for
28 * - broadcast ESP for IAPP ADD-notify
78 /* ADD-notify - multicast UDP on the local LAN */
99 /* MOVE-notify - unicast TCP */
127 /* CACHE-notify */
185 /* Send IAPP ADD-notify to remove possible association from other APs
289 "Received IAPP ADD-notify (seq# %d) from %s:%d%s",
303 "Removing STA due to IAPP ADD-notify");
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 56 // Will notify the driver through "notifyResetComplete" once finished.
59 // Will notify the driver through "notifySeekComplete" once finished.

Completed in 1138 milliseconds

<<11121314151617181920>>