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/
Editor.cpp 545 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);
    [all...]
htmlediting.h 67 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
markup.cpp 241 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);
    [all...]
ReplaceSelectionCommand.cpp 634 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);
    [all...]
htmlediting.cpp 551 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName)
    [all...]
ApplyStyleCommand.cpp     [all...]

Completed in 67 milliseconds