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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 72 XHRResource,
InspectorResourceAgent.cpp 344 if (m_loadingXHRSynchronously || m_resourcesData->resourceType(requestId) == InspectorPageAgent::XHRResource)
345 type = InspectorPageAgent::XHRResource;
448 m_resourcesData->setResourceType(IdentifiersFactory::requestId(identifier), InspectorPageAgent::XHRResource);

Completed in 118 milliseconds