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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.idl 51 [MeasureAs=PrefixedVideoDroppedFrameCount] readonly attribute unsigned long webkitDroppedFrameCount;
HTMLVideoElement.h 57 unsigned webkitDroppedFrameCount() const;
HTMLVideoElement.cpp 265 unsigned HTMLVideoElement::webkitDroppedFrameCount() const
  /external/chromium_org/tools/perf/metrics/
media.js 128 var droppedFrames = this.element.webkitDroppedFrameCount;

Completed in 466 milliseconds