Searched refs:shouldChangeSelectedRange (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h67 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting);
124 void setShouldChangeSelectedRange(bool shouldChangeSelectedRange) { m_shouldChangeSelectedRange = shouldChangeSelectedRange; } argument
H A DEditorClientAndroid.cpp261 bool EditorClientAndroid::shouldChangeSelectedRange(Range*, Range*, EAffinity, function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp85 bool InjectedBundlePageEditorClient::shouldChangeSelectedRange(WebPage* page, Range* fromRange, Range* toRange, EAffinity affinity, bool stillSelecting) function in class:WebKit::InjectedBundlePageEditorClient
87 if (m_client.shouldChangeSelectedRange) {
90 return m_client.shouldChangeSelectedRange(toAPI(page), toAPI(fromRangeHandle.get()), toAPI(toRangeHandle.get()), toAPI(affinity), stillSelecting, m_client.clientInfo);
H A DInjectedBundlePageEditorClient.h53 bool shouldChangeSelectedRange(WebPage*, WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity affinity, bool stillSelecting);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEditingCallbacks.cpp145 gboolean shouldChangeSelectedRange(WebKitWebView* webView, WebKitDOMRange* fromRange, WebKitDOMRange* toRange, WebKitSelectionAffinity affinity, gboolean stillSelecting) function
198 "signal::should-change-selected-range", shouldChangeSelectedRange, 0, local
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h68 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting);
H A DEditorClientEfl.cpp100 bool EditorClientEfl::shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h65 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange,
H A DEditorClientHaiku.cpp140 bool EditorClientHaiku::shouldChangeSelectedRange(Range* fromRange, Range* toRange, function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h65 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h70 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange,
H A DEditorClientWx.cpp239 bool EditorClientWx::shouldChangeSelectedRange(Range* fromRange, Range* toRange, function in class:WebCore::EditorClientWx
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h132 static bool shouldChangeSelectedRange(WKBundlePageRef, WKBundleRangeHandleRef fromRange, WKBundleRangeHandleRef toRange, WKAffinityType, bool stillSelecting, const void* clientInfo);
143 bool shouldChangeSelectedRange(WKBundleRangeHandleRef fromRange, WKBundleRangeHandleRef toRange, WKAffinityType, bool stillSelecting);
H A DInjectedBundlePage.cpp239 shouldChangeSelectedRange,
855 bool InjectedBundlePage::shouldChangeSelectedRange(WKBundlePageRef page, WKBundleRangeHandleRef fromRange, WKBundleRangeHandleRef toRange, WKAffinityType affinity, bool stillSelecting, const void* clientInfo) function in class:WTR::InjectedBundlePage
857 return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldChangeSelectedRange(fromRange, toRange, affinity, stillSelecting);
947 bool InjectedBundlePage::shouldChangeSelectedRange(WKBundleRangeHandleRef fromRange, WKBundleRangeHandleRef toRange, WKAffinityType affinity, bool stillSelecting) function in class:WTR::InjectedBundlePage
/external/webkit/Source/WebCore/page/
H A DEditorClient.h95 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h153 virtual bool shouldChangeSelectedRange( function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h67 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange,
H A DEditorClientImpl.cpp237 bool EditorClientImpl::shouldChangeSelectedRange(Range* fromRange, function in class:WebKit::EditorClientImpl
243 return m_webView->client()->shouldChangeSelectedRange(WebRange(fromRange),
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h94 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h89 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h56 virtual bool shouldChangeSelectedRange(WebCore::Range*, WebCore::Range*, WebCore::EAffinity, bool);
H A DEditorClientWinCE.cpp99 bool EditorClientWinCE::shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp150 bool WebEditorClient::shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity affinity, bool stillSelecting) function in class:WebKit::WebEditorClient
152 bool result = m_page->injectedBundleEditorClient().shouldChangeSelectedRange(m_page, fromRange, toRange, affinity, stillSelecting);
H A DWebEditorClient.h62 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h62 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);

Completed in 1405 milliseconds

12