HomeSort by relevance Sort by last modified time
    Searched refs:spellcheck (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 112 #include "chrome/renderer/spellchecker/spellcheck.h"
176 explicit SpellCheckReplacer(SpellCheck* spellcheck)
177 : spellcheck_(spellcheck) {}
181 SpellCheck* spellcheck_; // New shared spellcheck for all views. Weak Ptr.
239 // ChromeRenderViewTest::SetUp() creates a Spellcheck and injects it using
242 spellcheck_.reset(new SpellCheck());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 4085 SpellCheckClient spellcheck; local
4116 SpellCheckClient spellcheck; local
4221 StubbornSpellCheckClient spellcheck; local
4273 StubbornSpellCheckClient spellcheck; local
4302 StubbornSpellCheckClient spellcheck; local
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 5 // The |FeedbackSender| object stores the user feedback to spellcheck
8 // When spelling service returns spellcheck results, these results first arrive
14 // because we request spellcheck for whole paragraphs, as context around a
15 // misspelled word is important to the spellcheck algorithm.
54 namespace spellcheck { namespace
74 // Returns a pending feedback data structure for the spellcheck |result| and
288 // If the renderer already has a marker for this spellcheck result, then
289 // set the hash of the spellcheck result to be the same as the marker.
292 // If the renderer does not yet have a marker for this spellcheck result,
293 // then generate a new hash for the spellcheck result
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 17 package com.android.inputmethod.latin.spellcheck;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 580 bool HTMLElement::spellcheck() const function in class:WebCore::HTMLElement
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleView.js 87 this.promptElement.spellcheck = false;
    [all...]

Completed in 257 milliseconds

12