Home
last modified time | relevance | path

Searched defs:isPlayingRemotely (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.cpp599 void MediaControlCastButtonElement::setIsPlayingRemotely(bool isPlayingRemotely) in setIsPlayingRemotely()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.h109 bool isPlayingRemotely() const { return m_playingRemotely; } in isPlayingRemotely() function