Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h61 … static PassRefPtr<JSONObject> createTimerInstallData(int timerId, int timeout, bool singleShot);
DTimelineRecordFactory.cpp98 PassRefPtr<JSONObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool… in createTimerInstallData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp670 …appendRecord(TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot), Timeline… in didInstallTimer()