Searched defs:extendSelectionAndDelete (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodController.cpp400 void InputMethodController::extendSelectionAndDelete(int before, int after) function in class:blink::InputMethodController
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h151 virtual void extendSelectionAndDelete(int before, int after) { } function in class:blink::WebPlugin
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc624 void BrowserPlugin::extendSelectionAndDelete(int before, int after) { function in class:content::BrowserPlugin
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp637 void WebRemoteFrameImpl::extendSelectionAndDelete(int before, int after) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1210 void WebLocalFrameImpl::extendSelectionAndDelete(int before, int after) function in class:WebLocalFrameImpl
1213 plugin->extendSelectionAndDelete(before, after);
1216 frame()->inputMethodController().extendSelectionAndDelete(before, after);

Completed in 3764 milliseconds