Searched refs:EmptyEditorClient (Results 1 – 3 of 3) sorted by relevance
280 class EmptyEditorClient FINAL : public EditorClient {281 WTF_MAKE_NONCOPYABLE(EmptyEditorClient); WTF_MAKE_FAST_ALLOCATED;283 EmptyEditorClient() { } in EmptyEditorClient() function284 virtual ~EmptyEditorClient() { } in ~EmptyEditorClient()
55 static EditorClient* dummyEditorClient = adoptPtr(new EmptyEditorClient).leakPtr(); in fillWithEmptyClients()
136 DEFINE_STATIC_LOCAL(EmptyEditorClient, client, ()); in emptyEditorClient()