OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckSpelling
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
cocoa_spelling_engine_mac.cc
31
bool CocoaSpellingEngine::
CheckSpelling
(const string16& word_to_check,
hunspell_engine.cc
77
bool HunspellEngine::
CheckSpelling
(const string16& word_to_check, int tag) {
spellcheck_unittest.cc
82
bool
CheckSpelling
(const std::string& word, int tag) {
83
return spell_check_->spellcheck_.platform_spelling_engine_->
CheckSpelling
(
[
all
...]
/external/chromium/chrome/browser/
spellchecker_linux.cc
43
bool
CheckSpelling
(const string16& word_to_check, int tag) {
spellchecker_win.cc
43
bool
CheckSpelling
(const string16& word_to_check, int tag) {
Completed in 295 milliseconds