Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp198 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()
Dhtmlediting.h66 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
DReplaceSelectionCommand.cpp500 && !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()
DEditor.cpp682 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()
Dhtmlediting.cpp598 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName) in enclosingNodeWithTag() function
DApplyStyleCommand.cpp776 …|| (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement… in removeStyleFromRunBeforeApplyingStyle()
/external/webkit/Source/WebCore/platform/mac/
DPasteboardMac.mm144 …Node* enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3114995 (WebCore::enclosingNodeWithTag): Fixed a problem when calling these in non
28121 (WebCore::enclosingNodeWithTag):
46335 (WebCore::enclosingNodeWithTag): Finds the enclosing node with any specified tag.
DChangeLog-2008-08-1065376 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):
DChangeLog37667 (WebCore::enclosingNodeWithTag):
DChangeLog-2010-01-2977632 (WebCore::enclosingNodeWithTag): ditto