Home
last modified time | relevance | path

Searched refs:nearestMailBlockquote (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp343 bool isInsideMailBlockquote = nearestMailBlockquote(inserted.node()); in hasMatchingQuoteLevel()
542 if (isMailPasteAsQuotationNode(topNode) || nearestMailBlockquote(topNode)) in handleStyleSpansBeforeInsertion()
608 …Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : nearestMailBlockquote(conte… in handleStyleSpans()
739 bool startIsInsideMailBlockquote = nearestMailBlockquote(insertionPos.node()); in doApply()
Dhtmlediting.h104 Node* nearestMailBlockquote(const Node*);
DBreakBlockquoteCommand.cpp97 while (isFirstVisiblePositionInNode(VisiblePosition(pos), nearestMailBlockquote(pos.node()))) in doApply()
DDeleteSelectionCommand.cpp286 if (nearestMailBlockquote(m_selectionToDelete.start().node())) in saveTypingStyleState()
664 if (m_deleteIntoBlockquoteStyle && !nearestMailBlockquote(m_endingPosition.node())) in calculateTypingStyleAfterDelete()
Dhtmlediting.cpp954 Node *nearestMailBlockquote(const Node *node) in nearestMailBlockquote() function
Dmarkup.cpp292 Node* blockquote = nearestMailBlockquote(node); in removeEnclosingMailBlockquoteStyle()
/external/webkit/WebCore/
DChangeLog-2005-08-2323544 …(khtml::nearestMailBlockquote): Name change from closestMailBlockquote to match new property bette…