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

  /external/chromium_org/chrome/common/
spellcheck_result.h 16 SPELLING = 1 << 1,
28 Decoration d = SPELLING,
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac_unittest.cc 24 SpellCheckResult(SpellCheckResult::SPELLING, 0, 5));
28 SpellCheckResult(SpellCheckResult::SPELLING, 10, 5));
30 // local & remote result - must be flagged SPELLING, uses remote suggestion.
31 SpellCheckResult result(SpellCheckResult::SPELLING, 20, 5, local_suggestion);
41 EXPECT_EQ(SpellCheckResult::SPELLING, remote_results[1].decoration);
spellcheck_message_filter_unittest.cc 86 SpellCheckResult::SPELLING;
93 SpellCheckResult::SPELLING, 0, 6, ASCIIToUTF16("Hello")));
127 SpellCheckResult::SPELLING, 0, 6, ASCIIToUTF16("Hello")));
129 SpellCheckResult::SPELLING, 7, 7, ASCIIToUTF16("world")));
feedback_sender_unittest.cc 41 return SpellCheckResult(SpellCheckResult::SPELLING,
72 // Appends the "--enable-spelling-service-feedback" switch to the
188 // Send SELECT feedback message if the user has selected a spelling suggestion.
219 // Send PENDING feedback message if the user saw the spelling suggestion, but
229 // Send IGNORE feedback message if the user saw the spelling suggestion, but
255 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
261 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
310 SpellCheckResult(SpellCheckResult::SPELLING,
347 results[0] = SpellCheckResult(SpellCheckResult::SPELLING,
430 "\"method\":\"spelling.feedback\",
    [all...]
spellcheck_message_filter_mac_browsertest.cc 64 SpellCheckResult::SPELLING);
spellcheck_message_filter_mac.cc 241 remote_iter->decoration = SpellCheckResult::SPELLING;
spelling_service_client.cc 33 // The location of spellcheck suggestions in JSON response from spelling
37 // The location of error messages in JSON response from spelling service.
71 // Format the JSON request to be sent to the Spelling service.
76 "\"method\":\"spelling.check\","
111 // the spelling service should be unavailable.
117 // If the locale for spelling has not been set, the user has not decided to
118 // use spellcheck so we don't do anything remote (suggest or spelling).
123 // If we do not have the spelling service enabled, then we are only available
146 // When this JSON-RPC call finishes successfully, the Spelling service returns
149 // server, which is the JSON-API front-end for the Spelling service. Thi
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc 64 // Instead, tests should exercise individual spelling engines.
449 // Check for spelling.
467 // the spelling of each word in the text.
    [all...]
spellcheck.cc 168 // TODO(groby): Make sure we always have a spelling engine, even before Init()
278 // Check spelling.
365 if (decoration == SpellCheckResult::SPELLING &&
spellcheck_provider.cc 30 int(SpellCheckResult::SPELLING), mismatching_enums);
68 // this text to the Spelling service only if a user enables this feature.
290 // We need to tell the webView whether the spelling panel is visible or not so
316 // previous spellcheck results and erased the spelling markers in response to

Completed in 532 milliseconds