Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.h421 bool pausedForUserInteraction() const;
DHTMLMediaElement.cpp3193 return !paused() && !endedPlayback() && !stoppedDueToErrors() && !pausedForUserInteraction(); in couldPlayIfEnoughData()
3235 bool HTMLMediaElement::pausedForUserInteraction() const in pausedForUserInteraction() function in WebCore::HTMLMediaElement
3816 return pausedForUserInteraction(); in isBlocked()