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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.h 56 virtual bool isVTTElement() const OVERRIDE { return true; }
82 DEFINE_ELEMENT_TYPE_CASTS(VTTElement, isVTTElement());
VTTParser.cpp 502 VTTNodeType currentType = m_currentNode->isVTTElement() ? toVTTElement(m_currentNode.get())->webVTTNodeType() : VTTNodeTypeNone;
530 if (!m_currentNode->isVTTElement())
VTTCue.cpp 428 if (node->isVTTElement())
693 if (child->isVTTElement()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp     [all...]
ElementRuleCollector.cpp 150 if (element.isVTTElement())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 250 virtual bool isVTTElement() const { return false; }
    [all...]

Completed in 110 milliseconds