Home | History | Annotate | Download | only in html

Lines Matching defs:readyState

783             // Check to see if readyState changes need to be dealt with before sending the 
785 // media engine reports readyState and networkState changes separately
786 MediaPlayer::ReadyState currentState = m_player->readyState();
787 if (static_cast<ReadyState>(currentState) != m_readyState)
799 setReadyState(m_player->readyState());
804 void HTMLMediaElement::setReadyState(MediaPlayer::ReadyState state)
809 ReadyState oldState = m_readyState;
810 m_readyState = static_cast<ReadyState>(state);
857 // but the event table at the end of the spec says it is sent when: "readyState newly
987 // 8 - this is covered, if necessary, when the engine signals a readystate change
1003 HTMLMediaElement::ReadyState HTMLMediaElement::readyState() const
1433 // 4.8.10.10 step 12 & 13. Needed if no ReadyState change is associated with the seek.
1594 // readyState attribute is HAVE_METADATA or greater,
1723 // 5 - If the media element's readyState attribute has a value equal to HAVE_NOTHING, set the