Searched refs:asynchronousSpellCheckingEnabled (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSpellChecker.cpp88 return m_frame->settings() && m_frame->settings()->asynchronousSpellCheckingEnabled();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h236 - (BOOL)asynchronousSpellCheckingEnabled;
H A DWebPreferences.mm1467 - (BOOL)asynchronousSpellCheckingEnabled
H A DWebView.mm1551 settings->setAsynchronousSpellCheckingEnabled([preferences asynchronousSpellCheckingEnabled]);
/external/webkit/Source/WebCore/page/
H A DSettings.h428 bool asynchronousSpellCheckingEnabled() const { return m_asynchronousSpellCheckingEnabled; } function in class:WebCore::Settings

Completed in 117 milliseconds