Searched refs:moveRangeSelection (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h123 virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) OVERRIDE;
H A DWebLocalFrameImpl.h172 virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) OVERRIDE;
H A DWebRemoteFrameImpl.cpp615 void WebRemoteFrameImpl::moveRangeSelection(const WebPoint& base, const WebPoint& extent) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1162 moveRangeSelection(base, extent);
1171 void WebLocalFrameImpl::moveRangeSelection(const WebPoint& base, const WebPoint& extent) function in class:WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h456 // DEPRECATED: Use moveRangeSelection.
464 virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPinchViewportTest.cpp719 // Test that the coordinates sent into moveRangeSelection are offset by the
750 mainFrame->moveRangeSelection(initialPoint, endPoint);

Completed in 460 milliseconds