HomeSort by relevance Sort by last modified time
    Searched refs:moveRangeSelection (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 458 // DEPRECATED: Use moveRangeSelection.
466 virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 176 virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) OVERRIDE;
WebRemoteFrameImpl.h 123 virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) OVERRIDE;
WebRemoteFrameImpl.cpp 573 void WebRemoteFrameImpl::moveRangeSelection(const WebPoint& base, const WebPoint& extent)
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 601 // Test that the coordinates sent into moveRangeSelection are offset by the
632 mainFrame->moveRangeSelection(initialPoint, endPoint);

Completed in 43 milliseconds