OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateSpellingPanelWithMisspelledWord
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/
spellchecker_linux.cc
37
void
UpdateSpellingPanelWithMisspelledWord
(const string16& word) {}
spellchecker_platform_engine.h
41
void
UpdateSpellingPanelWithMisspelledWord
(const string16& word);
spellchecker_win.cc
37
void
UpdateSpellingPanelWithMisspelledWord
(const std::wstring& word) {}
spellcheck_message_filter.cc
64
SpellCheckerPlatform::
UpdateSpellingPanelWithMisspelledWord
(word);
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac.h
48
void
UpdateSpellingPanelWithMisspelledWord
(const base::string16& word);
spellcheck_message_filter_mac.cc
266
spellcheck_mac::
UpdateSpellingPanelWithMisspelledWord
(word);
Completed in 40 milliseconds