HomeSort by relevance Sort by last modified time
    Searched refs:corrected (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 44 static PassRefPtr<SpellingCorrectionRecordUndoCommand> create(Document* document, const String& corrected, const String& correction)
46 return adoptRef(new SpellingCorrectionRecordUndoCommand(document, corrected, correction));
49 SpellingCorrectionRecordUndoCommand(Document* document, const String& corrected, const String& correction)
51 , m_corrected(corrected)
SpellingCorrectionController.h 98 void respondToUnappliedSpellCorrection(const VisibleSelection&, const String& corrected, const String& correction) UNLESS_ENABLED({ UNUSED_PARAM(corrected); UNUSED_PARAM(correction); })
117 void recordSpellcheckerResponseForModifiedCorrection(Range* rangeOfCorrection, const String& corrected, const String& correction) UNLESS_ENABLED({ UNUSED_PARAM(rangeOfCorrection); UNUSED_PARAM(corrected); UNUSED_PARAM(correction); })
SpellingCorrectionController.cpp 269 void SpellingCorrectionController::respondToUnappliedSpellCorrection(const VisibleSelection& selectionOfCorrected, const String& corrected, const String& correction)
271 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
459 void SpellingCorrectionController::recordSpellcheckerResponseForModifiedCorrection(Range* rangeOfCorrection, const String& corrected, const String& correction)
468 // Spelling corrected text has been edited. We need to determine whether user has reverted it to original text or
470 if (markersHaveIdenticalDescription(correctedOnceMarkers) && correctedOnceMarkers[0].description == corrected)
471 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
473 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionEdited, corrected, correction);
  /system/core/toolbox/
nandread.c 172 printf("initial ecc corrected: %u\n", initial_ecc.corrected);
219 if (ecc.corrected != last_ecc.corrected)
220 printf("ecc corrected, %u, at %llx\n", ecc.corrected - last_ecc.corrected, pos);
248 if (ecc.corrected != last_ecc.corrected)
249 fprintf(statusfile, "%08llx: ecc corrected\n", opos)
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLIFrameElement11.js 52 // WebKit fix: corrected variable name from 'setUpPage':
58 // WebKit fix: corrected variable name from 'setUpPage':
HTMLFrameElement09.js 52 // WebKit fix: corrected variable name from 'setUpPage':
58 // WebKit fix: corrected variable name from 'setUpPage':
  /bionic/libc/kernel/common/mtd/
mtd-abi.h 132 uint32_t corrected; member in struct:mtd_ecc_stats
  /development/ndk/platforms/android-3/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /external/kernel-headers/original/mtd/
mtd-abi.h 129 * @corrected: number of corrected bits
135 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/mtd/
mtd-abi.h 120 uint32_t corrected; member in struct:mtd_ecc_stats

Completed in 3745 milliseconds

1 2 3