OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellcheck_mac
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc
28
spellcheck_mac
::TextCheckCompleteCallback callback_;
46
spellcheck_mac
::ScopedEnglishLanguageForTest scoped_language_;
63
const int doc_tag =
spellcheck_mac
::GetDocumentTag();
66
EXPECT_FALSE(
spellcheck_mac
::CheckSpelling(word, doc_tag)) << word;
69
spellcheck_mac
::IgnoreWord(word);
72
EXPECT_TRUE(
spellcheck_mac
::CheckSpelling(word, doc_tag)) << word;
76
spellcheck_mac
::CloseDocumentWithTag(doc_tag);
79
EXPECT_FALSE(
spellcheck_mac
::CheckSpelling(word, doc_tag)) << word;
361
EXPECT_FALSE(
spellcheck_mac
::CheckSpelling(word, 0)) << word;
365
spellcheck_mac
::FillSuggestionList(word, &suggestions)
[
all
...]
spellcheck_message_filter_mac.cc
133
spellcheck_mac
::RequestTextCheck(
254
*correct =
spellcheck_mac
::CheckSpelling(word, ToDocumentTag(route_id));
260
spellcheck_mac
::FillSuggestionList(word, suggestions);
264
spellcheck_mac
::ShowSpellingPanel(show);
269
spellcheck_mac
::UpdateSpellingPanelWithMisspelledWord(word);
295
tag_map_[route_id] =
spellcheck_mac
::GetDocumentTag();
303
spellcheck_mac
::CloseDocumentWithTag(ToDocumentTag(route_id));
spellcheck_platform_mac.h
23
namespace
spellcheck_mac
{
namespace
110
} // namespace
spellcheck_mac
spellcheck_hunspell_dictionary.cc
112
if (
spellcheck_mac
::SpellCheckerAvailable() &&
113
spellcheck_mac
::PlatformSupportsLanguage(language_)) {
115
spellcheck_mac
::SetLanguage(language_);
spellcheck_service.cc
102
if (
spellcheck_mac
::SpellCheckerAvailable())
103
spellcheck_mac
::GetAvailableLanguages(&accept_languages);
/external/chromium_org/chrome/browser/renderer_context_menu/
spellchecker_submenu_observer_mac.cc
53
spellcheck_mac
::SpellingPanelVisible() ?
129
rvh->GetRoutingID(),
spellcheck_mac
::SpellingPanelVisible()));
spelling_menu_observer.cc
290
spellcheck_mac
::AddWord(misspelled_word_);
Completed in 4943 milliseconds