HomeSort by relevance Sort by last modified time
    Searched refs:ErrorSpelling (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebTextCheckingResult.h 41 ErrorSpelling = 1 << 0,
45 explicit WebTextCheckingResult(Error e = ErrorSpelling, int p = 0, int l = 0)
  /external/webkit/Source/WebKit/chromium/src/
WebTextCheckingCompletionImpl.cpp 45 if (error == WebTextCheckingResult::ErrorSpelling)
AssertMatchingEnums.cpp 419 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingResult::ErrorSpelling, DocumentMarker::Spelling);
  /external/chromium/chrome/browser/
spellcheck_message_filter_browsertest.cc 69 WebKit::WebTextCheckingResult::ErrorSpelling);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 433 results.append(WebTextCheckingResult(WebTextCheckingResult::ErrorSpelling, offset + misspelledPosition, misspelledLength));
    [all...]

Completed in 38 milliseconds