Searched refs:shouldBeginEditing (Results 1 - 25 of 36) sorted by relevance

12

/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);
H A DInjectedBundlePageEditorClient.h48 bool shouldBeginEditing(WebPage*, WebCore::Range*);
/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.h63 virtual bool shouldBeginEditing(Range*);
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/efl/WebCoreSupport/
H A DEditorClientEfl.h64 virtual bool shouldBeginEditing(Range*);
H A DEditorClientEfl.cpp82 bool EditorClientEfl::shouldBeginEditing(Range*) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h61 virtual bool shouldBeginEditing(Range*);
H A DEditorClientHaiku.cpp116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h61 virtual bool shouldBeginEditing(Range*);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h61 virtual bool shouldBeginEditing(Range*);
H A DEditorClientWx.cpp200 bool EditorClientWx::shouldBeginEditing(Range*) function in class:WebCore::EditorClientWx
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h127 static bool shouldBeginEditing(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo);
138 bool shouldBeginEditing(WKBundleRangeHandleRef);
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/Source/WebCore/page/
H A DEditorClient.h91 virtual bool shouldBeginEditing(Range*) = 0;
/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/chromium/src/
H A DEditorClientImpl.h62 virtual bool shouldBeginEditing(WebCore::Range*);
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.h90 virtual bool shouldBeginEditing(WebCore::Range*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h51 virtual bool shouldBeginEditing(WebCore::Range*);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h52 virtual bool shouldBeginEditing(WebCore::Range*);
H A DEditorClientWinCE.cpp81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*) function in class:WebKit::EditorClientWinCE
/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);
H A DWebEditorClient.h58 virtual bool shouldBeginEditing(WebCore::Range*);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h58 virtual bool shouldBeginEditing(WebCore::Range*);

Completed in 121 milliseconds

12