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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.h150 PassRefPtr<Node> insertNewDefaultParagraphElementAt(const Position&);
H A DCompositeEditCommand.cpp890 PassRefPtr<Node> CompositeEditCommand::insertNewDefaultParagraphElementAt(const Position& position) function in class:WebCore::CompositeEditCommand
931 return insertNewDefaultParagraphElementAt(upstreamStart);
949 RefPtr<Node> newBlock = insertNewDefaultParagraphElementAt(upstreamStart);

Completed in 62 milliseconds