OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RebalanceType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertTextCommand.h
35
enum
RebalanceType
{
41
RebalanceType
rebalanceType
= RebalanceLeadingAndTrailingWhitespaces)
43
return adoptRefWillBeNoop(new InsertTextCommand(document, text, selectInsertedText,
rebalanceType
));
47
InsertTextCommand(Document&, const String& text, bool selectInsertedText,
RebalanceType
);
62
RebalanceType
m_rebalanceType;
InsertTextCommand.cpp
40
InsertTextCommand::InsertTextCommand(Document& document, const String& text, bool selectInsertedText,
RebalanceType
rebalanceType
)
44
, m_rebalanceType(
rebalanceType
)
Completed in 413 milliseconds