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

  /external/webkit/Source/WebCore/editing/
SpellChecker.cpp 31 #include "EditorClient.h"
62 return page->editorClient()->textChecker();
SpellingCorrectionController.cpp 32 #include "EditorClient.h"
271 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
418 EditorClient* SpellingCorrectionController::client()
420 return m_frame->page() ? m_frame->page()->editorClient() : 0;
425 if (EditorClient* owner = client())
432 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, replacedString, replacementString);
471 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
473 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionEdited, corrected, correction);
Editor.cpp 48 #include "EditorClient.h"
130 EditorClient* Editor::client() const
133 return page->editorClient();
140 if (EditorClient* owner = client())
147 if (EditorClient* c = client())
153 if (EditorClient* c = client())
    [all...]
  /external/webkit/Source/WebCore/page/
FocusController.cpp 34 #include "EditorClient.h"
372 m_page->editorClient()->willSetInputMethodState();
379 m_page->editorClient()->setInputMethodState(false);
386 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod());
404 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod());
Page.h 59 class EditorClient;
112 EditorClient* editorClient;
139 EditorClient* editorClient() const { return m_editorClient; }
356 EditorClient* m_editorClient;
Page.cpp 36 #include "EditorClient.h"
161 , m_editorClient(pageClients.editorClient)
963 , editorClient(0)
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 250 static EditorClient* dummyEditorClient = new EmptyEditorClient;
251 pageClients.editorClient = dummyEditorClient;
  /external/webkit/Source/WebKit/wx/
WebView.cpp 380 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx();
385 pageClients.editorClient = editorClient;
389 editorClient->setPage(m_impl->page);
  /external/webkit/Source/WebKit/wince/
WebView.cpp 94 pageClients.editorClient = new WebKit::EditorClientWinCE(this);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 231 WKBundlePageEditorClient editorClient = {
246 WKBundlePageSetEditorClient(m_page, &editorClient);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 744 WebKit::EditorClient* client = static_cast<WebKit::EditorClient*>(core(webView)->editorClient());
827 static_cast<WebKit::EditorClient*>(core(webView)->editorClient())->handleInputMethodMousePress();
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 346 pageClients.editorClient = &m_editorClientImpl;
467 static_cast<EditorClientImpl*>(m_page->editorClient())->
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 600 EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(pFrame->page()->editorClient());
WebViewCore.cpp     [all...]
WebCoreFrameBridge.cpp     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 303 EditorClientAndroid* editorC = static_cast<EditorClientAndroid*>(m_frame->page()->editorClient());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 184 pageClients.editorClient = new WebEditorClient(this);
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 550 pageClients.editorClient = static_cast<WebCore::EditorClient*>(new WebCore::EditorClientEfl(sd->self));
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 324 pageClients.editorClient = new EditorClientQt(q);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 727 pageClients.editorClient = new WebEditorClient(self);
    [all...]

Completed in 2653 milliseconds