HomeSort by relevance Sort by last modified time
    Searched defs:FakeTextCheckingCompletion (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_test.cc 16 FakeTextCheckingCompletion::FakeTextCheckingCompletion()
21 FakeTextCheckingCompletion::~FakeTextCheckingCompletion() {}
23 void FakeTextCheckingCompletion::didFinishCheckingText(
28 void FakeTextCheckingCompletion::didCancelCheckingText() {
spellcheck_provider_test.h 23 class FakeTextCheckingCompletion : public WebKit::WebTextCheckingCompletion {
25 FakeTextCheckingCompletion();
26 ~FakeTextCheckingCompletion();

Completed in 475 milliseconds