Searched refs:XHRResource (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.h76 XHRResource, enumerator in enum:blink::FINAL::ResourceType
H A DInspectorPageAgent.cpp226 return type == InspectorPageAgent::DocumentResource || type == InspectorPageAgent::StylesheetResource || type == InspectorPageAgent::ScriptResource || type == InspectorPageAgent::XHRResource;
359 case XHRResource:
387 return InspectorPageAgent::XHRResource;
H A DInspectorResourceAgent.cpp479 m_resourcesData->setResourceType(IdentifiersFactory::requestId(identifier), InspectorPageAgent::XHRResource);

Completed in 93 milliseconds