Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h312 bool couldPlayIfEnoughData() const;
DHTMLMediaElement.cpp2119 return (pausedToBuffer || m_readyState >= HAVE_FUTURE_DATA) && couldPlayIfEnoughData(); in potentiallyPlaying()
2122 bool HTMLMediaElement::couldPlayIfEnoughData() const in couldPlayIfEnoughData() function in WebCore::HTMLMediaElement
2252 if (couldPlayIfEnoughData()) in updatePlayState()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2950139 (WebCore::HTMLMediaElement::couldPlayIfEnoughData)