HomeSort by relevance Sort by last modified time
    Searched refs:createXHRLoadData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/inspector/
TimelineRecordFactory.h 61 static PassRefPtr<InspectorObject> createXHRLoadData(const String& url);
TimelineRecordFactory.cpp 103 PassRefPtr<InspectorObject> TimelineRecordFactory::createXHRLoadData(const String& url)
InspectorTimelineAgent.cpp 261 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(url), TimelineRecordType::XHRLoad);

Completed in 35 milliseconds