Searched defs:autoplay (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp426 // The attribute must be ignored if the autoplay attribute is present
427 if (!autoplay() && m_player)
894 if (!autoplay())
1655 if (m_autoplaying && m_paused && autoplay() && !document()->isSandboxed(SandboxAutomaticFeatures) && !userGestureRequiredForRateChange()) {
2127 bool HTMLMediaElement::autoplay() const function in class:WebCore::HTMLMediaElement

Completed in 112 milliseconds