Searched refs:shouldMoveRangeAfterDelete (Results 1 - 25 of 27) sorted by last modified time

12

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp273 bool EditorClientAndroid::shouldMoveRangeAfterDelete(Range*, Range*) { return true; } function in class:android::EditorClientAndroid
H A DEditorClientAndroid.h72 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp262 bool EditorClientImpl::shouldMoveRangeAfterDelete(Range* range, function in class:WebKit::EditorClientImpl
H A DEditorClientImpl.h72 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp112 bool EditorClientEfl::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientEfl
H A DEditorClientEfl.h72 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp381 bool EditorClient::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebKit::EditorClient
H A DEditorClientGtk.h98 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp154 bool EditorClientHaiku::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientHaiku
H A DEditorClientHaiku.h69 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m90 - (BOOL)webView:(WebView *)webView shouldMoveRangeAfterDelete:(DOMRange *)range replacingRange:(DOMRange *)rangeToBeReplaced
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h66 virtual bool shouldMoveRangeAfterDelete(WebCore::Range* range, WebCore::Range* rangeToBeReplaced);
H A DWebEditorClient.mm260 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* range, Range* rangeToBeReplaced)
263 shouldMoveRangeAfterDelete:kit(range) replacingRange:kit(rangeToBeReplaced)];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebEditingDelegatePrivate.h37 - (BOOL)webView:(WebView *)webView shouldMoveRangeAfterDelete:(DOMRange *)range replacingRange:(DOMRange *)rangeToBeReplaced;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp182 bool EditorClientQt::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebCore::EditorClientQt
H A DEditorClientQt.h69 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp281 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* /*range*/, Range* /*rangeToBeReplaced*/) function in class:WebEditorClient
H A DWebEditorClient.h68 bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp111 bool EditorClientWinCE::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebKit::EditorClientWinCE
H A DEditorClientWinCE.h59 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp233 bool EditorClientWx::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientWx
H A DEditorClientWx.h69 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp164 bool WebEditorClient::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebKit::WebEditorClient
H A DWebEditorClient.h65 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
/external/webkit/Source/WebCore/editing/
H A DDeleteSelectionCommand.cpp642 if (!document()->frame()->editor()->client()->shouldMoveRangeAfterDelete(range.get(), rangeToBeReplaced.get()))

Completed in 257 milliseconds

12