Home
last modified time | relevance | path

Searched refs:setIsPlayingRemotely (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp418 m_castButton->setIsPlayingRemotely(true); in startedCasting()
419 m_overlayCastButton->setIsPlayingRemotely(true); in startedCasting()
424 m_castButton->setIsPlayingRemotely(false); in stoppedCasting()
425 m_overlayCastButton->setIsPlayingRemotely(false); in stoppedCasting()
DMediaControlElements.h199 void setIsPlayingRemotely(bool);
DMediaControlElements.cpp599 void MediaControlCastButtonElement::setIsPlayingRemotely(bool isPlayingRemotely) in setIsPlayingRemotely() function in blink::MediaControlCastButtonElement