Home
last modified time | relevance | path

Searched refs:deleteSelectionWithSmartDelete (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/editing/
DEditor.h136 void deleteSelectionWithSmartDelete(bool smartDelete);
DEditor.cpp238 deleteSelectionWithSmartDelete(canSmartCopyOrDelete()); in deleteWithDirection()
264 void Editor::deleteSelectionWithSmartDelete(bool smartDelete) in deleteSelectionWithSmartDelete() function in WebCore::Editor
1018 deleteSelectionWithSmartDelete(canSmartCopyOrDelete()); in cut()
1075 deleteSelectionWithSmartDelete(canSmartCopyOrDelete()); in performDelete()
/external/webkit/WebKit/win/
DWebView.cpp3909 editor->deleteSelectionWithSmartDelete(editor->canSmartCopyOrDelete()); in deleteSelection()
/external/webkit/WebKit/mac/WebView/
DWebView.mm4648 …coreFrame->editor()->deleteSelectionWithSmartDelete([(WebHTMLView *)[[webFrame frameView] document…
/external/webkit/WebCore/
DChangeLog-2006-05-103562 (-[WebCoreFrameBridge deleteSelectionWithSmartDelete:]):
29926 (-[WebCoreFrameBridge deleteSelectionWithSmartDelete:]):
36103 (-[WebCoreBridge deleteSelectionWithSmartDelete:]):
DChangeLog-2005-08-2325716 (-[WebCoreBridge deleteSelectionWithSmartDelete:])
33619 (-[WebCoreBridge deleteSelectionWithSmartDelete:]): Ditto.
34344 (-[WebCoreBridge deleteSelectionWithSmartDelete:])
35065 (-[WebCoreBridge deleteSelectionWithSmartDelete:]): take smartDelete parameter
DChangeLog-2006-12-312935 (WebCore::Editor::deleteSelectionWithSmartDelete):
20745 (WebCore::Editor::deleteSelectionWithSmartDelete):
36378 (-[WebCoreFrameBridge deleteSelectionWithSmartDelete:]): Ditto.
DChangeLog-2008-08-1011732 (WebCore::Editor::deleteSelectionWithSmartDelete):
13281 (WebCore::Editor::deleteSelectionWithSmartDelete):
72691 Removed deleteSelectionWithSmartDelete(void), which was more confusing than helpful