OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didCancelCheckingText
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebTextCheckingCompletion.h
45
virtual void
didCancelCheckingText
() { };
/external/chromium_org/third_party/WebKit/Source/web/
WebTextCheckingCompletionImpl.h
50
virtual void
didCancelCheckingText
() OVERRIDE;
WebTextCheckingCompletionImpl.cpp
59
void WebTextCheckingCompletionImpl::
didCancelCheckingText
()
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_test.h
30
virtual void
didCancelCheckingText
() OVERRIDE;
spellcheck_provider_test.cc
28
void FakeTextCheckingCompletion::
didCancelCheckingText
() {
spellcheck.cc
304
pending_request_param_->completion()->
didCancelCheckingText
();
337
param->completion()->
didCancelCheckingText
();
spellcheck_provider.cc
57
completion->
didCancelCheckingText
();
329
completion->
didCancelCheckingText
();
spellcheck_unittest.cc
125
virtual void
didCancelCheckingText
() OVERRIDE {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
SpellCheckClient.cpp
115
completion->
didCancelCheckingText
();
Completed in 303 milliseconds