OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
87
blockNode =
createBlockElement
();
ApplyBlockElementCommand.cpp
110
RefPtr<Element> blockquote =
createBlockElement
();
279
PassRefPtr<Element> ApplyBlockElementCommand::
createBlockElement
() const
IndentOutdentCommand.cpp
116
targetBlockquote =
createBlockElement
();
Completed in 35 milliseconds