Searched refs:willSendXMLHttpRequest (Results 1 – 4 of 4) sorted by relevance
79 void willSendXMLHttpRequest(const String& url);
490 void InspectorDOMDebuggerAgent::willSendXMLHttpRequest(const String& url) in willSendXMLHttpRequest() function in WebCore::InspectorDOMDebuggerAgent
134 void willSendXMLHttpRequest(ExecutionContext*, const String& url);
211 …InspectorInstrumentation::willSendXMLHttpRequest(xmlHttpRequest->executionContext(), xmlHttpReques… in sendMethodCustom()