Searched defs:shouldBeginEditing (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp39 bool InjectedBundlePageEditorClient::shouldBeginEditing(WebPage* page, Range* range) function in class:WebKit::InjectedBundlePageEditorClient
41 if (m_client.shouldBeginEditing) {
43 return m_client.shouldBeginEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEditingCallbacks.cpp100 gboolean shouldBeginEditing(WebKitWebView* webView, WebKitDOMRange* range) function
192 "signal::should-begin-editing", shouldBeginEditing, 0, local
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp63 // Following Qt's implementation. For shouldBeginEditing and shouldEndEditing.
65 bool EditorClientAndroid::shouldBeginEditing(Range*) function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h147 virtual bool shouldBeginEditing(const WebRange&) { return true; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp82 bool EditorClientEfl::shouldBeginEditing(Range*) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp124 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp200 bool EditorClientWx::shouldBeginEditing(Range*) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp122 bool WebEditorClient::shouldBeginEditing(Range* range) function in class:WebKit::WebEditorClient
124 bool result = m_page->injectedBundleEditorClient().shouldBeginEditing(m_page, range);
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp191 bool EditorClientImpl::shouldBeginEditing(Range* range) function in class:WebKit::EditorClientImpl
194 return m_webView->client()->shouldBeginEditing(WebRange(range));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp308 bool EditorClient::shouldBeginEditing(WebCore::Range* range) function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp188 bool WebEditorClient::shouldBeginEditing(Range*) function in class:WebEditorClient
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h208 WKBundlePageShouldBeginEditingCallback shouldBeginEditing; member in struct:WKBundlePageEditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp234 shouldBeginEditing,
830 bool InjectedBundlePage::shouldBeginEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const void* clientInfo) function in class:WTR::InjectedBundlePage
832 return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldBeginEditing(range);
885 bool InjectedBundlePage::shouldBeginEditing(WKBundleRangeHandleRef range) function in class:WTR::InjectedBundlePage
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp282 bool WebViewHost::shouldBeginEditing(const WebRange& range) function in class:WebViewHost
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1399 bool Editor::shouldBeginEditing(Range* range) function in class:WebCore::Editor
1401 return client() && client()->shouldBeginEditing(range);
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h446 virtual bool shouldBeginEditing(Range*) { return false; } function in class:WebCore::EmptyEditorClient

Completed in 287 milliseconds