Home | History | Annotate | Download | only in html

Lines Matching full:load

161         // don't have a src or any <source> children, trigger load
424 void HTMLMediaElement::load(bool isUserGesture, ExceptionCode& ec)
436 // Perform the cleanup required for the resource load algorithm to run.
452 // If the load() method for this element is already being invoked, then abort these steps.
593 m_player->load(m_currentSrc, contentType);
639 // 6.18 - Set the element's delaying-the-load-event flag to false. This stops delaying the load event.
650 // resource failed to load. Set the error attribute to a new MediaError object whose
662 // 8 - Set the element's delaying-the-load-event flag to false. This stops delaying the load event.
665 // 9 -Abort these steps. Until the load() method is invoked, the element won't attempt to load another resource.
692 // 5 - Set the element's delaying-the-load-event flag to false. This stops delaying the load event.
727 // If we failed while trying to load a <source> element, the movie was never parsed, and there are more
774 // for files that load very quickly.
778 // 'load' event so we report 'canplaythrough' first. This is necessary because a
1397 // Is it safe to load this url?
1728 // 6 - Set the element's delaying-the-load-event flag to false. This stops delaying the load event.
1759 // Restart the load if it was aborted in the middle by moving the document to the page cache.
1764 load(processingUserGesture(), ec);