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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.h 45 PassRefPtr<Element> createBlockElement() const;
FormatBlockCommand.cpp 85 blockNode = createBlockElement();
ApplyBlockElementCommand.cpp 109 RefPtr<Element> blockquote = createBlockElement();
279 PassRefPtr<Element> ApplyBlockElementCommand::createBlockElement() const
IndentOutdentCommand.cpp 106 targetBlockquote = createBlockElement();

Completed in 178 milliseconds