Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DAsyncCallStackTracker.h131 void willLoadXHR(XMLHttpRequest*, const ScriptValue& callFrames);
DInspectorResourceAgent.h103 …void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&…
DAsyncCallStackTracker.cpp246 void AsyncCallStackTracker::willLoadXHR(XMLHttpRequest* xhr, const ScriptValue& callFrames) in willLoadXHR() function in blink::AsyncCallStackTracker
DInspectorDebuggerAgent.h167 …void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&…
DInspectorDebuggerAgent.cpp815 void InspectorDebuggerAgent::willLoadXHR(XMLHttpRequest* xhr, ThreadableLoaderClient*, const Atomic… in willLoadXHR() function in blink::InspectorDebuggerAgent
818 … asyncCallStackTracker().willLoadXHR(xhr, scriptDebugServer().currentCallFramesForAsyncStack()); in willLoadXHR()
DInspectorInstrumentation.idl314 …void willLoadXHR(ExecutionContext*, XMLHttpRequest* xhr, ThreadableLoaderClient* client, const Ato…
DInspectorResourceAgent.cpp485 void InspectorResourceAgent::willLoadXHR(XMLHttpRequest* xhr, ThreadableLoaderClient* client, const… in willLoadXHR() function in blink::InspectorResourceAgent
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp837 …InspectorInstrumentation::willLoadXHR(&executionContext, this, this, m_method, m_url, m_async, htt… in createRequest()