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

  /external/webkit/Source/WebCore/editing/
htmlediting.h 66 Node* enclosingNodeWithTag(const Position&, const QualifiedName&);
markup.cpp 198 bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(text), selectTag);
341 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) {
511 if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag))
584 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag);
    [all...]
ReplaceSelectionCommand.cpp 500 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), selectTag)
501 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), scriptTag)) {
540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag);
    [all...]
Editor.cpp 682 if (enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag))
685 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag);
686 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag);
697 if (enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag))
700 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag);
701 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag);
    [all...]
htmlediting.cpp 598 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName)
    [all...]
ApplyStyleCommand.cpp 776 || (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement->tagQName()))) {
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 144 Node* enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);

Completed in 380 milliseconds