Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMDebuggerAgent.h79 void willSendXMLHttpRequest(const String& url);
DInspectorDOMDebuggerAgent.cpp490 void InspectorDOMDebuggerAgent::willSendXMLHttpRequest(const String& url) in willSendXMLHttpRequest() function in WebCore::InspectorDOMDebuggerAgent
DInspectorInstrumentation.idl134 void willSendXMLHttpRequest(ExecutionContext*, const String& url);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8XMLHttpRequestCustom.cpp211 …InspectorInstrumentation::willSendXMLHttpRequest(xmlHttpRequest->executionContext(), xmlHttpReques… in sendMethodCustom()