Home
last modified time | relevance | path

Searched refs:willLoadXHRImpl (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorInstrumentation.h225 static InspectorInstrumentationCookie willLoadXHRImpl(InspectorAgent*, XMLHttpRequest* request);
564 return willLoadXHRImpl(inspectorAgent, request); in willLoadXHR()
DInspectorInstrumentation.cpp340 InspectorInstrumentationCookie InspectorInstrumentation::willLoadXHRImpl(InspectorAgent* inspectorA… in willLoadXHRImpl() function in WebCore::InspectorInstrumentation