Home
last modified time | relevance | path

Searched refs:editorClient (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/page/
DFocusController.cpp266 m_page->editorClient()->setInputMethodState(false); in setFocusedNode()
273 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod()); in setFocusedNode()
285 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod()); in setFocusedNode()
DPage.cpp108 …nt* chromeClient, ContextMenuClient* contextMenuClient, EditorClient* editorClient, DragClient* dr… in Page() argument
118 , m_editorClient(editorClient) in Page()
DPage.h85 EditorClient* editorClient() const { return m_editorClient; } in editorClient() function
/external/webkit/WebKit/wx/
DWebView.cpp238 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx(); in Create() local
239 …ew WebCore::ChromeClientWx(this), new WebCore::ContextMenuClientWx(), editorClient, new WebCore::D… in Create()
240 editorClient->setPage(m_impl->page); in Create()
/external/webkit/WebKit/qt/Api/
Dqwebpage_p.h122 WebCore::EditorClientQt *editorClient; variable
Dqwebpage.cpp246 editorClient = new EditorClientQt(q); in QWebPagePrivate()
247 page = new Page(chromeClient, contextMenuClient, editorClient, in QWebPagePrivate()
/external/webkit/WebCore/platform/mac/
DPasteboardMac.mm336 // FIXME: using the editorClient to call into webkit, for now, since
/external/webkit/WebCore/editing/
DEditor.cpp98 return page->editorClient(); in client()