Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp73 void InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion(const Position &pos) in calculateStyleBeforeInsertion() function in WebCore::InsertParagraphSeparatorCommand
158 calculateStyleBeforeInsertion(insertionPosition); in doApply()
188 calculateStyleBeforeInsertion(insertionPosition); in doApply()
DInsertParagraphSeparatorCommand.h47 void calculateStyleBeforeInsertion(const Position&);
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2318633 (khtml::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion):
18666 … (khtml::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion): Don't gratuitously make
22094 (khtml::EditCommand::styleAtPosition): new, factored out from calculateStyleBeforeInsertion
22095 … (khtml::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion): call styleAtPosition
23061 (khtml::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion): Problem here was
26164 …and passes it along to calculateStyleBeforeInsertion, so the case where a block placeholder needs …
26171 (khtml::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion): Ditto.
DChangeLog-2006-05-1037239 (khtml::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion):
DChangeLog-2010-05-241154 (WebCore::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion):
DChangeLog61923 …(WebCore::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion): Calls EditingStyle::cre…
DChangeLog-2010-01-2975227 …(WebCore::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion): Uses editingStyleAtPosi…
DChangeLog-2010-12-0616223 (WebCore::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion): Ditto.