Home
last modified time | relevance | path

Searched refs:shouldShowControls (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp379 …if (!mediaElement().shouldShowControls() && !mediaElement().autoplay() && mediaElement().paused())… in refreshCastButtonVisibility()
381 } else if (mediaElement().shouldShowControls()) { in refreshCastButtonVisibility()
DMediaControlElements.cpp219 …TypeNames::touchstart) && mediaElement().hasRemoteRoutes() && !mediaElement().shouldShowControls()) in preDispatchEventHandler()
323 if (mediaElement().shouldShowControls() && mediaElement().togglePlayStateWillPlay()) in updateDisplayType()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp521 return shouldShowControls() || HTMLElement::supportsFocus(); in supportsFocus()
571 return shouldShowControls() && HTMLElement::rendererIsNeeded(style); in rendererIsNeeded()
2334 bool HTMLMediaElement::shouldShowControls() const in shouldShowControls() function in blink::HTMLMediaElement
3713 if (!shouldShowControls() || !inDocument()) in createMediaControls()
3731 if (shouldShowControls()) in configureMediaControls()
DHTMLMediaElement.h163 bool shouldShowControls() const;
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp271 if (mediaElement->shouldShowControls()) in showContextMenu()