HomeSort by relevance Sort by last modified time
    Searched full:ismailblockquote (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/editing/
BreakBlockquoteCommand.cpp 69 Node* topBlockquote = highestEnclosingNodeOfType(pos, isMailBlockquote);
102 while (isFirstVisiblePositionInNode(VisiblePosition(pos), enclosingNodeOfType(pos, isMailBlockquote)))
ReplaceSelectionCommand.cpp 361 bool isInsideMailBlockquote = enclosingNodeOfType(inserted, isMailBlockquote, CanCrossEditingBoundary);
462 sourceBlock && (!sourceBlock->hasTagName(blockquoteTag) || isMailBlockquote(sourceBlock)) &&
560 if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailBlockquote, CanCrossEditingBoundary))
627 Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPositionInNode(context), isMailBlockquote, CanCrossEditingBoundary);
    [all...]
DeleteButtonController.cpp 89 if (isMailBlockquote(node))
InsertParagraphSeparatorCommand.cpp 228 if (Node* highestBlockquote = highestEnclosingNodeOfType(canonicalPos, &isMailBlockquote))
htmlediting.h 88 bool isMailBlockquote(const Node*);
DeleteSelectionCommand.cpp 289 if (enclosingNodeOfType(m_selectionToDelete.start(), isMailBlockquote))
    [all...]
htmlediting.cpp 956 if (isMailBlockquote(n))
962 bool isMailBlockquote(const Node *node)
    [all...]
markup.cpp 491 if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isMailBlockquote, CanCrossEditingBoundary))
638 style->removeStyleAddedByNode(enclosingNodeOfType(firstPositionInNode(parentOfLastClosed), isMailBlockquote, CanCrossEditingBoundary));
    [all...]
CompositeEditCommand.cpp     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2010-01-29     [all...]
ChangeLog-2005-08-23     [all...]
ChangeLog-2006-05-10     [all...]

Completed in 454 milliseconds