Searched defs:m_async (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentThreadableLoader.h111 bool m_async; member in class:WebCore::DocumentThreadableLoader
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DNetworkResourcesData.h57 bool async() const { return m_async; }
67 bool m_async; member in class:WebCore::XHRReplayData
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h219 bool m_async; member in class:WebCore::XMLHttpRequest
H A DXMLHttpRequest.cpp166 , m_async(true)
333 if (executionContext()->isDocument() && !m_async) {
351 if (!m_async && executionContext()->isDocument() && m_url.protocolIsInHTTPFamily()) {
410 if (m_async)
440 if (m_async || (m_state <= OPENED || m_state == DONE)) {
578 m_async = async;
785 if (m_async) {
809 InspectorInstrumentation::willLoadXHR(executionContext(), this, this, m_method, m_url, m_async, m_requestEntityBody ? m_requestEntityBody->deepCopy() : 0, m_requestHeaders, m_includeCredentials); local
843 if (m_async) {
1043 if (!m_async
[all...]

Completed in 8465 milliseconds