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

  /external/webkit/WebCore/editing/
BreakBlockquoteCommand.cpp 106 while (isFirstVisiblePositionInNode(VisiblePosition(pos), nearestMailBlockquote(pos.node())))
htmlediting.h 68 Node* nearestMailBlockquote(const Node*);
ReplaceSelectionCommand.cpp 343 bool isInsideMailBlockquote = nearestMailBlockquote(inserted.node());
542 if (isMailPasteAsQuotationNode(topNode) || nearestMailBlockquote(topNode))
608 Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : nearestMailBlockquote(context);
752 bool startIsInsideMailBlockquote = nearestMailBlockquote(insertionPos.node());
    [all...]
DeleteSelectionCommand.cpp 285 if (nearestMailBlockquote(m_selectionToDelete.start().node()))
670 if (m_deleteIntoBlockquoteStyle && !nearestMailBlockquote(m_endingPosition.node()))
    [all...]
htmlediting.cpp 980 Node *nearestMailBlockquote(const Node *node)
    [all...]

Completed in 211 milliseconds