Searched refs:enclosingNodeWithTag (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.cpp | 549 if (enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag)) in selectionUnorderedListState() 552 Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag); in selectionUnorderedListState() 553 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag); in selectionUnorderedListState() 564 if (enclosingNodeWithTag(m_frame.selection().selection().start(), olTag)) in selectionOrderedListState() 567 Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), olTag); in selectionOrderedListState() 568 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag); in selectionOrderedListState()
|
D | htmlediting.h | 67 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
|
D | markup.cpp | 234 const bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(text), selectTag); in appendText() 364 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) { in traverseNodesForSerialization() 537 …if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? speci… in highestAncestorToWrapMarkup() 561 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag); in createMarkupInternal()
|
D | ReplaceSelectionCommand.cpp | 624 …if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder() 671 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(&lastLeafInserted), selectTag) in removeUnrenderedTextNodesAtEnds() 672 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(&lastLeafInserted), scriptTag)) { in removeUnrenderedTextNodesAtEnds() 689 Node* enclosingSelect = enclosingNodeWithTag(m_endOfInsertedContent, selectTag); in positionAtEndOfInsertedContent()
|
D | htmlediting.cpp | 547 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName) in enclosingNodeWithTag() function
|
D | ApplyStyleCommand.cpp | 839 …if (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement… in shouldApplyInlineStyleToRun()
|