Searched refs:EditorClient (Results 1 – 8 of 8) sorted by relevance
39 class EditorClient {41 virtual ~EditorClient() { } in ~EditorClient()
53 class EditorClient; variable98 EditorClient* editorClient;127 EditorClient& editorClient() const { return *m_editorClient; } in editorClient()279 EditorClient* const m_editorClient;
45 class EditorClientImpl FINAL : public WebCore::EditorClient {
48 class EditorClient; variable72 EditorClient& client() const;
36 class EditorClient; variable
134 static EditorClient& emptyEditorClient() in emptyEditorClient()140 EditorClient& Editor::client() const in client()
55 static EditorClient* dummyEditorClient = adoptPtr(new EmptyEditorClient).leakPtr(); in fillWithEmptyClients()
280 class EmptyEditorClient FINAL : public EditorClient {