HomeSort by relevance Sort by last modified time
    Searched full:m_textcheckerstate (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 113 const TextCheckerState& textCheckerState() const { return m_textCheckerState; }
214 TextCheckerState m_textCheckerState;
WebProcess.cpp 133 , m_textCheckerState()
206 m_textCheckerState = parameters.textCheckerState;
815 bool continuousSpellCheckingTurnedOff = !textCheckerState.isContinuousSpellCheckingEnabled && m_textCheckerState.isContinuousSpellCheckingEnabled;
816 bool grammarCheckingTurnedOff = !textCheckerState.isGrammarCheckingEnabled && m_textCheckerState.isGrammarCheckingEnabled;
818 m_textCheckerState = textCheckerState;

Completed in 1185 milliseconds