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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 60 static PassRefPtr<JSONObject> createXHRLoadData(const String& url);
TimelineRecordFactory.cpp 120 PassRefPtr<JSONObject> TimelineRecordFactory::createXHRLoadData(const String& url)
InspectorTimelineAgent.cpp 746 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(request->url().string()), TimelineRecordType::XHRLoad, true, frameForExecutionContext(context));
    [all...]

Completed in 33 milliseconds