HomeSort by relevance Sort by last modified time
    Searched refs:autoplay (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/html/
HTMLMediaElement.idl 69 attribute boolean autoplay;
HTMLMediaElement.h 128 bool autoplay() const;
HTMLMediaElement.cpp 877 if (m_autoplaying && m_paused && autoplay()) {
1103 bool HTMLMediaElement::autoplay() const function in class:WebCore::HTMLMediaElement
    [all...]

Completed in 1895 milliseconds