Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DTimelineAgent.js48 XHRLoad: "XHRLoad", property
DTimelinePanel.js184 …recordStyles[recordTypes.XHRLoad] = { title: WebInspector.UIString("XHR Load"), category: this.cat…
/external/webkit/Source/WebCore/inspector/
DInspectorTimelineAgent.cpp77 static const char XHRLoad[] = "XHRLoad"; variable
261 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(url), TimelineRecordType::XHRLoad); in willLoadXHR()
266 didCompleteCurrentRecord(TimelineRecordType::XHRLoad); in didLoadXHR()