HomeSort by relevance Sort by last modified time
    Searched refs:editorClient (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/page/
FocusController.cpp 34 #include "EditorClient.h"
323 m_page->editorClient()->setInputMethodState(false);
330 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod());
342 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod());
Page.h 52 class EditorClient;
91 Page(ChromeClient*, ContextMenuClient*, EditorClient*, DragClient*, InspectorClient*, PluginHalterClient*, GeolocationControllerClient*);
104 EditorClient* editorClient() const { return m_editorClient; }
280 EditorClient* m_editorClient;
Page.cpp 34 #include "EditorClient.h"
123 Page::Page(ChromeClient* chromeClient, ContextMenuClient* contextMenuClient, EditorClient* editorClient, DragClient* dragClient, InspectorClient* inspectorClient, PluginHalterClient* pluginHalterClient, GeolocationControllerClient* geolocationControllerClient)
143 , m_editorClient(editorClient)
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 66 static_cast<EditorClientImpl*>(webView->page()->editorClient());
WebViewImpl.cpp 355 static_cast<EditorClientImpl*>(m_page->editorClient())->
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage_p.h 135 WebCore::EditorClientQt *editorClient;
qwebpage.cpp 413 editorClient = new EditorClientQt(q);
414 page = new Page(chromeClient, contextMenuClient, editorClient,
    [all...]
  /external/webkit/WebKit/wx/
WebView.cpp 320 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx();
321 m_impl->page = new WebCore::Page(new WebCore::ChromeClientWx(this), new WebCore::ContextMenuClientWx(), editorClient, new WebCore::DragClientWx(), new WebCore::InspectorClientWx(), 0, 0);
322 editorClient->setPage(m_impl->page);
  /external/webkit/WebCore/editing/
Editor.cpp 45 #include "EditorClient.h"
99 EditorClient* Editor::client() const
102 return page->editorClient();
108 if (EditorClient* c = client())
114 if (EditorClient* c = client())
    [all...]

Completed in 56 milliseconds