Home
last modified time | relevance | path

Searched refs:voiceAttributeName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTElement.h63 static const QualifiedName& voiceAttributeName() in voiceAttributeName() function
DVTTElement.cpp94 htmlElement.get()->setAttribute(HTMLNames::titleAttr, getAttribute(voiceAttributeName())); in createEquivalentHTMLElement()
DVTTParser.cpp512 child->setAttribute(VTTElement::voiceAttributeName(), m_token.annotation()); in constructTreeFromToken()