Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h311 bool pausedForUserInteraction() const;
DHTMLMediaElement.cpp2121 return !paused() && !endedPlayback() && !stoppedDueToErrors() && !pausedForUserInteraction(); in couldPlayIfEnoughData()
2162 bool HTMLMediaElement::pausedForUserInteraction() const in pausedForUserInteraction() function in WebCore::HTMLMediaElement
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1628113 to stoppedDueToErrors() and pausedForUserInteraction() since the spec says those condiditons
28118 (WebCore::HTMLMediaElement::pausedForUserInteraction): New, placeholder for when (if) user