Searched refs:enclosingNodeWithTag (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | markup.cpp | 198 bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(text), selectTag); in appendText() 341 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) { in serializeNodes() 511 …if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? speci… in highestAncestorToWrapMarkup() 584 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag); in createMarkup()
|
D | htmlediting.h | 66 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
|
D | ReplaceSelectionCommand.cpp | 500 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), selectTag) in removeUnrenderedTextNodesAtEnds() 501 … && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), scriptTag)) { in removeUnrenderedTextNodesAtEnds() 540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag); in positionAtEndOfInsertedContent()
|
D | Editor.cpp | 682 if (enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag)) in selectionUnorderedListState() 685 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag); in selectionUnorderedListState() 686 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag); in selectionUnorderedListState() 697 if (enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag)) in selectionOrderedListState() 700 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag); in selectionOrderedListState() 701 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag); in selectionOrderedListState()
|
D | htmlediting.cpp | 598 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName) in enclosingNodeWithTag() function
|
D | ApplyStyleCommand.cpp | 776 …|| (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement… in removeStyleFromRunBeforeApplyingStyle()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PasteboardMac.mm | 144 …Node* enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 14995 (WebCore::enclosingNodeWithTag): Fixed a problem when calling these in non 28121 (WebCore::enclosingNodeWithTag): 46335 (WebCore::enclosingNodeWithTag): Finds the enclosing node with any specified tag.
|
D | ChangeLog-2008-08-10 | 65376 Changed enclosingNodeWithType and enclosingNodeWithTag to take in positions, 65381 Changed enclosingNodeWithType and enclosingNodeWithTag to check nodes starting with 65384 Changed enclosingNodeWithType and enclosingNodeWithTag to not return non-editable 65416 (WebCore::enclosingNodeWithTag):
|
D | ChangeLog | 37667 (WebCore::enclosingNodeWithTag):
|
D | ChangeLog-2010-01-29 | 77632 (WebCore::enclosingNodeWithTag): ditto
|