Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.h110 …aragraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNod…
111 …neParagraphUnderNewElement(Position& start, Position& end, Node* outerNode, Element* blockElement);
DCompositeEditCommand.cpp776 …oneParagraphUnderNewElement(Position& start, Position& end, Node* outerNode, Element* blockElement) in cloneParagraphUnderNewElement() argument
781 appendNode(topNode, blockElement); in cloneParagraphUnderNewElement()
867 …aragraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNod… in moveParagraphWithClones() argument
870 ASSERT(blockElement); in moveParagraphWithClones()
880 cloneParagraphUnderNewElement(start, end, outerNode, blockElement); in moveParagraphWithClones()
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm609 DOMElement *blockElement = [self _blockLevelElementForNode:element];
673 …if (element != blockElement && [_writingDirectionArray count] > 0) [attrs setObject:[NSArray array…
675 if (blockElement) {
677 NSString *blockTag = [blockElement tagName];
679 …*textAlign = [self _stringForNode:blockElement property:@"text-align"], *direction = [self _string…
697 …//if ([self _getFloat:&topMargin forNode:blockElement property:@"margin-top"] && topMargin > 0.0) …
698 …if ([self _getFloat:&leftMargin forNode:blockElement property:@"margin-left"] && leftMargin > 0.0)…
699 …if ([self _getFloat:&textIndent forNode:blockElement property:@"text-indent"]) [paragraphStyle set…
700 …if ([self _getFloat:&rightMargin forNode:blockElement property:@"margin-right"] && rightMargin > 0…
701 …if ([self _getFloat:&bottomMargin forNode:blockElement property:@"margin-bottom"] && bottomMargin …
[all …]