OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryIndentingAsListItem
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h
51
bool
tryIndentingAsListItem
(const Position&, const Position&);
IndentOutdentCommand.cpp
57
bool IndentOutdentCommand::
tryIndentingAsListItem
(const Position& start, const Position& end)
252
if (
tryIndentingAsListItem
(start, end))
Completed in 71 milliseconds