Home
last modified time | relevance | path

Searched refs:EmptySpellCheckerClient (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h268 class EmptySpellCheckerClient : public SpellCheckerClient {
269 WTF_MAKE_NONCOPYABLE(EmptySpellCheckerClient); WTF_MAKE_FAST_ALLOCATED;
271 EmptySpellCheckerClient() { } in EmptySpellCheckerClient() function
272 virtual ~EmptySpellCheckerClient() { } in ~EmptySpellCheckerClient()
DEmptyClients.cpp63 …static SpellCheckerClient* dummySpellCheckerClient = adoptPtr(new EmptySpellCheckerClient).leakPtr… in fillWithEmptyClients()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp70 DEFINE_STATIC_LOCAL(EmptySpellCheckerClient, client, ()); in emptySpellCheckerClient()