Searched refs:willLoadXHR (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorResourceAgent.h | 104 …void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&…
|
D | InspectorResourceAgent.cpp | 442 void InspectorResourceAgent::willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient* client, const Ato… in willLoadXHR() function in WebCore::InspectorResourceAgent
|
D | InspectorInstrumentation.idl | 310 …void willLoadXHR(ExecutionContext*, XMLHttpRequest* xhr, ThreadableLoaderClient* client, const Ato…
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 809 …InspectorInstrumentation::willLoadXHR(executionContext(), this, this, m_method, m_url, m_async, m_… in createRequest()
|