/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageEditorClient.cpp | 39 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()
|
D | InjectedBundlePageEditorClient.h | 48 bool shouldBeginEditing(WebPage*, WebCore::Range*);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EditingCallbacks.cpp | 100 gboolean shouldBeginEditing(WebKitWebView* webView, WebKitDOMRange* range) in shouldBeginEditing() function 192 "signal::should-begin-editing", shouldBeginEditing, 0, in connectEditingCallbacks()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.h | 127 static bool shouldBeginEditing(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo); 138 bool shouldBeginEditing(WKBundleRangeHandleRef);
|
D | InjectedBundlePage.cpp | 234 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/ |
D | EditorClientHaiku.h | 61 virtual bool shouldBeginEditing(Range*);
|
D | EditorClientHaiku.cpp | 116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 64 virtual bool shouldBeginEditing(Range*);
|
D | EditorClientEfl.cpp | 82 bool EditorClientEfl::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 61 virtual bool shouldBeginEditing(Range*);
|
D | EditorClientWx.cpp | 200 bool EditorClientWx::shouldBeginEditing(Range*) in shouldBeginEditing() function in WebCore::EditorClientWx
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 61 virtual bool shouldBeginEditing(Range*);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 63 virtual bool shouldBeginEditing(Range*);
|
D | EditorClientAndroid.cpp | 65 bool EditorClientAndroid::shouldBeginEditing(Range*) in shouldBeginEditing() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 122 bool WebEditorClient::shouldBeginEditing(Range* range) in shouldBeginEditing() function in WebKit::WebEditorClient 124 bool result = m_page->injectedBundleEditorClient().shouldBeginEditing(m_page, range); in shouldBeginEditing()
|
D | WebEditorClient.h | 58 virtual bool shouldBeginEditing(WebCore::Range*);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 52 virtual bool shouldBeginEditing(WebCore::Range*);
|
D | EditorClientWinCE.cpp | 81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() function in WebKit::EditorClientWinCE
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 51 virtual bool shouldBeginEditing(WebCore::Range*);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 90 virtual bool shouldBeginEditing(WebCore::Range*);
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 91 virtual bool shouldBeginEditing(Range*) = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 62 virtual bool shouldBeginEditing(WebCore::Range*);
|
D | EditorClientImpl.cpp | 191 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/ |
D | WebViewClient.h | 147 virtual bool shouldBeginEditing(const WebRange&) { return true; } in shouldBeginEditing() function
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 58 virtual bool shouldBeginEditing(WebCore::Range*);
|