Searched refs:editorClient (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebCore/page/ |
D | FocusController.cpp | 266 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()
|
D | Page.cpp | 108 …nt* chromeClient, ContextMenuClient* contextMenuClient, EditorClient* editorClient, DragClient* dr… in Page() argument 118 , m_editorClient(editorClient) in Page()
|
D | Page.h | 85 EditorClient* editorClient() const { return m_editorClient; } in editorClient() function
|
/external/webkit/WebKit/wx/ |
D | WebView.cpp | 238 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/ |
D | qwebpage_p.h | 122 WebCore::EditorClientQt *editorClient; variable
|
D | qwebpage.cpp | 246 editorClient = new EditorClientQt(q); in QWebPagePrivate() 247 page = new Page(chromeClient, contextMenuClient, editorClient, in QWebPagePrivate()
|
/external/webkit/WebCore/platform/mac/ |
D | PasteboardMac.mm | 336 // FIXME: using the editorClient to call into webkit, for now, since
|
/external/webkit/WebCore/editing/ |
D | Editor.cpp | 98 return page->editorClient(); in client()
|