Searched defs:shouldMoveRangeAfterDelete (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp273 bool EditorClientAndroid::shouldMoveRangeAfterDelete(Range*, Range*) { return true; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp154 bool EditorClientHaiku::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp112 bool EditorClientEfl::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp182 bool EditorClientQt::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp111 bool EditorClientWinCE::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp233 bool EditorClientWx::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp164 bool WebEditorClient::shouldMoveRangeAfterDelete(Range*, Range*) function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp262 bool EditorClientImpl::shouldMoveRangeAfterDelete(Range* range, function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp381 bool EditorClient::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp281 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* /*range*/, Range* /*rangeToBeReplaced*/) function in class:WebEditorClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h454 virtual bool shouldMoveRangeAfterDelete(Range*, Range*) { return false; } function in class:WebCore::EmptyEditorClient

Completed in 572 milliseconds