Home
last modified time | relevance | path

Searched refs:extendSelectionAndDelete (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInputMethodController.h83 void extendSelectionAndDelete(int before, int after);
DInputMethodController.cpp388 void InputMethodController::extendSelectionAndDelete(int before, int after) in extendSelectionAndDelete() function in WebCore::InputMethodController
/external/chromium_org/third_party/WebKit/public/web/
DWebPlugin.h142 virtual void extendSelectionAndDelete(int before, int after) { } in extendSelectionAndDelete() function
DWebView.h492 virtual void extendSelectionAndDelete(int before, int after) = 0;
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin.h200 virtual void extendSelectionAndDelete(int before, int after) OVERRIDE; in NON_EXPORTED_BASE()
Dbrowser_plugin.cc1381 void BrowserPlugin::extendSelectionAndDelete(int before, int after) { in extendSelectionAndDelete() function in content::BrowserPlugin
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h160 virtual void extendSelectionAndDelete(int before, int after);
DWebViewImpl.cpp2433 void WebViewImpl::extendSelectionAndDelete(int before, int after) in extendSelectionAndDelete() function in blink::WebViewImpl
2439 plugin->extendSelectionAndDelete(before, after); in extendSelectionAndDelete()
2442 focused->inputMethodController().extendSelectionAndDelete(before, after); in extendSelectionAndDelete()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebViewTest.cpp631 webView->extendSelectionAndDelete(5, 8); in TEST_F()
636 webView->extendSelectionAndDelete(10, 0); in TEST_F()
/external/chromium_org/content/renderer/
Drender_view_impl.cc1797 webview()->extendSelectionAndDelete(before, after); in OnExtendSelectionAndDelete()