Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditor.cpp1140 …bool autocorrectionIsApplied = m_spellingCorrector->applyAutocorrectionBeforeTypingIfAppropriate(); in insertLineBreak() local
1141 …TypingCommand::insertLineBreak(m_frame->document(), autocorrectionIsApplied ? TypingCommand::Retai… in insertLineBreak()
1158 …bool autocorrectionIsApplied = m_spellingCorrector->applyAutocorrectionBeforeTypingIfAppropriate(); in insertParagraphSeparator() local
1159 …TypingCommand::insertParagraphSeparator(m_frame->document(), autocorrectionIsApplied ? TypingComma… in insertParagraphSeparator()