Searched
full:async (Results
326 -
350 of
1591) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/net/ |
preconnect.cc | 48 // We are now commited to doing the async preconnection call.
|
/external/chromium/chrome/browser/ssl/ |
ssl_client_auth_handler.h | 43 // be long after DoSelectCertificate returns, if the UI is modeless/async.)
|
/external/chromium/chrome/browser/ |
unload_uitest.cc | 134 // load is purposely async to test the case where the user loads another 169 // Then two async crosssite requests to ensure 213 // Then an async crosssite request followed by an input event to ensure that 244 // Then two two async crosssite requests to ensure
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 150 // Wait for async calls to fire 168 // Wait for async calls to fire 186 // Wait for async calls to fire 204 // Wait for async calls to fire
|
/external/chromium/net/socket/ |
tcp_client_socket_win.h | 117 // resources to the Windows async IO functions and we have to make sure that
|
/external/chromium/net/spdy/ |
spdy_test_util.h | 313 // Create an async MockWrite from the given SpdyFrame. 316 // Create an async MockWrite from the given SpdyFrame and sequence number. 319 MockWrite CreateMockWrite(const spdy::SpdyFrame& req, int seq, bool async); 327 MockRead CreateMockRead(const spdy::SpdyFrame& resp, int seq, bool async);
|
/external/chromium/net/url_request/ |
url_request_job.h | 219 // If returning false, an error occurred or an async IO is now pending. 220 // If async IO is pending, the status of the request will be 231 // return data, this call can issue a new async IO request under 317 // While the async IO is in progress, we save the user buffer here, and
|
/external/chromium/webkit/glue/ |
resource_fetcher.h | 9 // ResourceFetcher::Delegate::OnURLFetchComplete will be called async after
|
/external/chromium_org/base/debug/ |
stack_trace.h | 83 // POSIX doesn't define any async-signal safe function for converting
|
/external/chromium_org/base/prefs/ |
pref_service.cc | 48 bool async) 56 InitFromStorage(async); 69 void PrefService::InitFromStorage(bool async) { 70 if (!async) {
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_html_writer.h | 65 // Starts async fetch for the next bookmark favicon.
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_local_storage_helper.cc | 130 // We post a task to emulate async fetching behavior.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
auth_attempt_state.h | 111 // Status of the crypthome GetSanitizedUsername() async call.
|
/external/chromium_org/chrome/browser/extensions/api/webview/ |
webview_api.h | 19 // An abstract base class for async webview APIs. It does a process ID check
|
/external/chromium_org/chrome/browser/net/ |
preconnect.cc | 52 // We are now commited to doing the async preconnection call.
|
/external/chromium_org/chrome/browser/prefs/ |
pref_service_syncable.h | 46 bool async);
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_task_manager.h | 98 // This should be called when an async task needs to get a task token.
|
/external/chromium_org/chrome/browser/ui/webui/ |
web_ui_test_handler.cc | 107 // completes, or |run_test_succeeded_| but not |test_done_| so async tests
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 144 // Wait for async calls to fire 162 // Wait for async calls to fire 180 // Wait for async calls to fire 198 // Wait for async calls to fire
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_deprecated.html | 90 <td>Use async-only <code>XMLHttpRequest</code>:
|
/external/chromium_org/chrome/common/ |
spellcheck_messages.h | 37 // spellchecker. This can be called directly after startup or in (async)
|
/external/chromium_org/chrome/renderer/net/ |
predictor_queue.h | 22 // is a thread that sends messages to an async DNS resolver.
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider.h | 39 // Requests async spell and grammar checker to the platform text
|
/external/chromium_org/content/browser/devtools/ |
devtools_protocol.h | 67 // Creates async response promise.
|
/external/chromium_org/content/browser/ |
webkit_browsertest.cc | 21 // for an async script which gets data in the response and immediately
|
Completed in 1680 milliseconds
<<11121314151617181920>>