Searched refs:shouldChangeSelectedRange (Results 1 - 21 of 21) 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.h66 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange,
H A DEditorClientHaiku.cpp147 bool EditorClientHaiku::shouldChangeSelectedRange(Range* fromRange, Range* toRange, function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h65 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting);
H A DEditorClientQt.cpp163 bool EditorClientQt::shouldChangeSelectedRange(Range* currentRange, Range* proposedRange, EAffinity selectionAffinity, bool stillSelecting) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h90 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);
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/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h70 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange,
H A DEditorClientWx.cpp252 bool EditorClientWx::shouldChangeSelectedRange(Range* fromRange, Range* toRange, function in class:WebCore::EditorClientWx
/external/webkit/WebCore/page/
H A DEditorClient.h103 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting) = 0;
H A DFrame.cpp848 return editor()->client()->shouldChangeSelectedRange(oldSelection.toNormalizedRange().get(), newSelection.toNormalizedRange().get(),
/external/webkit/WebKit/chromium/public/
H A DWebViewClient.h114 virtual bool shouldChangeSelectedRange( function in class:WebKit::WebViewClient
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h66 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange,
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.h76 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);
H A DEditorClientGtk.cpp162 bool EditorClient::shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) function in class:WebKit::EditorClient
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h61 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting);
H A DWebEditorClient.mm264 bool WebEditorClient::shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity selectionAffinity, bool stillSelecting)
/external/webkit/WebCore/loader/
H A DEmptyClients.h355 virtual bool shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditorCommand.cpp224 if (!frame->editor()->client()->shouldChangeSelectedRange(oldRange.get(), newRange.get(), affinity, false))

Completed in 345 milliseconds