Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h201 bool willDispatchXHRReadyStateChangeEvent(ExecutionContext*, XMLHttpRequest*);
DInspectorInstrumentation.idl161 …InspectorInstrumentationCookie willDispatchXHRReadyStateChangeEvent([Keep] ExecutionContext*, XMLH…
DInspectorTimelineAgent.cpp689 bool InspectorTimelineAgent::willDispatchXHRReadyStateChangeEvent(ExecutionContext* context, XMLHtt… in willDispatchXHRReadyStateChangeEvent() function in WebCore::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp438 …rInstrumentationCookie cookie = InspectorInstrumentation::willDispatchXHRReadyStateChangeEvent(exe… in dispatchReadyStateChangeEvent()