Home
last modified time | relevance | path

Searched refs:isMailBlockquote (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/editing/
Dhtmlediting.h97 bool isMailBlockquote(const Node*);
DBreakBlockquoteCommand.cpp64 if (isMailBlockquote(node)) in doApply()
Dhtmlediting.cpp858 if (isMailBlockquote(n)) in nearestMailBlockquote()
868 if (isMailBlockquote(n)) in numEnclosingMailBlockquotes()
874 bool isMailBlockquote(const Node *node) in isMailBlockquote() function
DCompositeEditCommand.cpp917 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote); in breakOutOfEmptyMailBlockquotedParagraph()
926 if (enclosingNodeOfType(previous.deepEquivalent(), &isMailBlockquote)) in breakOutOfEmptyMailBlockquotedParagraph()
DReplaceSelectionCommand.cpp418 … sourceBlock && (!sourceBlock->hasTagName(blockquoteTag) || isMailBlockquote(sourceBlock)) && in shouldMerge()
Dmarkup.cpp864 if (isMailBlockquote(ancestor)) in createMarkup()
/external/webkit/WebCore/
DChangeLog-2005-08-235894 (khtml::isMailBlockquote):
8981 (khtml::isMailBlockquote):
11447 (khtml::isMailBlockquote):
23824 (khtml::isMailBlockquote): Function moved to be free-floating instead of being a
23827 * khtml/editing/markup.cpp: Remove redundant static implementation of isMailBlockquote.
24264 (khtml::isMailBlockquote): new
26690 …(khtml::CompositeEditCommand::isMailBlockquote): Moved this function to base class so it can be us…
31801 (khtml::InsertParagraphSeparatorInQuotedContentCommand::isMailBlockquote): Ditto.
32036 (khtml::InputNewlineInQuotedContentCommand::isMailBlockquote): Ditto.
DChangeLog-2006-05-102991 (WebCore::isMailBlockquote):