Home
last modified time | relevance | path

Searched refs:m_shouldRetainAutocorrectionIndicator (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTypingCommand.h104 … bool shouldRetainAutocorrectionIndicator() const { return m_shouldRetainAutocorrectionIndicator; } in shouldRetainAutocorrectionIndicator()
105 …oid setShouldRetainAutocorrectionIndicator(bool retain) { m_shouldRetainAutocorrectionIndicator = … in setShouldRetainAutocorrectionIndicator()
130 bool m_shouldRetainAutocorrectionIndicator; variable
DTypingCommand.cpp74 , m_shouldRetainAutocorrectionIndicator(options & RetainAutocorrectionIndicator) in TypingCommand()
/external/webkit/Source/WebCore/
DChangeLog56858 …variable m_shouldRetainAutocorrectionIndicator, which can be modified by passing option into the T…