Searched refs:shouldMoveRangeAfterDelete (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebEditingDelegatePrivate.h37 - (BOOL)webView:(WebView *)webView shouldMoveRangeAfterDelete:(DOMRange *)range replacingRange:(DOMRange *)rangeToBeReplaced;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h69 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
H A DEditorClientQt.cpp176 bool EditorClientQt::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebCore::EditorClientQt
/macosx-10.9.5/WebKit-7537.78.2/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m90 - (BOOL)webView:(WebView *)webView shouldMoveRangeAfterDelete:(DOMRange *)range replacingRange:(DOMRange *)rangeToBeReplaced
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h86 virtual bool shouldMoveRangeAfterDelete(Range*, Range*) = 0;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h55 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
H A DEditorClientBlackBerry.cpp214 bool EditorClientBlackBerry::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h102 virtual bool shouldMoveRangeAfterDelete(Range*, Range*);
H A DEditorClientEfl.cpp116 bool EditorClientEfl::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h93 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
H A DEditorClientGtk.cpp189 bool EditorClient::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h70 bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
H A DWebEditorClient.cpp294 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* /*range*/, Range* /*rangeToBeReplaced*/) function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h59 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
H A DEditorClientWinCE.cpp110 bool EditorClientWinCE::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h65 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range* rangeToBeReplaced) OVERRIDE;
H A DWebEditorClient.mm259 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* range, Range* rangeToBeReplaced)
262 shouldMoveRangeAfterDelete:kit(range) replacingRange:kit(rangeToBeReplaced)];
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h63 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) OVERRIDE;
H A DWebEditorClient.cpp170 bool WebEditorClient::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h421 virtual bool shouldMoveRangeAfterDelete(Range*, Range*) { return false; } function in class:WebCore::EmptyEditorClient
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DDeleteSelectionCommand.cpp653 if (!document()->frame()->editor().client()->shouldMoveRangeAfterDelete(range.get(), rangeToBeReplaced.get()))

Completed in 133 milliseconds