Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFocusController.cpp372 m_page->editorClient()->willSetInputMethodState(); in setFocusedNode()
379 m_page->editorClient()->setInputMethodState(false); in setFocusedNode()
386 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod()); in setFocusedNode()
404 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod()); in setFocusedNode()
DPage.h112 EditorClient* editorClient; member
139 EditorClient* editorClient() const { return m_editorClient; } in editorClient() function
DPage.cpp161 , m_editorClient(pageClients.editorClient) in Page()
963 , editorClient(0) in PageClients()
/external/webkit/Source/WebKit/wx/
DWebView.cpp380 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx(); in Create() local
385 pageClients.editorClient = editorClient; in Create()
389 editorClient->setPage(m_impl->page); in Create()
/external/webkit/Source/WebCore/editing/
DSpellChecker.cpp62 return page->editorClient()->textChecker(); in client()
DSpellingCorrectionController.cpp420 return m_frame->page() ? m_frame->page()->editorClient() : 0; in client()
DEditor.cpp133 return page->editorClient(); in client()
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp251 pageClients.editorClient = dummyEditorClient; in dataChanged()
/external/webkit/Source/WebKit/wince/
DWebView.cpp94 pageClients.editorClient = new WebKit::EditorClientWinCE(this); in WebView()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp231 WKBundlePageEditorClient editorClient = { in InjectedBundlePage() local
246 WKBundlePageSetEditorClient(m_page, &editorClient); in InjectedBundlePage()
/external/webkit/Source/WebCore/platform/mac/
DPasteboardMac.mm372 // FIXME: using the editorClient to call into webkit, for now, since
455 // FIXME: using the editorClient to call into webkit, for now, since
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp744 … WebKit::EditorClient* client = static_cast<WebKit::EditorClient*>(core(webView)->editorClient()); in webkit_web_view_key_release_event()
827 … static_cast<WebKit::EditorClient*>(core(webView)->editorClient())->handleInputMethodMousePress(); in webkit_web_view_button_press_event()
3340 … WebKit::EditorClient* client = static_cast<WebKit::EditorClient*>(core(webView)->editorClient()); in webkit_web_view_update_settings()
3467 … WebKit::EditorClient* client = static_cast<WebKit::EditorClient*>(core(webView)->editorClient()); in webkit_web_view_settings_notify()
3498 pageClients.editorClient = new WebKit::EditorClient(webView); in webkit_web_view_init()
/external/webkit/Source/WebKit/android/jni/
DWebSettings.cpp600 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(pFrame->page()->editorClient()); in Sync()
DWebViewCore.cpp3551 EditorClient* editorClient = page->editorClient(); in initializeTextInput() local
3553 static_cast<EditorClientAndroid*>(editorClient); in initializeTextInput()
4964 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(frame->page()->editorClient()); in AutoFillForm()
DWebCoreFrameBridge.cpp1104 pageClients.editorClient = editorC; in CreateFrame()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp346 pageClients.editorClient = &m_editorClientImpl; in WebViewImpl()
467 static_cast<EditorClientImpl*>(m_page->editorClient())-> in mouseDown()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp303 … EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(m_frame->page()->editorClient()); in dispatchDidCommitLoad()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp184 pageClients.editorClient = new WebEditorClient(this); in WebPage()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp324 pageClients.editorClient = new EditorClientQt(q); in QWebPagePrivate()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp550 …pageClients.editorClient = static_cast<WebCore::EditorClient*>(new WebCore::EditorClientEfl(sd->se… in _ewk_view_priv_new()
/external/webkit/Source/WebKit/win/
DWebView.cpp2593 pageClients.editorClient = new WebEditorClient(this); in initWithFrame()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm727 pageClients.editorClient = new WebEditorClient(self);