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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp3359 bool shouldBePlaying = potentiallyPlaying(); local
3361 WTF_LOG(Media, "HTMLMediaElement::updatePlayState(%p) - shouldBePlaying = %s, isPlaying = %s",
3362 this, boolString(shouldBePlaying), boolString(isPlaying));
3364 if (shouldBePlaying) {

Completed in 648 milliseconds