Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h65 static PassRefPtr<JSONObject> createXHRLoadData(const String& url);
DTimelineRecordFactory.cpp115 PassRefPtr<JSONObject> TimelineRecordFactory::createXHRLoadData(const String& url) in createXHRLoadData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp706 …pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(request->url().string()), TimelineRecor… in willDispatchXHRLoadEvent()