OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellCheckerPlatform
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/
spellchecker_platform_engine_unittest.cc
24
const int doc_tag =
SpellCheckerPlatform
::GetDocumentTag();
27
EXPECT_FALSE(
SpellCheckerPlatform
::CheckSpelling(word, doc_tag)) << word;
30
SpellCheckerPlatform
::IgnoreWord(word);
33
EXPECT_TRUE(
SpellCheckerPlatform
::CheckSpelling(word, doc_tag)) << word;
37
SpellCheckerPlatform
::CloseDocumentWithTag(doc_tag);
40
EXPECT_FALSE(
SpellCheckerPlatform
::CheckSpelling(word, doc_tag)) << word;
319
EXPECT_FALSE(
SpellCheckerPlatform
::CheckSpelling(word, 0)) << word;
323
SpellCheckerPlatform
::FillSuggestionList(word, &suggestions);
spellcheck_message_filter.cc
41
*correct =
SpellCheckerPlatform
::CheckSpelling(word, tag);
47
SpellCheckerPlatform
::FillSuggestionList(word, suggestions);
51
*tag =
SpellCheckerPlatform
::GetDocumentTag();
55
SpellCheckerPlatform
::CloseDocumentWithTag(tag);
59
SpellCheckerPlatform
::ShowSpellingPanel(show);
64
SpellCheckerPlatform
::UpdateSpellingPanelWithMisspelledWord(word);
72
SpellCheckerPlatform
::RequestTextCheck(
spellcheck_host.cc
50
if (
SpellCheckerPlatform
::SpellCheckerAvailable())
51
SpellCheckerPlatform
::GetAvailableLanguages(&accept_languages);
spellchecker_linux.cc
10
namespace
SpellCheckerPlatform
{
66
} // namespace
SpellCheckerPlatform
spellchecker_platform_engine.h
20
namespace
SpellCheckerPlatform
{
96
} // namespace
SpellCheckerPlatform
spellchecker_win.cc
10
namespace
SpellCheckerPlatform
{
66
} // namespace
SpellCheckerPlatform
spellcheck_host_impl.cc
101
if (
SpellCheckerPlatform
::SpellCheckerAvailable() &&
102
SpellCheckerPlatform
::PlatformSupportsLanguage(language_)) {
107
SpellCheckerPlatform
::SetLanguage(language_);
/external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc
805
if (
SpellCheckerPlatform
::SpellCheckerAvailable() &&
806
SpellCheckerPlatform
::SpellCheckerProvidesPanel()) {
810
SpellCheckerPlatform
::SpellingPanelVisible() ?
[
all
...]
Completed in 178 milliseconds