HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 176 - 200 of 2192) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h 79 // Notify observers that the effective token has changed.
82 // Notify observers about authentication data change.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h 20 // Action and notify the extension when the icon is clicked.
40 // Called to notify the Page Action that it should determine whether
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 97 // Synthesized enter-notify and leave-notify events for the shelf's "zone".
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 46 /// JITEventListener - Abstract interface for use by the JIT to notify clients
47 /// about significant events during compilation. For example, to notify
  /external/wpa_supplicant_8/src/ap/
iapp.c 25 * - add support for MOVE-notify and MOVE-response (this requires support for
34 * - broadcast ESP for IAPP ADD-notify
84 /* ADD-notify - multicast UDP on the local LAN */
105 /* MOVE-notify - unicast TCP */
133 /* CACHE-notify */
191 /* Send IAPP ADD-notify to remove possible association from other APs
295 "Received IAPP ADD-notify (seq# %d) from %s:%d%s",
309 "Removing STA due to IAPP ADD-notify");
  /frameworks/base/core/java/android/os/
ConditionVariable.java 23 * This differs from the built-in java.lang.Object wait() and notify()
30 * or notify() on a ConditionVariable, the results are undefined.
  /frameworks/base/core/java/android/webkit/
SearchBox.java 68 * Notify the search page of any changes to the searchbox. Such as
72 * @param listener an optional listener to notify of the success of the operation,
WebChromeClient.java 36 * Notify the host application of a change in the document title.
43 * Notify the host application of a new favicon for the current page.
50 * Notify the host application of the url for an apple-touch-icon.
59 * A callback interface used by the host application to notify
71 * Notify the host application that the current page would
80 * Notify the host application that the current page would
92 * Notify the host application that the current page would
131 * Notify the host application to close the given WebView and remove it
  /frameworks/base/media/libstagefright/rtsp/
AH263Assembler.cpp 29 AH263Assembler::AH263Assembler(const sp<AMessage> &notify)
30 : mNotifyMsg(notify),
ARawAudioAssembler.cpp 37 const sp<AMessage> &notify, const char *desc, const AString &params)
38 : mNotifyMsg(notify),
  /system/media/wilhelm/src/android/
android_GenericMediaPlayer.h 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
91 const bool mHasVideo; // const allows MediaPlayerNotificationClient::notify to safely access
  /external/bluetooth/bluez/health/
mcap.c 64 mcap_mdl_notify_cb notify; member in union:__anon1489
308 con->cb.notify(err, con->user_data);
318 con->cb.notify(err, con->user_data);
600 con->cb.notify = delete_cb;
640 con->cb.notify = delete_cb;
676 con->cb.notify = abort_cb;
954 gboolean notify = *(gboolean *) user_data; local
957 if (notify)
1162 gboolean notify; local
1172 notify = FALSE
1471 gboolean notify = FALSE; local
1604 gboolean notify; local
    [all...]
  /bionic/libthread_db/include/
thread_db.h 133 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
  /development/ndk/platforms/android-3/include/
thread_db.h 130 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
  /development/ndk/platforms/android-9/include/
thread_db.h 135 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
  /development/samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/
helloworld.rs 24 // by the java API. We can use them to notify the script of touch events.
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 60 notify(); method
  /external/bluetooth/bluez/attrib/
gatt.h 45 GDestroyNotify notify, gpointer user_data);
  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 24 // An interface the AutoFill dialog uses to notify its clients (observers) when
  /external/chromium/chrome/browser/
browser_main_win.h 36 // allow the user level Chrome to run. So we notify the user and uninstall
mock_browsing_data_database_helper.cc 48 void MockBrowsingDataDatabaseHelper::Notify() {
mock_browsing_data_indexed_db_helper.cc 47 void MockBrowsingDataIndexedDBHelper::Notify() {
mock_browsing_data_local_storage_helper.cc 48 void MockBrowsingDataLocalStorageHelper::Notify() {
  /external/chromium/chrome/browser/importer/
importer.h 26 // notify its host that import stuff have been finished.
  /external/chromium/chrome/browser/password_manager/
password_store_x.cc 35 NotificationService::current()->Notify(
50 NotificationService::current()->Notify(
65 NotificationService::current()->Notify(
89 NotificationService::current()->Notify(

Completed in 2096 milliseconds

1 2 3 4 5 6 78 91011>>