OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
51
unsigned
webkitDroppedFrameCount
() const;
HTMLVideoElement.cpp
257
unsigned HTMLVideoElement::
webkitDroppedFrameCount
() const
/external/chromium_org/tools/perf/metrics/
media.js
128
var droppedFrames = this.element.
webkitDroppedFrameCount
;
Completed in 445 milliseconds