HomeSort by relevance Sort by last modified time
    Searched refs:m_loadingXHRSynchronously (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.h 159 bool m_loadingXHRSynchronously;
InspectorResourceAgent.cpp 344 if (m_loadingXHRSynchronously || m_resourcesData->resourceType(requestId) == InspectorPageAgent::XHRResource)
371 if (resourceData && !m_loadingXHRSynchronously && (!resourceData->cachedResource() || resourceData->cachedResource()->dataBufferingPolicy() == DoNotBufferData || isErrorStatusCode(resourceData->httpStatusCode())))
441 if (m_loadingXHRSynchronously)
453 m_loadingXHRSynchronously = true;
458 m_loadingXHRSynchronously = false;
759 , m_loadingXHRSynchronously(false)

Completed in 155 milliseconds