HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 601 - 625 of 3607) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CompilerScriptMapping.js 219 var callbacks = this._pendingSourceMapLoadingCallbacks[url];
221 if (!callbacks)
225 for (var i = 0; i < callbacks.length; ++i)
226 callbacks[i](sourceMap);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 91 // Holds the success and error callbacks and the options that were provided
181 // Runs the success callbacks on all notifiers. A position must be available
216 // callbacks for them if permission has been granted. Requests permission if
222 // Runs the success callbacks for the set of notifiers awaiting a cached
  /external/chromium_org/third_party/WebKit/public/web/
WebColorChooser.h 43 // didChooseColor callbacks anymore.
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.h 36 virtual void Callbacks();
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.cc 155 // we disable each one's callbacks.
176 // Reenable them. Hopefully this won't cause spurious callbacks or
343 // we disable each one's callbacks.
348 // Reenable them. Hopefully this won't cause spurious callbacks or
  /external/chromium_org/third_party/mesa/src/docs/
MESA_resize_buffers.spec 32 Mesa does not have an event loop nor window system callbacks, it
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
wayland-drm.h 93 struct wayland_drm_callbacks *callbacks, void *user_data);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_device.h 66 GLCALLBACKTABLE callbacks; member in struct:stw_device
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
lhash.h 93 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
94 * This way, callbacks can be provided to LHASH structures without function
95 * pointer casting and the macro-defined callbacks provide per-variable casting
96 * before deferring to the underlying type-specific callbacks. NB: It is
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
lhash.h 93 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
94 * This way, callbacks can be provided to LHASH structures without function
95 * pointer casting and the macro-defined callbacks provide per-variable casting
96 * before deferring to the underlying type-specific callbacks. NB: It is
  /external/chromium_org/ui/base/ime/win/
tsf_event_router.h 60 // Callbacks from the TSFEventRouterDelegate:
tsf_text_store.h 34 // - TSFTextStore callbacks ITextStoreACPSink::OnLockGranted().
47 // - TSFTextStore callbacks ITextStoreACPSink::OnLockGranted().
58 // - TSFTextStore callbacks ITextStoreACPSink::OnLockGranted().
73 // callbacks ITextStoreACPSink::OnLockGranted().
  /external/chromium_org/ui/message_center/
fake_notifier_settings_provider.h 14 // notifiers and records which callbacks were called. For use in tests.
  /external/chromium_org/ui/views/linux_ui/
status_icon_linux.h 24 // callbacks to a delegate. For the same reason, do not use StatusIconMenuModel.
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-2337.js 30 // If one callback causes a GC then the other callbacks don't take place.
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader.h 50 // Callbacks that are chained from Open for Read.
  /external/chromium_org/win8/metro_driver/ime/
text_store.h 40 // - TextStore callbacks ITextStoreACPSink::OnLockGranted().
53 // - TextStore callbacks ITextStoreACPSink::OnLockGranted().
64 // - TextStore callbacks ITextStoreACPSink::OnLockGranted().
79 // callbacks ITextStoreACPSink::OnLockGranted().
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 32 // involve async callbacks.
  /external/icu4c/test/intltest/
regextst.h 36 virtual void Callbacks();
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 32 * entering-a-state and exiting-a-state callbacks are invoked as appropriate.
89 * <p>Absent any callbacks defined, this function simply determines the
93 * <p>However some states have specific callbacks defined which when
99 * <p>Also note that the callbacks are called in a proper sequence,
  /external/kernel-headers/original/linux/
irqflags.h 5 * provide callbacks for transitions between ON and OFF states.
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_cback.c 22 * Registration/deregistration functions for inter-module callbacks
  /external/libnl-headers/netlink/
types.h 77 * User data pointer, can be used to pass data to callbacks.
  /external/libselinux/
Android.mk 34 src/callbacks.c \
  /external/libselinux/src/
label.c 14 #include "callbacks.h"

Completed in 1851 milliseconds

<<21222324252627282930>>