HomeSort by relevance Sort by last modified time
    Searched refs:createDefaultParagraphElement (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp 206 blockToInsert = createDefaultParagraphElement(document());
209 blockToInsert = createDefaultParagraphElement(document());
222 RefPtrWillBeRawPtr<Element> extraBlock = createDefaultParagraphElement(document());
htmlediting.h 204 PassRefPtrWillBeRawPtr<HTMLElement> createDefaultParagraphElement(Document&);
CompositeEditCommand.cpp     [all...]
htmlediting.cpp 785 PassRefPtrWillBeRawPtr<HTMLElement> createDefaultParagraphElement(Document& document)
    [all...]
markup.cpp     [all...]
ReplaceSelectionCommand.cpp 254 RefPtrWillBeRawPtr<Element> holder = createDefaultParagraphElement(*m_document.get());
    [all...]

Completed in 76 milliseconds