Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h77 … static PassRefPtr<JSONObject> createReceiveResourceData(const String& requestId, int length);
DTimelineRecordFactory.cpp172 PassRefPtr<JSONObject> TimelineRecordFactory::createReceiveResourceData(const String& requestId, in… in createReceiveResourceData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp740 …pushCurrentRecord(TimelineRecordFactory::createReceiveResourceData(requestId, length), TimelineRec… in willReceiveResourceData()