OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rebalancetype
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertTextCommand.h
46
enum
RebalanceType
{
52
RebalanceType
rebalanceType
= RebalanceLeadingAndTrailingWhitespaces)
54
return adoptRef(new InsertTextCommand(document, text, selectInsertedText,
rebalanceType
));
64
InsertTextCommand(Document&, const String& text, bool selectInsertedText,
RebalanceType
);
82
RebalanceType
m_rebalanceType;
InsertTextCommand.cpp
39
InsertTextCommand::InsertTextCommand(Document& document, const String& text, bool selectInsertedText,
RebalanceType
rebalanceType
)
43
, m_rebalanceType(
rebalanceType
)
Completed in 35 milliseconds