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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 58 static PassRefPtr<JSONObject> createTimerInstallData(int timerId, int timeout, bool singleShot);
TimelineRecordFactory.cpp 103 PassRefPtr<JSONObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot)
InspectorTimelineAgent.cpp 710 appendRecord(TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot), TimelineRecordType::TimerInstall, true, frameForExecutionContext(context));
    [all...]

Completed in 36 milliseconds