Home
last modified time | relevance | path

Searched refs:shouldEndEditing (Results 1 – 25 of 50) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp48 bool InjectedBundlePageEditorClient::shouldEndEditing(WebPage* page, Range* range) in shouldEndEditing() function in WebKit::InjectedBundlePageEditorClient
50 if (m_client.shouldEndEditing) { in shouldEndEditing()
52 … return m_client.shouldEndEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo); in shouldEndEditing()
DInjectedBundlePageEditorClient.h49 bool shouldEndEditing(WebPage*, WebCore::Range*);
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp107 gboolean shouldEndEditing(WebKitWebView* webView, WebKitDOMRange* range) in shouldEndEditing() function
193 "signal::should-end-editing", shouldEndEditing, 0, in connectEditingCallbacks()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h128 static bool shouldEndEditing(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo);
139 bool shouldEndEditing(WKBundleRangeHandleRef);
DInjectedBundlePage.cpp235 shouldEndEditing, in InjectedBundlePage()
835 bool InjectedBundlePage::shouldEndEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const… in shouldEndEditing() function in WTR::InjectedBundlePage
837 return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldEndEditing(range); in shouldEndEditing()
895 bool InjectedBundlePage::shouldEndEditing(WKBundleRangeHandleRef range) in shouldEndEditing() function in WTR::InjectedBundlePage
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h62 virtual bool shouldEndEditing(Range*);
DEditorClientHaiku.cpp122 bool EditorClientHaiku::shouldEndEditing(WebCore::Range*) in shouldEndEditing() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h65 virtual bool shouldEndEditing(Range*);
DEditorClientEfl.cpp88 bool EditorClientEfl::shouldEndEditing(Range*) in shouldEndEditing() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h62 virtual bool shouldEndEditing(Range*);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h62 virtual bool shouldEndEditing(Range*);
DEditorClientWx.cpp206 bool EditorClientWx::shouldEndEditing(Range*) in shouldEndEditing() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h64 virtual bool shouldEndEditing(Range*);
DEditorClientAndroid.cpp70 bool EditorClientAndroid::shouldEndEditing(Range*) in shouldEndEditing() function in android::EditorClientAndroid
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp129 bool WebEditorClient::shouldEndEditing(Range* range) in shouldEndEditing() function in WebKit::WebEditorClient
131 bool result = m_page->injectedBundleEditorClient().shouldEndEditing(m_page, range); in shouldEndEditing()
DWebEditorClient.h59 virtual bool shouldEndEditing(WebCore::Range*);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.h53 virtual bool shouldEndEditing(WebCore::Range*);
DEditorClientWinCE.cpp87 bool EditorClientWinCE::shouldEndEditing(WebCore::Range*) in shouldEndEditing() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.h52 virtual bool shouldEndEditing(WebCore::Range*);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h91 virtual bool shouldEndEditing(WebCore::Range*);
/external/webkit/Source/WebCore/page/
DEditorClient.h92 virtual bool shouldEndEditing(Range*) = 0;
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h148 virtual bool shouldEndEditing(const WebRange&) { return true; } in shouldEndEditing() function
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h63 virtual bool shouldEndEditing(WebCore::Range*);
DEditorClientImpl.cpp198 bool EditorClientImpl::shouldEndEditing(Range* range) in shouldEndEditing() function in WebKit::EditorClientImpl
201 return m_webView->client()->shouldEndEditing(WebRange(range)); in shouldEndEditing()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h59 virtual bool shouldEndEditing(WebCore::Range*);

12