Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp39 bool InjectedBundlePageEditorClient::shouldBeginEditing(WebPage* page, Range* range) in shouldBeginEditing() function in WebKit::InjectedBundlePageEditorClient
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp100 gboolean shouldBeginEditing(WebKitWebView* webView, WebKitDOMRange* range) in shouldBeginEditing() function
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp122 bool WebEditorClient::shouldBeginEditing(Range* range) in shouldBeginEditing() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp82 bool EditorClientEfl::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp65 bool EditorClientAndroid::shouldBeginEditing(Range*) in shouldBeginEditing() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm266 bool WebEditorClient::shouldBeginEditing(Range* range) function
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp200 bool EditorClientWx::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp124 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) in shouldBeginEditing() function in WebCore::EditorClientQt
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h147 virtual bool shouldBeginEditing(const WebRange&) { return true; } in shouldBeginEditing() function
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp191 bool EditorClientImpl::shouldBeginEditing(Range* range) in shouldBeginEditing() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp188 bool WebEditorClient::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp308 bool EditorClient::shouldBeginEditing(WebCore::Range* range) in shouldBeginEditing() function in WebKit::EditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp830 bool InjectedBundlePage::shouldBeginEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, con… in shouldBeginEditing() function in WTR::InjectedBundlePage
885 bool InjectedBundlePage::shouldBeginEditing(WKBundleRangeHandleRef range) in shouldBeginEditing() function in WTR::InjectedBundlePage
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h208 WKBundlePageShouldBeginEditingCallback shouldBeginEditing; member
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp282 bool WebViewHost::shouldBeginEditing(const WebRange& range) in shouldBeginEditing() function in WebViewHost
/external/webkit/Source/WebCore/loader/
DEmptyClients.h446 virtual bool shouldBeginEditing(Range*) { return false; } in shouldBeginEditing() function
/external/webkit/Source/WebCore/editing/
DEditor.cpp1399 bool Editor::shouldBeginEditing(Range* range) in shouldBeginEditing() function in WebCore::Editor