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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 94 CancelAnimationFrame: "CancelAnimationFrame",
TimelinePresentationModel.js 105 recordStyles[recordTypes.CancelAnimationFrame] = { title: WebInspector.UIString("Cancel Animation Frame"), category: categories["scripting"] };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 112 static const char CancelAnimationFrame[] = "CancelAnimationFrame";
595 appendRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::CancelAnimationFrame, true, document->frame());

Completed in 72 milliseconds