OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doApplyForSingleParagraph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h
58
void
doApplyForSingleParagraph
(bool forceCreateList, const HTMLQualifiedName&, Range& currentSelection);
InsertListCommand.cpp
148
// because there are so many ways we can los eselection inside
doApplyForSingleParagraph
.
168
doApplyForSingleParagraph
(forceListCreation, listTag, *currentSelection);
183
doApplyForSingleParagraph
(forceListCreation, listTag, *currentSelection);
200
doApplyForSingleParagraph
(false, listTag, *endingSelection().firstRange());
203
void InsertListCommand::
doApplyForSingleParagraph
(bool forceCreateList, const HTMLQualifiedName& listTag, Range& currentSelection)
Completed in 142 milliseconds