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