Home
last modified time | relevance | path

Searched refs:blockNode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.cpp61 …t Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockNode) in formatRange() argument
82 if (!blockNode) { in formatRange()
85 blockNode = createBlockElement(); in formatRange()
86 insertNodeBefore(blockNode, nodeAfterInsertionPosition); in formatRange()
89 Position lastParagraphInBlockNode = lastPositionInNode(blockNode.get()); in formatRange()
92 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get()); in formatRange()
Dmarkup.cpp804 Node* blockNode = enclosingBlock(context->firstNode()); in createFragmentFromText() local
805 Element* block = static_cast<Element*>(blockNode); in createFragmentFromText()
806 bool useClonesOfEnclosingBlock = blockNode in createFragmentFromText()
807 && blockNode->isElementNode() in createFragmentFromText()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2968052 …The bug was caused by Node* blockNode = enclosingBlock(endOfCurrentParagraph.deepEquivalent().node…
68053 …where node() is equal to blockNode. Because blockNode is the enclosing block node, this patch chan…
68059 …(WebCore::IndentOutdentCommand::indentRegion): Fixed so that blockNode != endOfCurrentParagraph.de…