Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp3276 bool shouldBePlaying = potentiallyPlaying(); in updatePlayState() local
3280 boolString(shouldBePlaying), boolString(playerPaused)); in updatePlayState()
3282 if (shouldBePlaying) { in updatePlayState()