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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 88 else if (isHTMLContentElement(point))
98 else if (isHTMLContentElement(point))
InsertionPoint.cpp 140 bool thisIsContentHTMLElement = isHTMLContentElement(this);
179 return isHTMLContentElement(this) && isActive();
ComposedTreeWalker.cpp 76 ASSERT(isHTMLShadowElement(node) || (isHTMLContentElement(node) && !node->hasChildNodes()));
ElementShadow.cpp 89 if (isHTMLContentElement(insertionPoint) && !toHTMLContentElement(insertionPoint)->canSelectNode(m_nodes, i))
340 if (!isHTMLContentElement(element))
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.h 93 inline bool isHTMLContentElement(const Node* node)
98 inline bool isHTMLContentElement(const Element* element)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 360 return isHTMLContentElement(insertionPoint) && toHTMLContentElement(insertionPoint)->isSelectValid();
    [all...]

Completed in 43 milliseconds