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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 459 Node* sourceBlock = enclosingBlock(sourceNode);
462 sourceBlock && (!sourceBlock->hasTagName(blockquoteTag) || isMailBlockquote(sourceBlock)) &&
463 enclosingListChild(sourceBlock) == enclosingListChild(destinationNode) &&
465 (!isHeaderElement(sourceBlock) || haveSameTagName(sourceBlock, destinationBlock)) &&
    [all...]

Completed in 1150 milliseconds