HomeSort by relevance Sort by last modified time
    Searched refs:WebTextCheckerClient (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextCheckerClient.cpp 27 #include "WebTextCheckerClient.h"
38 bool WebTextCheckerClient::continuousSpellCheckingAllowed()
46 bool WebTextCheckerClient::continuousSpellCheckingEnabled()
54 void WebTextCheckerClient::setContinuousSpellCheckingEnabled(bool enabled)
62 bool WebTextCheckerClient::grammarCheckingEnabled()
70 void WebTextCheckerClient::setGrammarCheckingEnabled(bool enabled)
78 uint64_t WebTextCheckerClient::uniqueSpellDocumentTag(WebPageProxy* page)
86 void WebTextCheckerClient::closeSpellDocumentWithTag(uint64_t tag)
94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength)
102 void WebTextCheckerClient::checkGrammarOfString(uint64_t tag, const String& text, Vector<WebCore::GrammarDetail>& grammarDet (…)
    [all...]
WebTextChecker.h 31 #include "WebTextCheckerClient.h"
45 WebTextCheckerClient& client() { return m_client; }
58 WebTextCheckerClient m_client;
WebTextCheckerClient.h 39 class WebTextCheckerClient : public APIClient<WKTextCheckerClient> {
TextCheckerWin.cpp 45 WebTextCheckerClient& client = WebTextChecker::shared()->client();

Completed in 77 milliseconds