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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 76 XHRResource,
InspectorPageAgent.cpp 163 return type == InspectorPageAgent::DocumentResource || type == InspectorPageAgent::StylesheetResource || type == InspectorPageAgent::ScriptResource || type == InspectorPageAgent::XHRResource;
286 case XHRResource:
314 return InspectorPageAgent::XHRResource;
    [all...]
InspectorResourceAgent.cpp 461 m_resourcesData->setResourceType(IdentifiersFactory::requestId(identifier), InspectorPageAgent::XHRResource);
    [all...]

Completed in 260 milliseconds