OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shouldusedefaultparagraphelement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.h
52
bool
shouldUseDefaultParagraphElement
(Node*) const;
InsertParagraphSeparatorCommand.cpp
106
bool InsertParagraphSeparatorCommand::
shouldUseDefaultParagraphElement
(Node* enclosingBlock) const
208
} else if (
shouldUseDefaultParagraphElement
(startBlock.get())) {
Completed in 463 milliseconds