Searched refs:isVideo (Results 1 – 18 of 18) sorted by relevance
62 virtual bool isVideo() const { return true; } in isVideo() function84 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderVideo, isVideo());
272 return renderer->isImage() || renderer->isCanvas() || renderer->isVideo(); in rendererHasAspectRatio()334 if (!isVideo() || RuntimeEnabledFeatures::objectFitPositionEnabled()) in replacedContentRect()
77 return renderer->isVideo() ? in contentsRect()146 || renderer->isVideo(); in isAcceleratedContents()521 } else if (renderer->isVideo()) { in updateGraphicsLayerConfiguration()575 if (RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() && renderer()->isVideo()) { in updateGraphicsLayerGeometry()1547 if (renderer()->isVideo() && toRenderVideo(renderer())->shouldDisplayVideo()) in containsPaintedContent()
420 || renderer()->isVideo() in shouldBeNormalFlowOnlyIgnoringCompositedScrolling()
625 if (m_imageResource && m_imageResource->errorOccurred() && !isVideo()) { in computeIntrinsicRatioInformation()
804 …ionData.m_compositingAncestor && currentRecursionData.m_compositingAncestor->renderer()->isVideo()) in computeCompositingRequirements()1733 if (RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() && renderer->isVideo()) { in requiresCompositingForVideo()1742 if (renderer->isVideo()) { in requiresCompositingForVideo()
371 virtual bool isVideo() const { return false; } in isVideo() function
3790 || renderer()->isVideo() in shouldBeSelfPaintingLayer()
36 || params.isSelectedText() || params.isVideo() || params.isCustomMenu()); in shouldShowContextMenu()49 menu.setGroupVisible(R.id.contextmenu_group_video, params.isVideo()); in buildContextMenu()62 if (params.isVideo()) { in buildContextMenu()
147 public boolean isVideo() {
44 virtual bool isVideo() const OVERRIDE { return false; } in isVideo() function
73 virtual bool isVideo() const OVERRIDE { return true; } in isVideo() function
81 virtual bool isVideo() const = 0;
3473 if (RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() && isVideo()) in didBecomeFullscreenElement()3481 if (RuntimeEnabledFeatures::overlayFullscreenVideoEnabled() && isVideo()) in willStopBeingFullscreenElement()
239 FileType.isVideo = function(file) { function
688 if (!mediaElement || !mediaElement->isVideo()) in updateDisplay()757 if (!mediaElement->renderer() || !mediaElement->renderer()->isVideo()) in updateSizes()
251 return toParentMediaElement(element)->isVideo(); in controllingVideoElement()
313 if (renderer->isVideo()) in renderImageResource()