Home
last modified time | relevance | path

Searched refs:webkitVideoDecodedByteCount (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/tools/perf/metrics/
Dmedia.js135 this.element.webkitVideoDecodedByteCount || 0;
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.idl91 …sureAs=PrefixedVideoDecodedByteCount] readonly attribute unsigned long webkitVideoDecodedByteCount;
DHTMLMediaElement.h143 unsigned webkitVideoDecodedByteCount() const;
DHTMLMediaElement.cpp3545 unsigned HTMLMediaElement::webkitVideoDecodedByteCount() const in webkitVideoDecodedByteCount() function in WebCore::HTMLMediaElement