Searched refs:AnimationFrameRequested (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineRecordTreeElement.js92 case WebInspector.ScriptTimelineRecord.EventType.AnimationFrameRequested:
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DScriptTimelineRecord.js49 AnimationFrameRequested: "script-timeline-record-animation-frame-requested", property in class:WebInspector.ScriptTimelineRecord.EventType
239 case WebInspector.ScriptTimelineRecord.EventType.AnimationFrameRequested:
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DTimelineManager.js316 this._addRecord(new WebInspector.ScriptTimelineRecord(WebInspector.ScriptTimelineRecord.EventType.AnimationFrameRequested, startTime, startTime, callFrames, sourceCodeLocation, recordPayload.data.timerId));

Completed in 78 milliseconds