enclosingNodeWithTag 852 Source/core/editing/ApplyStyleCommand.cpp if (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement->tagQName())) enclosingNodeWithTag 546 Source/core/editing/Editor.cpp if (enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag)) enclosingNodeWithTag 549 Source/core/editing/Editor.cpp Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag); enclosingNodeWithTag 550 Source/core/editing/Editor.cpp Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag); enclosingNodeWithTag 561 Source/core/editing/Editor.cpp if (enclosingNodeWithTag(m_frame.selection().selection().start(), olTag)) enclosingNodeWithTag 564 Source/core/editing/Editor.cpp Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), olTag); enclosingNodeWithTag 565 Source/core/editing/Editor.cpp Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag); enclosingNodeWithTag 623 Source/core/editing/ReplaceSelectionCommand.cpp if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(*node), pTag))) enclosingNodeWithTag 670 Source/core/editing/ReplaceSelectionCommand.cpp && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag) enclosingNodeWithTag 671 Source/core/editing/ReplaceSelectionCommand.cpp && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) { enclosingNodeWithTag 688 Source/core/editing/ReplaceSelectionCommand.cpp Node* enclosingSelect = enclosingNodeWithTag(m_endOfInsertedContent, selectTag); enclosingNodeWithTag 67 Source/core/editing/htmlediting.h Node* enclosingNodeWithTag(const Position&, const QualifiedName&); enclosingNodeWithTag 232 Source/core/editing/markup.cpp const bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(&text), selectTag); enclosingNodeWithTag 362 Source/core/editing/markup.cpp if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) { enclosingNodeWithTag 536 Source/core/editing/markup.cpp if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag)) enclosingNodeWithTag 560 Source/core/editing/markup.cpp Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag);