OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webVTTNodeType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.h
54
VTTNodeType
webVTTNodeType
() const { return static_cast<VTTNodeType>(m_webVTTNodeType); }
VTTParser.cpp
502
VTTNodeType currentType = m_currentNode->isVTTElement() ? toVTTElement(m_currentNode.get())->
webVTTNodeType
() : VTTNodeTypeNone;
533
VTTNodeType currentType = toVTTElement(m_currentNode.get())->
webVTTNodeType
();
Completed in 314 milliseconds