Searched defs:FakeTextCheckingCompletion (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider_test.cc16 FakeTextCheckingCompletion::FakeTextCheckingCompletion() function in class:FakeTextCheckingCompletion
21 FakeTextCheckingCompletion::~FakeTextCheckingCompletion() {}
23 void FakeTextCheckingCompletion::didFinishCheckingText(
28 void FakeTextCheckingCompletion::didCancelCheckingText() {
H A Dspellcheck_provider_test.h23 class FakeTextCheckingCompletion : public blink::WebTextCheckingCompletion { class in inherits:blink::WebTextCheckingCompletion
25 FakeTextCheckingCompletion();
26 ~FakeTextCheckingCompletion();

Completed in 119 milliseconds