Searched refs:EmptySpellCheckerClient (Results 1 – 3 of 3) sorted by relevance
268 class EmptySpellCheckerClient : public SpellCheckerClient {269 WTF_MAKE_NONCOPYABLE(EmptySpellCheckerClient); WTF_MAKE_FAST_ALLOCATED;271 EmptySpellCheckerClient() { } in EmptySpellCheckerClient() function272 virtual ~EmptySpellCheckerClient() { } in ~EmptySpellCheckerClient()
63 …static SpellCheckerClient* dummySpellCheckerClient = adoptPtr(new EmptySpellCheckerClient).leakPtr… in fillWithEmptyClients()
70 DEFINE_STATIC_LOCAL(EmptySpellCheckerClient, client, ()); in emptySpellCheckerClient()