Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineModel.js98 RequestAnimationFrame: "RequestAnimationFrame", property
DTimelinePresentationModel.js107 …recordStyles[recordTypes.RequestAnimationFrame] = { title: WebInspector.UIString("Request Animatio…
791 case recordTypes.RequestAnimationFrame:
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp118 static const char RequestAnimationFrame[] = "RequestAnimationFrame"; variable
849 …actory::createAnimationFrameData(callbackId), TimelineRecordType::RequestAnimationFrame, true, doc… in didRequestAnimationFrame()