Searched refs:extendSelectionAndDelete (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodControllerTest.cpp49 controller().extendSelectionAndDelete(0, 0);
55 controller().extendSelectionAndDelete(1, 0);
61 controller().extendSelectionAndDelete(1, 0);
67 controller().extendSelectionAndDelete(1, 0);
73 controller().extendSelectionAndDelete(1, 0);
79 controller().extendSelectionAndDelete(0, 1);
H A DInputMethodController.h83 void extendSelectionAndDelete(int before, int after);
H A DInputMethodController.cpp397 void InputMethodController::extendSelectionAndDelete(int before, int after) function in class:WebCore::InputMethodController
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h142 virtual void extendSelectionAndDelete(int before, int after) { } function in class:blink::WebPlugin
H A DWebFrame.h471 virtual void extendSelectionAndDelete(int before, int after) = 0;
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h163 virtual void extendSelectionAndDelete(int before, int after) OVERRIDE;
H A Dbrowser_plugin.cc926 void BrowserPlugin::extendSelectionAndDelete(int before, int after) { function in class:content::BrowserPlugin
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h127 virtual void extendSelectionAndDelete(int before, int after) OVERRIDE;
H A DWebLocalFrameImpl.h180 virtual void extendSelectionAndDelete(int before, int after) OVERRIDE;
H A DWebRemoteFrameImpl.cpp595 void WebRemoteFrameImpl::extendSelectionAndDelete(int before, int after) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1268 void WebLocalFrameImpl::extendSelectionAndDelete(int before, int after) function in class:WebLocalFrameImpl
1271 plugin->extendSelectionAndDelete(before, after);
1274 frame()->inputMethodController().extendSelectionAndDelete(before, after);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp640 frame->extendSelectionAndDelete(5, 8);
645 frame->extendSelectionAndDelete(10, 0);
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1161 frame_->extendSelectionAndDelete(before, after);

Completed in 232 milliseconds