Searched refs:EmptyEditorClient (Results 1 – 4 of 4) sorted by relevance
288 class EmptyEditorClient : public EditorClient {289 WTF_MAKE_NONCOPYABLE(EmptyEditorClient); WTF_MAKE_FAST_ALLOCATED;291 EmptyEditorClient() { } in EmptyEditorClient() function292 virtual ~EmptyEditorClient() { } in ~EmptyEditorClient()
54 static EditorClient* dummyEditorClient = adoptPtr(new EmptyEditorClient).leakPtr(); in fillWithEmptyClients()
79 EmptyEditorClient m_editorClient;
138 DEFINE_STATIC_LOCAL(EmptyEditorClient, client, ()); in emptyEditorClient()