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

  /external/chromium_org/third_party/WebKit/public/web/
WebTextCheckingCompletion.h 42 class WebTextCheckingCompletion {
47 ~WebTextCheckingCompletion() { }
WebSpellCheckClient.h 41 class WebTextCheckingCompletion;
68 WebTextCheckingCompletion* completionCallback) { }
  /external/chromium_org/third_party/WebKit/Source/web/
WebTextCheckingCompletionImpl.h 34 #include "WebTextCheckingCompletion.h"
42 class WebTextCheckingCompletionImpl : public WebTextCheckingCompletion {
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.h 22 class WebTextCheckingCompletion;
33 typedef IDMap<WebKit::WebTextCheckingCompletion> WebTextCheckCompletions;
43 WebKit::WebTextCheckingCompletion* completion,
68 WebKit::WebTextCheckingCompletion* completion);
85 WebKit::WebTextCheckingCompletion* completion) OVERRIDE;
spellcheck_provider_test.h 15 #include "third_party/WebKit/public/web/WebTextCheckingCompletion.h"
23 class FakeTextCheckingCompletion : public WebKit::WebTextCheckingCompletion {
spellcheck.h 25 class WebTextCheckingCompletion;
95 WebKit::WebTextCheckingCompletion* completion);
spellcheck_provider.cc 17 #include "third_party/WebKit/public/web/WebTextCheckingCompletion.h"
24 using WebKit::WebTextCheckingCompletion;
53 WebTextCheckingCompletion* completion,
167 WebTextCheckingCompletion* completion) {
211 WebTextCheckingCompletion* completion =
267 WebTextCheckingCompletion* completion =
308 WebTextCheckingCompletion* completion) {
spellcheck_provider_test.cc 70 WebKit::WebTextCheckingCompletion* completion =
spellcheck.cc 19 #include "third_party/WebKit/public/web/WebTextCheckingCompletion.h"
74 WebKit::WebTextCheckingCompletion* completion)
81 WebKit::WebTextCheckingCompletion* completion() { return completion_; }
87 WebKit::WebTextCheckingCompletion* completion_;
301 WebKit::WebTextCheckingCompletion* completion) {
spellcheck_unittest.cc 19 #include "third_party/WebKit/public/web/WebTextCheckingCompletion.h"
112 class MockTextCheckingCompletion : public WebKit::WebTextCheckingCompletion {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
SpellCheckClient.h 58 WebKit::WebTextCheckingCompletion*);
68 WebKit::WebTextCheckingCompletion* m_lastRequestedTextCheckingCompletion;
SpellCheckClient.cpp 35 #include "public/web/WebTextCheckingCompletion.h"
111 WebTextCheckingCompletion* completion)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 54 #include "WebTextCheckingCompletion.h"
    [all...]

Completed in 747 milliseconds