Searched
full:async (Results
351 -
375 of
1591) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/common/dom_storage/ |
dom_storage_messages.h | 49 // Completion notification sent in response to each async
|
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_cached_area.h | 69 // Async completion callbacks for proxied operations.
|
/external/chromium_org/content/renderer/media/ |
renderer_gpu_video_accelerator_factories.h | 93 // Async versions of the public methods, run on |message_loop_|.
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_sync.cc | 11 // Class which handles async pixel transfers synchronously.
|
/external/chromium_org/ipc/ |
ipc_channel_reader.h | 68 // on whether the platform's async I/O is "try again" or "write
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_setcancelstate.c | 94 * Lock for async-cancel safety.
|
pthread_setcanceltype.c | 95 * Lock for async-cancel safety.
|
/external/chromium_org/net/base/ |
file_stream.h | 36 // Same as above, but runs async tasks in base::WorkerPool. 53 // Same as above, but runs async tasks in base::WorkerPool. 254 // before completion of async operation. Also if async FileStream is destroyed
|
/external/chromium_org/net/disk_cache/ |
file.h | 85 // Infrastructure for async IO.
|
/external/chromium_org/net/socket/ |
tcp_socket_win.h | 126 // resources to the Windows async IO functions and we have to make sure that
|
/external/chromium_org/net/spdy/ |
spdy_http_stream_unittest.cc | 140 MockRead(ASYNC, 0, 0) // EOF 238 MockRead(ASYNC, 0, 6) // EOF 403 MockRead(ASYNC, 0, 8) // EOF 556 MockRead(ASYNC, 0, 5) // EOF
|
/external/chromium_org/net/url_request/ |
url_request_job.h | 272 // If returning false, an error occurred or an async IO is now pending. 273 // If async IO is pending, the status of the request will be 288 // return data, this call can issue a new async IO request under 380 // While the async IO is in progress, we save the user buffer here, and
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
WorkerScriptController.h | 81 // Async request to terminate a future JS execution. Eventually causes termination
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseServer.cpp | 69 case DatabaseType::Async:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/ |
update_webgl_conformance_tests_unittest.py | 81 "../resources/js-test-post-async.js": None,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebStorageArea.h | 90 // DEPRECATED - being replaced by the async variants above which do not return oldValues or block until completion.
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
fakesession.h | 93 void SetAsync(bool async) { 94 async_ = async; 336 void SetAsync(bool async) { async_ = async; }
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plresolv.h | 62 #define PL_RESOLVE_ELAUNCH 3 /* Error launching Async request */
|
/external/chromium_org/third_party/sqlite/src/test/ |
async4.test | 33 # The async logic is not built into this system
|