OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forcecreatelist
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h
57
void doApplyForSingleParagraph(bool
forceCreateList
, const QualifiedName&, Range* currentSelection);
InsertListCommand.cpp
139
bool
forceCreateList
= !selectionHasListOfType(selection, listTag);
158
doApplyForSingleParagraph(
forceCreateList
, listTag, currentSelection.get());
179
doApplyForSingleParagraph(
forceCreateList
, listTag, currentSelection.get());
194
void InsertListCommand::doApplyForSingleParagraph(bool
forceCreateList
, const QualifiedName& listTag, Range* currentSelection)
214
if (!switchListType &&
forceCreateList
)
253
if (!listChildNode || switchListType ||
forceCreateList
)
Completed in 46 milliseconds