Searched refs:continuousSpellCheckingAllowed (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextCheckerClient.cpp38 bool WebTextCheckerClient::continuousSpellCheckingAllowed() function in class:WebKit::WebTextCheckerClient
40 if (!m_client.continuousSpellCheckingAllowed)
43 return m_client.continuousSpellCheckingAllowed(m_client.clientInfo);
H A DWebTextCheckerClient.h41 bool continuousSpellCheckingAllowed();
H A DTextCheckerWin.cpp56 return WebTextChecker::shared()->client().continuousSpellCheckingAllowed();
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h56 WKTextCheckerContinousSpellCheckingAllowed continuousSpellCheckingAllowed; member in struct:WKTextCheckerClient

Completed in 390 milliseconds