Searched defs:shouldChangeSelectedRange (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h60 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting);
111 void setShouldChangeSelectedRange(bool shouldChangeSelectedRange) { m_shouldChangeSelectedRange = shouldChangeSelectedRange; } argument
H A DEditorClientAndroid.cpp242 bool EditorClientAndroid::shouldChangeSelectedRange(Range*, Range*, EAffinity, function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp147 bool EditorClientHaiku::shouldChangeSelectedRange(Range* fromRange, Range* toRange, function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/chromium/public/
H A DWebViewClient.h114 virtual bool shouldChangeSelectedRange( function in class:WebKit::WebViewClient
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp163 bool EditorClientQt::shouldChangeSelectedRange(Range* currentRange, Range* proposedRange, EAffinity selectionAffinity, bool stillSelecting) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp252 bool EditorClientWx::shouldChangeSelectedRange(Range* fromRange, Range* toRange, function in class:WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp230 bool EditorClientImpl::shouldChangeSelectedRange(Range* fromRange, function in class:WebKit::EditorClientImpl
236 return m_webView->client()->shouldChangeSelectedRange(WebRange(fromRange),
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp162 bool EditorClient::shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) function in class:WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp276 //bool WebEditorClient::shouldChangeSelectedRange(Range *currentRange, Range *toProposedRange, SelectionAffinity selectionAffinity, bool stillSelecting)
311 bool WebEditorClient::shouldChangeSelectedRange(WebCore::Range*, WebCore::Range*, WebCore::EAffinity, bool) function in class:WebEditorClient
/external/webkit/WebCore/loader/
H A DEmptyClients.h355 virtual bool shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) { return false; } function in class:WebCore::EmptyEditorClient

Completed in 157 milliseconds