Searched refs:extendSelectionAndDelete (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InputMethodController.h | 83 void extendSelectionAndDelete(int before, int after);
|
D | InputMethodController.cpp | 388 void InputMethodController::extendSelectionAndDelete(int before, int after) in extendSelectionAndDelete() function in WebCore::InputMethodController
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebPlugin.h | 142 virtual void extendSelectionAndDelete(int before, int after) { } in extendSelectionAndDelete() function
|
D | WebView.h | 492 virtual void extendSelectionAndDelete(int before, int after) = 0;
|
/external/chromium_org/content/renderer/browser_plugin/ |
D | browser_plugin.h | 200 virtual void extendSelectionAndDelete(int before, int after) OVERRIDE; in NON_EXPORTED_BASE()
|
D | browser_plugin.cc | 1381 void BrowserPlugin::extendSelectionAndDelete(int before, int after) { in extendSelectionAndDelete() function in content::BrowserPlugin
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.h | 160 virtual void extendSelectionAndDelete(int before, int after);
|
D | WebViewImpl.cpp | 2433 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/ |
D | WebViewTest.cpp | 631 webView->extendSelectionAndDelete(5, 8); in TEST_F() 636 webView->extendSelectionAndDelete(10, 0); in TEST_F()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.cc | 1797 webview()->extendSelectionAndDelete(before, after); in OnExtendSelectionAndDelete()
|