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

  /external/webkit/Source/WebCore/inspector/
TimelineRecordFactory.h 57 static PassRefPtr<InspectorObject> createTimerInstallData(int timerId, int timeout, bool singleShot);
TimelineRecordFactory.cpp 86 PassRefPtr<InspectorObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot)
InspectorTimelineAgent.cpp 227 record->setObject("data", TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot));

Completed in 61 milliseconds