Searched refs:isTableElement (Results 1 – 10 of 10) sorted by relevance
167 …rNode->parentNode() && (editingIgnoresContent(m_anchorNode.get()) || isTableElement(m_anchorNode.g… in parentAnchoredEquivalent()172 && (editingIgnoresContent(m_anchorNode.get()) || isTableElement(m_anchorNode.get()))) { in parentAnchoredEquivalent()572 if (editingIgnoresContent(currentNode) || isTableElement(currentNode)) { in upstream()699 if (editingIgnoresContent(currentNode) || isTableElement(currentNode)) { in downstream()792 if (isTableElement(deprecatedNode()) || editingIgnoresContent(deprecatedNode())) in isCandidate()
165 if (isTableElement(m_anchorNode) || editingIgnoresContent(m_anchorNode)) in isCandidate()
89 bool isTableElement(Node*);
440 if (isTableElement(n) && vPos == firstInElement.next()) in firstInSpecialElement()456 if (isTableElement(n) && vPos == lastInElement.previous()) in lastInSpecialElement()787 bool isTableElement(Node* n) in isTableElement() function
780 RefPtr<Node> topNode = outerNode->cloneNode(isTableElement(outerNode)); in cloneParagraphUnderNewElement()795 RefPtr<Node> child = item->cloneNode(isTableElement(item)); in cloneParagraphUnderNewElement()901 …if (beforeParagraph.isNotNull() && !isTableElement(beforeParagraph.deepEquivalent().deprecatedNode… in moveParagraphWithClones()
800 } else if (editingIgnoresContent(n) || isTableElement(n)) { in startOfParagraph()872 } else if (editingIgnoresContent(n) || isTableElement(n)) { in endOfParagraph()
1494 return !isTableElement(node) && !editingIgnoresContent(node); in caretRendersInsideNode()
2504 bool isTableElement = element->hasTagName(tableTag) || in offsetParent() local2509 if (!isTableElement && element->isWMLElement()) in offsetParent()2510 isTableElement = element->hasTagName(WMLNames::tableTag) || in offsetParent()2514 if (isTableElement) in offsetParent()
17024 (WebCore::isTableElement):28259 (WebCore::isTableElement):
63271 (WebCore::isTableElement): Changed to return false for text nodes.