OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:continuousSpellCheckingAllowed
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/win/
WebTextCheckerClient.cpp
38
bool WebTextCheckerClient::
continuousSpellCheckingAllowed
()
40
if (!m_client.
continuousSpellCheckingAllowed
)
43
return m_client.
continuousSpellCheckingAllowed
(m_client.clientInfo);
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.h
56
WKTextCheckerContinousSpellCheckingAllowed
continuousSpellCheckingAllowed
;
Completed in 44 milliseconds