OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellCheck
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebSpellCheckClient.h
50
virtual void
spellCheck
(const WebString& text,
/frameworks/base/core/java/android/widget/
SpellChecker.java
200
spellCheck
();
203
public void
spellCheck
(int start, int end) {
213
// Spell checker has been turned of or off since last
spellCheck
241
private void
spellCheck
() {
519
spellCheck
();
TextView.java
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp
264
m_webView->spellCheckClient()->
spellCheck
(
EditorClientImpl.cpp
124
//
Spellcheck
should be enabled for all editable areas (such as textareas,
861
m_webView->spellCheckClient()->
spellCheck
(WebString(text, length), spellLocation, spellLength, 0);
[
all
...]
/external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h
108
virtual void
spellCheck
(const WebKit::WebString&, int& offset, int& length, WebKit::WebVector<WebKit::WebString>* optionalSuggestions);
215
//
Spellcheck
related helper APIs
331
// The mock spellchecker used in
spellCheck
().
WebViewHost.cpp
408
void WebViewHost::
spellCheck
(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions)
[
all
...]
Completed in 1034 milliseconds