Searched refs:seeking (Results 26 - 26 of 26) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMediaElement.cpp2180 // 2 - If the element's seeking IDL attribute is true, then another instance of this algorithm is
2185 // 3 - Set the seeking IDL attribute to true.
2212 // attribute then set the seeking IDL attribute to false and abort these steps.
2215 // Short circuit seeking to the current time by just firing the events if no seek is required.
2222 // always in a flushed state when the 'seeking' event fires.
2248 // 9 - Queue a task to fire a simple event named seeking at the element.
2285 bool HTMLMediaElement::seeking() const function in class:WebCore::HTMLMediaElement
2320 LOG(Media, "HTMLMediaElement::currentTime - seeking, returning %f", m_lastSeekTime);
3673 if (m_seeking && m_readyState >= HAVE_CURRENT_DATA && !m_player->seeking())

Completed in 136 milliseconds

12