Home
last modified time | relevance | path

Searched refs:enclosingNodeWithTag (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp549 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()
Dhtmlediting.h67 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
Dmarkup.cpp234 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()
DReplaceSelectionCommand.cpp624 …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()
Dhtmlediting.cpp547 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName) in enclosingNodeWithTag() function
DApplyStyleCommand.cpp839 …if (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement… in shouldApplyInlineStyleToRun()