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

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerLoaderProxy.h 52 // Posts callbacks from loading code to the WorkerGlobalScope. The 'mode' is used to differentiate
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 74 // Only for libXSLT callbacks
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.h 53 // Callbacks from libpng
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLError.h 46 // string as it will just be passed via callbacks to the consumer.
  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.h 69 CF2_OutlineCallbacks callbacks,
  /external/chromium_org/third_party/libjingle/source/talk/base/
macasyncsocket.h 49 // For the MacBaseSocketServer to disable callbacks when process_io is false.
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
textchatreceivetask.h 50 // Slot for chat message callbacks
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 179 // callbacks since that has already been done.
337 // from all state change callbacks from the VideoCapturer. E.g. to avoid
338 // problems with multiple callbacks if registering the same VideoCapturer
342 // receive those callbacks. Here it is made sure that the the callback is
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
util_unittest.h 37 // This class captures callbacks from engine.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_transform.h 46 * User-defined callbacks invoked per instruction.
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
NOTES 61 activity. As swrast doesn't call callbacks during triangle, line or
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
tnl.h 52 * dispatch and/or driver callbacks.
  /external/chromium_org/third_party/sqlite/src/src/
notify.c 144 ** Each call to this routine overrides any prior callbacks registered
145 ** on the same "db". If xNotify==0 then any prior callbacks are immediately
275 ** closed and the unlock-notify callbacks on blocked connections
286 ** callbacks with smaller arrays of context pointers, which will
  /external/chromium_org/ui/base/ime/
input_method_base.h 98 // Deferred callbacks for signalling TextInputClient about candidate window
  /external/chromium_org/ui/gl/android/
surface_texture.h 28 // Note: Since callbacks come in from Java objects that might outlive objects
  /external/chromium_org/ui/keyboard/resources/webui/
api_adapter.js 23 * An array to save callbacks of each request.
  /external/chromium_org/ui/views/color_chooser/
color_chooser_view.h 65 // The pointer to the current color chooser for callbacks. It doesn't take
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 146 // Cancels all pending callbacks for the delegate. The delegate callbacks
148 // take place. The callbacks for subsequently scheduled operations are
211 // allow all pending callbacks to that delegate to be easily cancelled.
  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_stream_writer.h 51 // Callbacks that are chained for the first write. This eventually calls
  /external/chromium_org/webkit/common/blob/
scoped_file.h 77 // callbacks the pointer will be deleted.)
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 58 OverloadedMatcherCreateCallback(ArrayRef<MatcherCreateCallback *> Callbacks)
59 : Overloads(Callbacks) {}
103 MatcherCreateCallback *Callbacks[] = { \
109 registerMatcher(#name, new OverloadedMatcherCreateCallback(Callbacks)); \
  /external/clang/lib/Lex/
Pragma.cpp 106 if (Callbacks)
107 Callbacks->PragmaDirective(IntroducerLoc, Introducer);
435 if (Callbacks)
436 Callbacks->FileChanged(SysHeaderTok.getLocation(),
892 PPCallbacks *Callbacks = PP.getPPCallbacks();
893 if (Callbacks)
894 Callbacks->PragmaDebug(Tok.getLocation(), II->getName());
951 PPCallbacks *Callbacks = PP.getPPCallbacks();
965 else if (Callbacks)
966 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace)
    [all...]
  /external/freetype/src/cff/
cf2intrp.h 69 CF2_OutlineCallbacks callbacks,
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
Input.java 71 * appropriate events should be dispatched through the callbacks
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Parser.java 25 * Parses data in HierachicalDataFormat (HDF), generating callbacks for data encountered in the

Completed in 1882 milliseconds

<<31323334353637383940>>