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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 51 static PassRefPtr<JSONObject> createBackgroundRecord(double startTime, const String& thread, const String& type, PassRefPtr<JSONObject> data = 0);
InspectorTimelineAgent.cpp     [all...]
TimelineRecordFactory.cpp 59 PassRefPtr<JSONObject> TimelineRecordFactory::createBackgroundRecord(double startTime, const String& threadName, const String& type, PassRefPtr<JSONObject> data)

Completed in 83 milliseconds