HomeSort by relevance Sort by last modified time
    Searched full:checkspelling (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/renderer/spellchecker/
cocoa_spelling_engine_mac.h 16 virtual bool CheckSpelling(const string16& word_to_check, int tag) OVERRIDE;
spelling_engine.h 27 virtual bool CheckSpelling(const string16& word_to_check, int tag) = 0;
cocoa_spelling_engine_mac.cc 31 bool CocoaSpellingEngine::CheckSpelling(const string16& word_to_check,
hunspell_engine.h 32 virtual bool CheckSpelling(const string16& word_to_check, int tag) OVERRIDE;
spellcheck_language.cc 75 if (platform_spelling_engine_->CheckSpelling(word, tag))
118 if (!platform_spelling_engine_->CheckSpelling(word, tag))
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/
spellcheck_message_filter.cc 41 *correct = SpellCheckerPlatform::CheckSpelling(word, tag);
spellchecker_linux.cc 43 bool CheckSpelling(const string16& word_to_check, int tag) {
spellchecker_platform_engine_unittest.cc 27 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
33 EXPECT_TRUE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
40 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
319 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, 0)) << word;
spellchecker_win.cc 43 bool CheckSpelling(const string16& word_to_check, int tag) {
spellchecker_platform_engine.h 58 bool CheckSpelling(const string16& word_to_check, int tag);
spellchecker_mac.mm 224 bool CheckSpelling(const string16& word_to_check, int tag) {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 67 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
73 EXPECT_TRUE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
80 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
359 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, 0)) << word;
spellcheck_platform_mac.h 61 bool CheckSpelling(const string16& word_to_check, int tag);
spellcheck_message_filter_mac.cc 255 *correct = spellcheck_mac::CheckSpelling(word, ToDocumentTag(route_id));
spellcheck_platform_mac.mm 176 bool CheckSpelling(const string16& word_to_check, int tag) {
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.mm 257 if (action == @selector(checkSpelling:)) {
304 - (void)checkSpelling:(id)sender {
313 // spellcheck_mac::CheckSpelling remembers the last tag and
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
apache.php 75 'cachenegotiateddocs','cacheroot','cachesize','checkspelling',
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 332 void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtr<Range>& firstMisspellingRange);
Editor.cpp     [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.mm     [all...]
  /external/chromium_org/ash/shell/cocoa/nibs/
MainMenu.xib     [all...]
  /external/chromium_org/content/shell/app/English.lproj/
MainMenu.xib     [all...]
  /external/chromium_org/chrome/app/nibs/
MainMenu.xib     [all...]

Completed in 5285 milliseconds

1 2