OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
DictAndKeyboard.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
;
DictionaryPool.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
;
35
import com.android.inputmethod.latin.
spellcheck
.AndroidSpellCheckerService.SuggestionsGatherer;
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"
11
#include "chrome/common/extensions/api/
spellcheck
/spellcheck_handler.h"
65
SpellcheckService*
spellcheck
= NULL;
local
73
spellcheck
= SpellcheckServiceFactory::GetForContext(profile);
74
spellcheck
->LoadExternalDictionary(
89
spellcheck
= SpellcheckServiceFactory::GetForContext(profile);
90
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
56
SpellcheckService*
spellcheck
= new SpellcheckService(context);
local
62
spellcheck
->StartRecordingMetrics(
65
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
32
// IPC messages arrive on IO thread, but
spellcheck
data lives on UI thread.
34
// 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
12
namespace
spellcheck
{
namespace
37
spellcheck
::Feedback feedback_;
257
} // 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/tab_contents/
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
149
profile, SpellingServiceClient::
SPELLCHECK
);
156
// provided by Web
SpellCheck
API.
259
// by Web
SpellCheck
API.
262
SpellcheckService*
spellcheck
=
local
264
if (
spellcheck
) {
265
if (
spellcheck
->GetMetrics())
266
spellcheck
->GetMetrics()->RecordReplacedWordStats(1)
288
SpellcheckService*
spellcheck
=
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp
580
bool HTMLElement::
spellcheck
() const
function in class:WebCore::HTMLElement
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp
4085
SpellCheckClient
spellcheck
;
local
4116
SpellCheckClient
spellcheck
;
local
4221
StubbornSpellCheckClient
spellcheck
;
local
4273
StubbornSpellCheckClient
spellcheck
;
local
4302
StubbornSpellCheckClient
spellcheck
;
local
[
all
...]
Completed in 389 milliseconds