Home
last modified time | relevance | path

Searched refs:insertNewDefaultParagraphElementAt (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.h151 PassRefPtrWillBeRawPtr<HTMLElement> insertNewDefaultParagraphElementAt(const Position&);
DCompositeEditCommand.cpp897 PassRefPtrWillBeRawPtr<HTMLElement> CompositeEditCommand::insertNewDefaultParagraphElementAt(const … in insertNewDefaultParagraphElementAt() function in blink::CompositeEditCommand
935 return insertNewDefaultParagraphElementAt(upstreamStart); in moveParagraphContentsToNewBlockIfNecessary()
955 RefPtrWillBeRawPtr<HTMLElement> newBlock = insertNewDefaultParagraphElementAt(upstreamStart); in moveParagraphContentsToNewBlockIfNecessary()