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

  /external/webkit/Source/WebCore/inspector/front-end/
TimelineAgent.js 43 TimerInstall: "TimerInstall",
TimelinePanel.js 180 recordStyles[recordTypes.TimerInstall] = { title: WebInspector.UIString("Install Timer"), category: this.categories.scripting };
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorTimelineAgent.cpp 60 static const char TimerInstall[] = "TimerInstall";
228 addRecordToTimeline(record.release(), TimelineRecordType::TimerInstall);

Completed in 62 milliseconds