/external/chromium/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 347 // Don't let ourselves go away during the callbacks 569 // Don't let ourselves go away during the callbacks 599 // Don't let ourselves go away during the callbacks
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientShouldOverrideUrlLoadingTest.java | 275 // After we load this URL we're certain that any in-flight callbacks for the previous 319 // After we load this URL we're certain that any in-flight callbacks for the previous [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_manager_unittest.cc | 756 // Spin the message loop so that all the callbacks can finish running. 804 // Spin the message loop so that all the callbacks can finish running. [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_unittest.cc | 547 // Let the cache callbacks complete. 616 // Let the cache callbacks complete. 665 // Let the redirects callbacks complete.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
web_view.js | 956 // enteredView, leftView callbacks to attached, detached 1025 // Delete the callbacks so developers cannot call them and produce unexpected 1033 // enteredView, leftView callbacks to attached, detached
|
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.cc | 10 // data. Step (1) requires waiting on several asynchronous callbacks, which are 275 // Callbacks for asynchronously loaded data. 316 // For invalidating asynchronous callbacks that might arrive after |this|
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl.cc | 130 // callbacks are outstanding at this point. 210 // synchronous callbacks. 460 // - The class won't be freed in the meanwhile due to callbacks;
|
/external/chromium_org/media/audio/mac/ |
audio_synchronized_mac.cc | 124 LOG(ERROR) << "Error setting up callbacks on AudioUnits."; 844 // by +/- the hardware buffer-size *if* the input and output callbacks are 848 // the callbacks. The average value is what's important here.
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win_unittest.cc | 85 // Creates an array that will store delta times between callbacks. 88 // timing of callbacks. The text file will be stored in media/test/data. 116 // Store time difference between two successive callbacks in an array.
|
/external/chromium_org/net/http/ |
mock_http_cache.cc | 266 // If |value| is true, don't deliver any completion callbacks until called 267 // again with |value| set to false. Caution: remember to enable callbacks 281 // Unlike the callbacks for MockHttpTransaction, we want this one to run even
|
/external/chromium_org/net/quic/ |
quic_connection.h | 61 // Class that receives callbacks from the connection when frames are received 99 // Interface which gets callbacks from the QuicConnection at interesting 101 // as a result of these callbacks.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
pnacl_coordinator.cc | 308 // Free all the intermediate callbacks we ever created. 309 // Note: this doesn't *cancel* the callbacks from the factories attached 311 // callbacks may still run asynchronously. We let those run but ignore
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
NetworkRequest.js | 863 var callbacks = this._pendingContentCallbacks.slice(); 864 for (var i = 0; i < callbacks.length; ++i) 865 callbacks[i](this._content);
|
UISourceCode.js | 649 var callbacks = this._requestContentCallbacks.slice(); 651 for (var i = 0; i < callbacks.length; ++i) 652 callbacks[i](content);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 386 // Don't let ourselves go away during the callbacks 604 // Don't let ourselves go away during the callbacks 634 // Don't let ourselves go away during the callbacks
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
crypto.h | 332 /* This is the default callbacks, but we can have others as well: 402 * class (invokes whatever per-class callbacks are applicable) */ 442 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
crypto.h | 332 /* This is the default callbacks, but we can have others as well: 402 * class (invokes whatever per-class callbacks are applicable) */ 442 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 120 Base class for optional callbacks to retrieve meta/chunk data out of 140 Base class for optional callbacks to choose an image from a format that 538 // Typedefs to make registering decoder and formatter callbacks easier.
|
/external/chromium_org/third_party/sqlite/src/test/ |
notify1.test | 199 # The following tests, notify1-3.* and notify1-4.*, test that callbacks 264 # callbacks were invoked, OR 266 # callbacks were invoked.
|
/external/chromium_org/webkit/browser/quota/ |
usage_tracker.cc | 226 // pending callbacks. 250 // pending callbacks. 266 // pending callbacks.
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporter.h | 108 VisitorList Callbacks; 305 visitor_iterator visitor_begin() { return Callbacks.begin(); } 306 visitor_iterator visitor_end() { return Callbacks.end(); }
|
/external/clang/test/Analysis/ |
retain-release.mm | 66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFArrayCallBacks *callBacks); 68 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFArrayCallBacks *callBacks); 372 // Don't crash on non-member functions with "callbacks" but without names.
|
/external/elfutils/libdwfl/ |
dwfl_module_getdwarf.c | 128 mod->main.fd = (*mod->dwfl->callbacks->find_elf) (MODCB_ARGS (mod), 215 mod->debug.fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod), 610 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks;
|
linux-kernel-modules.c | 1 /* Standard libdwfl callbacks for debugging the running Linux kernel. 90 int fd = ((((dwfl->callbacks->debuginfo_path 91 ? *dwfl->callbacks->debuginfo_path : NULL)
|
/external/lzma/ |
lzma.txt | 464 Single-call Compression with callbacks
537 Single-call RAM->RAM Compression is similar to Compression with callbacks,
538 but you provide pointers to buffers instead of pointers to stream callbacks:
|