Searched refs:videoWidth (Results 1 – 6 of 6) sorted by relevance
61 unsigned videoWidth() const;
30 readonly attribute unsigned long videoWidth;
115 unsigned HTMLVideoElement::videoWidth() const in videoWidth() function in WebCore::HTMLVideoElement
1130 static int setVideoBitrateHeuristically(int videoWidth) in setVideoBitrateHeuristically() argument1133 if (videoWidth >= 480) { in setVideoBitrateHeuristically()1135 } else if (videoWidth >= 352) { in setVideoBitrateHeuristically()1137 } else if (videoWidth >= 320) { in setVideoBitrateHeuristically()
68019 (WebCore::HTMLVideoElement::videoWidth):77284 (WebCore::HTMLVideoElement::videoWidth):
83998 (WebCore::HTMLVideoElement::videoWidth):84006 * html/HTMLVideoElement.h: width, height, videoWidth, and videoHeight are unsigned.