OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:misspelled
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter.h
36
void OnNotifyChecked(const base::string16& word, bool
misspelled
);
spellcheck_message_filter.cc
88
bool
misspelled
) {
95
spellcheck->GetMetrics()->RecordCheckedWordStats(word,
misspelled
);
/frameworks/base/core/java/android/text/style/
SuggestionSpan.java
59
* Sets this flag if the suggestions apply to a
misspelled
word/text. This type of suggestion is
304
final boolean
misspelled
= (mFlags & FLAG_MISSPELLED) != 0;
308
if (!
misspelled
) {
311
// Spans are rendered in an arbitrary order. Since
misspelled
is less prioritary
312
// than just easy, do not apply
misspelled
if an easy (or a mispelled) has been set
327
final boolean
misspelled
= (mFlags & FLAG_MISSPELLED) != 0;
331
if (!
misspelled
) {
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc
1340
const char*
misspelled
;
member in struct:__anon6895
[
all
...]
Completed in 130 milliseconds