/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/android/ |
bitmap.h | 32 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
bitmap.h | 31 /* Backward compatibility: this macro used to be misspelled. */
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 26 // The word should show up as misspelled. 36 // longer be ignored and thus should show up as misspelled. 55 // misspelled words in english.
|
spellchecker_mac.mm | 228 // NSRange that we can look at to determine if a word is misspelled. 239 // If the length of the misspelled word == 0, 240 // then there is no misspelled word.
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck.cc | 87 // The interface to send the misspelled ranges to WebKit. 210 // position and length of the first misspelled word and returns false when 211 // the text includes misspelled words. Therefore, we just repeat calling the 354 // Double-check misspelled words with our spellchecker and attach grammar 356 // are probably contextually-misspelled words.
|
spellcheck_unittest.cc | 1340 const char* misspelled; member in struct:__anon6895 [all...] |
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_platform_mac_unittest.cc | 66 // The word should show up as misspelled. 76 // longer be ignored and thus should show up as misspelled. 95 // misspelled words in english.
|
spelling_service_client.cc | 157 // - charStart (number) - the beginning of the misspelled region; 158 // - charLength (number) - the length of the misspelled region; 198 // have misspelled words, it returns an empty JSON. (In this case, its HTTP
|
misspelling.cc | 7 // |location|, and |length| instead of only misspelled text, because the
|
misspelling.h | 53 // misspelled character.
|
spellcheck_message_filter.h | 36 void OnNotifyChecked(const base::string16& word, bool misspelled);
|
feedback.cc | 13 // |Misspelling| objects with the same misspelled string are updated. The 15 // a |text_| map of misspelled strings to a set of hashes.
|
spellcheck_message_filter.cc | 88 bool misspelled) { 95 spellcheck->GetMetrics()->RecordCheckedWordStats(word, misspelled);
|
/external/chromium_org/content/public/common/ |
context_menu_params.h | 104 // The misspelled word under the cursor, if any. Used to generate the 111 // Suggested replacements for a misspelled word under the cursor.
|
/external/chromium_org/chrome/browser/tab_contents/ |
spelling_menu_observer_browsertest.cc | 258 // Tests that right-clicking a misspelled word adds four items: 302 // Tests that right-clicking a misspelled word when we enable spelling-service 449 // First case: Misspelled word, no suggestions, no spellcheck service. 457 // Case #2. Misspelled word, suggestions, no spellcheck service. 468 // Case #3. Misspelled word, suggestion service is on.
|