HomeSort by relevance Sort by last modified time
    Searched refs:enclosingNodeWithTag (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 68 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
markup.cpp 233 const bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(text), selectTag);
363 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) {
536 if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag))
561 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag);
    [all...]
Editor.cpp 500 if (enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag))
503 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag);
504 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag);
515 if (enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag))
518 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag);
519 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag);
    [all...]
ReplaceSelectionCommand.cpp 625 if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(node.get()), pTag)))
672 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag)
673 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) {
690 Node* enclosingSelect = enclosingNodeWithTag(m_endOfInsertedContent, selectTag);
    [all...]
htmlediting.cpp 554 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName)
    [all...]
ApplyStyleCommand.cpp     [all...]

Completed in 165 milliseconds