Searched refs:shouldShowControls (Results 1 – 5 of 5) sorted by relevance
379 …if (!mediaElement().shouldShowControls() && !mediaElement().autoplay() && mediaElement().paused())… in refreshCastButtonVisibility()381 } else if (mediaElement().shouldShowControls()) { in refreshCastButtonVisibility()
219 …TypeNames::touchstart) && mediaElement().hasRemoteRoutes() && !mediaElement().shouldShowControls()) in preDispatchEventHandler()323 if (mediaElement().shouldShowControls() && mediaElement().togglePlayStateWillPlay()) in updateDisplayType()
521 return shouldShowControls() || HTMLElement::supportsFocus(); in supportsFocus()571 return shouldShowControls() && HTMLElement::rendererIsNeeded(style); in rendererIsNeeded()2334 bool HTMLMediaElement::shouldShowControls() const in shouldShowControls() function in blink::HTMLMediaElement3713 if (!shouldShowControls() || !inDocument()) in createMediaControls()3731 if (shouldShowControls()) in configureMediaControls()
163 bool shouldShowControls() const;
271 if (mediaElement->shouldShowControls()) in showContextMenu()