HomeSort by relevance Sort by last modified time
    Searched full:spellcheck_mac (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 29 spellcheck_mac::TextCheckCompleteCallback callback_;
47 spellcheck_mac::ScopedEnglishLanguageForTest scoped_language_;
64 const int doc_tag = spellcheck_mac::GetDocumentTag();
67 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
70 spellcheck_mac::IgnoreWord(word);
73 EXPECT_TRUE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
77 spellcheck_mac::CloseDocumentWithTag(doc_tag);
80 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
359 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, 0)) << word;
363 spellcheck_mac::FillSuggestionList(word, &suggestions)
    [all...]
spellcheck_message_filter_mac.cc 127 spellcheck_mac::RequestTextCheck(
255 *correct = spellcheck_mac::CheckSpelling(word, ToDocumentTag(route_id));
261 spellcheck_mac::FillSuggestionList(word, suggestions);
265 spellcheck_mac::ShowSpellingPanel(show);
270 spellcheck_mac::UpdateSpellingPanelWithMisspelledWord(word);
296 tag_map_[route_id] = spellcheck_mac::GetDocumentTag();
304 spellcheck_mac::CloseDocumentWithTag(ToDocumentTag(route_id));
spellcheck_platform_mac.h 23 namespace spellcheck_mac { namespace
110 } // namespace spellcheck_mac
spellcheck_hunspell_dictionary.cc 181 if (spellcheck_mac::SpellCheckerAvailable() &&
182 spellcheck_mac::PlatformSupportsLanguage(language_)) {
184 spellcheck_mac::SetLanguage(language_);
spellcheck_platform_mac.mm 104 namespace spellcheck_mac {
306 } // namespace spellcheck_mac
spellcheck_service.cc 101 if (spellcheck_mac::SpellCheckerAvailable())
102 spellcheck_mac::GetAvailableLanguages(&accept_languages);
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_mac.cc 44 spellcheck_mac::SpellingPanelVisible() ?
120 rvh->GetRoutingID(), spellcheck_mac::SpellingPanelVisible()));
spelling_menu_observer.cc 297 spellcheck_mac::AddWord(misspelled_word_);
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.mm 313 // spellcheck_mac::CheckSpelling remembers the last tag and
314 // spellcheck_mac::IgnoreWord assumes that is the correct tag.
317 spellcheck_mac::IgnoreWord(base::SysNSStringToUTF16(wordToIgnore));
323 spellcheck_mac::SpellingPanelVisible()));

Completed in 255 milliseconds