Searched defs:editorClient (Results 1 – 4 of 4) sorted by relevance
121 WebCore::EditorClientQt *editorClient; variable
94 EditorClient* editorClient() const { return m_editorClient; } in editorClient() function
98 …omeClient* chromeClient, ContextMenuClient* contextMenuClient, EditorClient* editorClient, DragCli… in Page()
288 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx(); in Create() local