Searched refs:m_async (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentThreadableLoader.h128 bool m_async; member in class:blink::FINAL
H A DDocumentThreadableLoader.cpp83 , m_async(blockingBehavior == LoadAsynchronously)
89 ASSERT(m_async || request.httpReferrer().isEmpty());
163 ASSERT(m_async);
488 if (m_async) {
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp156 , m_async(true)
353 if (executionContext()->isDocument() && !m_async) {
378 if (!m_async && executionContext()->isDocument()) {
458 if (m_async)
477 if (m_async || (m_state <= OPENED || m_state == DONE)) {
514 if (!m_async)
599 m_async = async;
816 if (m_async) {
837 InspectorInstrumentation::willLoadXHR(&executionContext, this, this, m_method, m_url, m_async, httpBody ? httpBody->deepCopy() : nullptr, m_requestHeaders, m_includeCredentials);
872 if (m_async) {
[all...]
H A DXMLHttpRequest.h285 bool m_async; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DNetworkResourcesData.h61 bool async() const { return m_async; }
73 bool m_async; member in class:blink::XHRReplayData
H A DNetworkResourcesData.cpp63 , m_async(async)

Completed in 238 milliseconds