Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h67 …static PassRefPtr<JSONObject> createResourceFinishData(const String& requestId, bool didFail, doub…
DTimelineRecordFactory.cpp167 PassRefPtr<JSONObject> TimelineRecordFactory::createResourceFinishData(const String& requestId, boo… in createResourceFinishData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp740 …appendRecord(TimelineRecordFactory::createResourceFinishData(IdentifiersFactory::requestId(identif… in didFinishLoadingResource()