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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chromeos/settings/
cros_settings_provider.h 21 // The callback type that is called to notify the CrosSettings observers
39 // Creates a new provider instance. |notify_cb| will be used to notify
73 // Callback used to notify about setting changes.
  /external/chromium_org/media/base/
data_source.h 19 // Notify the host that byte range [start,end] has been buffered.
24 // Notify the host that time range [start,end] has been buffered.
61 // Notify the DataSource of the bitrate of the media.
  /external/chromium_org/net/data/websocket/
README 5 This page changes page title to "PASS" to notify content::TitleWatcher.
12 WebSocket. This page changes the title to "PASS" to notify
18 shared worker. This page changes page title to "PASS" to notify
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.h 33 void Notify() {
71 // Notify the Accept thread that it is time to terminate.
72 void Quit() { quitting_.Notify(); }
  /frameworks/base/core/java/android/text/
TextWatcher.java 25 * This method is called to notify you that, within <code>s</code>,
34 * This method is called to notify you that, within <code>s</code>,
43 * This method is called to notify you that, somewhere within
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
AltBitmapCache.java 48 // no longer blocking. Notify every thread.
94 // new resource gained. Notify one thread.
95 mLock.notify();
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 89 bool notify; local
91 GetNotifyData(notify_id, &notify, &notify_data);
93 resource_id, url, this, notify, notify_data);
196 bool notify; local
198 GetNotifyData(notify_id, &notify, &notify_data);
199 if (!notify) {
383 bool notify; local
385 GetNotifyData(notify_id, &notify, &notify_data);
389 new PluginStringStream(this, url, notify, notify_data);
394 // Flash 9. Just send the URL Notify
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 40 void start(const sp<AMessage> &notify);
132 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify) {
136 mNotify = notify;
246 sp<AMessage> notify = mNotify->dup(); local
247 notify->setInt32("what", kNotifyBuffer);
248 notify->setBuffer("buffer", out);
249 notify->setInt32("oob", true);
250 notify->post();
254 sp<AMessage> notify = mNotify->dup(); local
255 notify->setInt32("what", kNotifyBuffer)
353 sp<AMessage> notify = mNotify->dup(); local
373 sp<AMessage> notify = mNotify->dup(); local
395 sp<AMessage> notify = mNotify->dup(); local
567 sp<AMessage> notify = local
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
RenderCompletionListener.java 20 * Interface used to notify the completion of requested rendering.
  /external/blktrace/
act_mask.c 26 DECLARE_MASK_MAP(NOTIFY),
  /external/chromium/chrome/browser/automation/
ui_controls_internal.h 17 // A |followup| Task can be specified to notify the caller when the mouse
  /external/chromium/chrome/browser/prefs/
pref_notifier.h 11 // Delegate interface used by PrefValueStore to notify its owner about changes
  /external/chromium/chrome/browser/service/
service_process_control_mac.mm 24 NewRunnableMethod(this, &Launcher::Notify));
  /external/chromium/chrome/browser/tab_contents/
popup_menu_helper_mac.h 19 // Creates a PopupMenuHelper that will notify |render_view_host| when a user
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui_unittest.cc 20 // CloudPrintSetupSource::StartDataRequest. If any of these trip, notify the
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui.h 21 // Notify the Web UI renderer that preview data is available.
  /external/chromium_org/base/prefs/
pref_notifier.h 10 // Delegate interface used by PrefValueStore to notify its owner about changes
  /external/chromium_org/base/system_monitor/
system_monitor.cc 48 devices_changed_observer_list_->Notify(
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.cc 32 void MockBrowsingDataFlashLSOHelper::Notify() {
mock_browsing_data_flash_lso_helper.h 27 void Notify();
mock_browsing_data_quota_helper.cc 42 void MockBrowsingDataQuotaHelper::Notify() {
mock_browsing_data_quota_helper.h 26 void Notify();
mock_browsing_data_server_bound_cert_helper.h 27 void Notify();
  /external/chromium_org/chrome/browser/password_manager/
password_store_default.cc 47 content::NotificationService::current()->Notify(
58 content::NotificationService::current()->Notify(
69 content::NotificationService::current()->Notify(
88 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/service_process/
service_process_control_mac.mm 27 base::Bind(&Launcher::Notify, this));

Completed in 1657 milliseconds

1 2 3 4 5 67 8 91011>>