HomeSort by relevance Sort by last modified time
    Searched defs:spellcheck (Results 1 - 21 of 21) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSessionFactory.java 17 package com.android.inputmethod.latin.spellcheck;
SpellCheckerSettingsActivity.java 17 package com.android.inputmethod.latin.spellcheck;
SpellCheckerSettingsFragment.java 17 package com.android.inputmethod.latin.spellcheck;
SentenceLevelAdapter.java 17 package com.android.inputmethod.latin.spellcheck;
AndroidSpellCheckerSession.java 17 package com.android.inputmethod.latin.spellcheck;
AndroidWordLevelSpellCheckerSession.java 17 package com.android.inputmethod.latin.spellcheck;
AndroidSpellCheckerService.java 17 package com.android.inputmethod.latin.spellcheck;
  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc 5 #include "chrome/browser/extensions/api/spellcheck/spellcheck_api.h"
10 #include "chrome/common/extensions/api/spellcheck/spellcheck_handler.h"
64 SpellcheckService* spellcheck = local
66 spellcheck->LoadExternalDictionary(
81 SpellcheckService* spellcheck = local
83 spellcheck->UnloadExternalDictionary(spellcheck_info->path);
  /external/chromium_org/chrome/browser/spellchecker/
feedback.h 5 // An object to store user feedback to spellcheck suggestions from spelling
21 namespace spellcheck { namespace
23 // Stores user feedback to spellcheck suggestions. Sample usage:
110 } // namespace spellcheck
spellcheck_factory.cc 55 SpellcheckService* spellcheck = new SpellcheckService(context); local
61 spellcheck->StartRecordingMetrics(
64 return spellcheck;
feedback_sender.h 35 namespace spellcheck { namespace
80 // will never see the spellcheck suggestions for the misspelling.
92 // Generates feedback data based on spellcheck results. The new feedback data
175 } // namespace spellcheck
spellcheck_message_filter.cc 33 // IPC messages arrive on IO thread, but spellcheck data lives on UI thread.
35 // access spellcheck data.
89 SpellcheckService* spellcheck = GetSpellcheckService(); local
90 // Spellcheck service may not be available for a renderer process that is
92 if (!spellcheck)
94 if (spellcheck->GetMetrics())
95 spellcheck->GetMetrics()->RecordCheckedWordStats(word, misspelled);
100 SpellcheckService* spellcheck = GetSpellcheckService(); local
101 // Spellcheck service may not be available for a renderer process that is
103 if (!spellcheck)
134 SpellcheckService* spellcheck = GetSpellcheckService(); local
    [all...]
feedback.cc 24 namespace spellcheck { namespace
185 } // namespace spellcheck
feedback_unittest.cc 14 namespace spellcheck { namespace
39 spellcheck::Feedback feedback_;
259 } // namespace spellcheck
feedback_sender.cc 5 // The |FeedbackSender| object stores the user feedback to spellcheck
8 // When spelling service returns spellcheck results, these results first arrive
14 // because we request spellcheck for whole paragraphs, as context around a
15 // misspelled word is important to the spellcheck algorithm.
54 namespace spellcheck { namespace
74 // Returns a pending feedback data structure for the spellcheck |result| and
288 // If the renderer already has a marker for this spellcheck result, then
289 // set the hash of the spellcheck result to be the same as the marker.
292 // If the renderer does not yet have a marker for this spellcheck result,
293 // then generate a new hash for the spellcheck result
    [all...]
feedback_sender_unittest.cc 27 namespace spellcheck { namespace
39 // Builds a simple spellcheck result.
141 scoped_ptr<spellcheck::FeedbackSender> feedback_;
305 // 2) No feedback is sent until a spellcheck request happens.
343 // The first spellcheck request after session expiration creates different
403 // Flush all feedback when the spellcheck language and country change.
501 // Duplicate spellcheck results should be matched to the existing markers.
570 // Spellcheck results that are out-of-bounds are not added to feedback.
624 } // namespace spellcheck
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerServiceTest.java 17 package com.android.inputmethod.latin.spellcheck;
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer.cc 87 // The service types |SpellingServiceClient::SPELLCHECK| and
91 // When |SpellingServiceClient::SPELLCHECK| is available, the contextual
102 // misspelled word without the surrounding context. Spellcheck suggestions
152 browser_context, SpellingServiceClient::SPELLCHECK);
159 // provided by Web SpellCheck API.
252 // by Web SpellCheck API.
255 SpellcheckService* spellcheck = local
257 if (spellcheck) {
258 if (spellcheck->GetMetrics())
259 spellcheck->GetMetrics()->RecordReplacedWordStats(1)
281 SpellcheckService* spellcheck = local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 538 bool HTMLElement::spellcheck() const function in class:blink::HTMLElement
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 2396 const AtomicString& spellcheck = element->getAttribute(spellcheckString); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 4494 SpellCheckClient spellcheck; local
4525 SpellCheckClient spellcheck; local
4554 SpellCheckClient spellcheck; local
4662 StubbornSpellCheckClient spellcheck; local
4714 StubbornSpellCheckClient spellcheck; local
4743 StubbornSpellCheckClient spellcheck; local
    [all...]

Completed in 1277 milliseconds