Home
last modified time | relevance | path

Searched refs:willLoadXHR (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorResourceAgent.h104 …void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&…
DInspectorResourceAgent.cpp442 void InspectorResourceAgent::willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient* client, const Ato… in willLoadXHR() function in WebCore::InspectorResourceAgent
DInspectorInstrumentation.idl310 …void willLoadXHR(ExecutionContext*, XMLHttpRequest* xhr, ThreadableLoaderClient* client, const Ato…
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp809 …InspectorInstrumentation::willLoadXHR(executionContext(), this, this, m_method, m_url, m_async, m_… in createRequest()