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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTElement.h 56 virtual bool isWebVTTElement() const OVERRIDE { return true; }
84 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isWebVTTElement());
WebVTTParser.cpp 524 if (nodeType == WebVTTNodeTypeLanguage && m_currentNode->isWebVTTElement() && toWebVTTElement(m_currentNode.get())->webVTTNodeType() == WebVTTNodeTypeLanguage)
TextTrackCue.cpp 505 if (node->isWebVTTElement())
760 if (child->isWebVTTElement()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 288 if (element->isWebVTTElement() != context.element()->isWebVTTElement())
291 if (element->isWebVTTElement() && context.element()->isWebVTTElement() && toWebVTTElement(element)->isPastNode() != toWebVTTElement(context.element())->isPastNode())
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 133 if (element->isWebVTTElement())
SelectorChecker.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 258 virtual bool isWebVTTElement() const { return false; }
    [all...]

Completed in 223 milliseconds