willLoadXHR        96 Source/core/inspector/AsyncCallStackTracker.h     void willLoadXHR(XMLHttpRequest*, const ScriptValue& callFrames);
willLoadXHR       756 Source/core/inspector/InspectorDebuggerAgent.cpp         m_asyncCallStackTracker.willLoadXHR(xhr, scriptDebugServer().currentCallFramesForAsyncStack());
willLoadXHR       157 Source/core/inspector/InspectorDebuggerAgent.h     void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, FormData* body, const HTTPHeaderMap& headers, bool includeCrendentials);
willLoadXHR       101 Source/core/inspector/InspectorResourceAgent.h     void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, FormData* body, const HTTPHeaderMap& headers, bool includeCrendentials);
willLoadXHR       801 Source/core/xml/XMLHttpRequest.cpp     InspectorInstrumentation::willLoadXHR(executionContext(), this, this, m_method, m_url, m_async, m_requestEntityBody ? m_requestEntityBody->deepCopy() : nullptr, m_requestHeaders, m_includeCredentials);