Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp39 bool InjectedBundlePageEditorClient::shouldBeginEditing(WebPage* page, Range* range) in shouldBeginEditing() function in WebKit::InjectedBundlePageEditorClient
41 if (m_client.shouldBeginEditing) { in shouldBeginEditing()
43 … return m_client.shouldBeginEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo); in shouldBeginEditing()
DInjectedBundlePageEditorClient.h48 bool shouldBeginEditing(WebPage*, WebCore::Range*);
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp100 gboolean shouldBeginEditing(WebKitWebView* webView, WebKitDOMRange* range) in shouldBeginEditing() function
192 "signal::should-begin-editing", shouldBeginEditing, 0, in connectEditingCallbacks()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h127 static bool shouldBeginEditing(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo);
138 bool shouldBeginEditing(WKBundleRangeHandleRef);
DInjectedBundlePage.cpp234 shouldBeginEditing, in InjectedBundlePage()
830 bool InjectedBundlePage::shouldBeginEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, con… in shouldBeginEditing() function in WTR::InjectedBundlePage
832 … return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldBeginEditing(range); in shouldBeginEditing()
885 bool InjectedBundlePage::shouldBeginEditing(WKBundleRangeHandleRef range) in shouldBeginEditing() function in WTR::InjectedBundlePage
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h61 virtual bool shouldBeginEditing(Range*);
DEditorClientHaiku.cpp116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h64 virtual bool shouldBeginEditing(Range*);
DEditorClientEfl.cpp82 bool EditorClientEfl::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h61 virtual bool shouldBeginEditing(Range*);
DEditorClientWx.cpp200 bool EditorClientWx::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h61 virtual bool shouldBeginEditing(Range*);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h63 virtual bool shouldBeginEditing(Range*);
DEditorClientAndroid.cpp65 bool EditorClientAndroid::shouldBeginEditing(Range*) in shouldBeginEditing() function in android::EditorClientAndroid
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp122 bool WebEditorClient::shouldBeginEditing(Range* range) in shouldBeginEditing() function in WebKit::WebEditorClient
124 bool result = m_page->injectedBundleEditorClient().shouldBeginEditing(m_page, range); in shouldBeginEditing()
DWebEditorClient.h58 virtual bool shouldBeginEditing(WebCore::Range*);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.h52 virtual bool shouldBeginEditing(WebCore::Range*);
DEditorClientWinCE.cpp81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.h51 virtual bool shouldBeginEditing(WebCore::Range*);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h90 virtual bool shouldBeginEditing(WebCore::Range*);
/external/webkit/Source/WebCore/page/
DEditorClient.h91 virtual bool shouldBeginEditing(Range*) = 0;
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h62 virtual bool shouldBeginEditing(WebCore::Range*);
DEditorClientImpl.cpp191 bool EditorClientImpl::shouldBeginEditing(Range* range) in shouldBeginEditing() function in WebKit::EditorClientImpl
194 return m_webView->client()->shouldBeginEditing(WebRange(range)); in shouldBeginEditing()
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h147 virtual bool shouldBeginEditing(const WebRange&) { return true; } in shouldBeginEditing() function
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h58 virtual bool shouldBeginEditing(WebCore::Range*);

12