OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_preservesTypingStyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h
102
virtual bool preservesTypingStyle() const OVERRIDE { return
m_preservesTypingStyle
; }
125
bool
m_preservesTypingStyle
;
TypingCommand.cpp
612
m_preservesTypingStyle
= true;
616
m_preservesTypingStyle
= false;
620
m_preservesTypingStyle
= false;
Completed in 50 milliseconds