Home
last modified time | relevance | path

Searched defs:shouldEndEditing (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp48 bool InjectedBundlePageEditorClient::shouldEndEditing(WebPage* page, Range* range) in shouldEndEditing() function in WebKit::InjectedBundlePageEditorClient
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp107 gboolean shouldEndEditing(WebKitWebView* webView, WebKitDOMRange* range) in shouldEndEditing() function
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp122 bool EditorClientHaiku::shouldEndEditing(WebCore::Range*) in shouldEndEditing() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp87 bool EditorClientWinCE::shouldEndEditing(WebCore::Range*) in shouldEndEditing() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp88 bool EditorClientEfl::shouldEndEditing(Range*) in shouldEndEditing() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp129 bool WebEditorClient::shouldEndEditing(Range* range) in shouldEndEditing() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp70 bool EditorClientAndroid::shouldEndEditing(Range*) in shouldEndEditing() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm274 bool WebEditorClient::shouldEndEditing(Range* range) function
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp206 bool EditorClientWx::shouldEndEditing(Range*) in shouldEndEditing() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp131 bool EditorClientQt::shouldEndEditing(WebCore::Range* range) in shouldEndEditing() function in WebCore::EditorClientQt
/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.cpp198 bool EditorClientImpl::shouldEndEditing(Range* range) in shouldEndEditing() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp194 bool WebEditorClient::shouldEndEditing(Range*) in shouldEndEditing() function in WebEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp318 bool EditorClient::shouldEndEditing(WebCore::Range* range) in shouldEndEditing() function in WebKit::EditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp835 bool InjectedBundlePage::shouldEndEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const… in shouldEndEditing() function in WTR::InjectedBundlePage
895 bool InjectedBundlePage::shouldEndEditing(WKBundleRangeHandleRef range) in shouldEndEditing() function in WTR::InjectedBundlePage
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h209 WKBundlePageShouldEndEditingCallback shouldEndEditing; member
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp292 bool WebViewHost::shouldEndEditing(const WebRange& range) in shouldEndEditing() function in WebViewHost
/external/webkit/Source/WebCore/loader/
DEmptyClients.h447 virtual bool shouldEndEditing(Range*) { return false; } in shouldEndEditing() function
/external/webkit/Source/WebCore/editing/
DEditor.cpp1394 bool Editor::shouldEndEditing(Range* range) in shouldEndEditing() function in WebCore::Editor