Searched refs:isVideo (Results 1 – 18 of 18) sorted by relevance
67 virtual bool isVideo() const { return true; } in isVideo() function84 ASSERT(!object || object->isVideo()); in toRenderVideo()
296 else if (renderer->isVideo()) { in updateGraphicsLayerConfiguration()899 if (renderer()->isVideo() && toRenderVideo(renderer())->shouldDisplayVideo()) in containsPaintedContent()1016 if (renderer()->isVideo()) { in contentsBox()
410 if (layerChanged && layer->renderer()->isVideo()) { in updateBacking()748 if (willBeComposited && layer->renderer()->isVideo())1482 if (renderer->isVideo()) {
299 virtual bool isVideo() const { return false; } in isVideo() function
4032 || renderer()->isVideo() in shouldBeNormalFlowOnly()4053 || renderer()->isVideo() in isSelfPaintingLayer()
46 virtual bool isVideo() const { return false; } in isVideo() function
79 virtual bool isVideo() const { return true; } in isVideo() function
730 if (isVideo()) in loadResource()1515 …if (isVideo() && document()->page() && document()->page()->chrome()->requiresFullscreenForVideoPla… in controls()2021 if (renderer() && renderer()->isVideo()) { in mediaPlayerRenderingCanBeAccelerated()2200 …if (!m_isFullscreen && isVideo() && document() && document()->page() && document()->page()->chrome… in updatePlayState()2448 if (isVideo()) { in getPluginProxyParams()
60 virtual bool isVideo() const = 0;
55 virtual bool isVideo() const { return true; } in isVideo() function
263 virtual bool isVideo() const { return false; } in isVideo() function
245 return element->mediaElement()->isVideo(); in controllingVideoElement()
254 if (layer->isMedia() || layer->isVideo()) { in serializeLayer()257 layer->isVideo() ? "true" : "false"); in serializeLayer()
243 if (renderer->isVideo()) in renderImageResource()
170 else if (mediaElement->isVideo()) in loadMediaPlayerProxyPlugin()
47411 * html/HTMLAudioElement.h: Added an implementation of isVideo since that47417 isVideo function a pure virtual function.
97512 an isVideo() virtual method to RenderObject.97522 (WebCore::RenderObject::isVideo):97525 (WebCore::RenderVideo::isVideo):
77263 (WebCore::HTMLMediaElement::isVideo):77288 (WebCore::HTMLVideoElement::isVideo):