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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp545 if (enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag))
548 Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag);
549 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag);
560 if (enclosingNodeWithTag(m_frame.selection().selection().start(), olTag))
563 Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), olTag);
564 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag);
H A Dhtmlediting.h67 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
H A Dmarkup.cpp241 const bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(&text), selectTag);
374 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) {
548 if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag))
572 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag);
H A DReplaceSelectionCommand.cpp634 if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(*node), pTag)))
681 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag)
682 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) {
699 Node* enclosingSelect = enclosingNodeWithTag(m_endOfInsertedContent, selectTag);
H A Dhtmlediting.cpp551 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName) function in namespace:WebCore
H A DApplyStyleCommand.cpp872 if (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement->tagQName()))

Completed in 115 milliseconds