Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp2214 bool shouldBePlaying = potentiallyPlaying(); in updatePlayState() local
2218 boolString(shouldBePlaying), boolString(playerPaused)); in updatePlayState()
2220 if (shouldBePlaying) { in updatePlayState()