Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DAsyncCallStackTracker.cpp90 static XMLHttpRequest* toXmlHttpRequest(EventTarget* eventTarget) in toXmlHttpRequest() function
235 if (XMLHttpRequest* xhr = toXmlHttpRequest(eventTarget)) { in willHandleEvent()