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 456 // DEPRECATED: Use moveRangeSelection.
464 virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 172 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 615 void WebRemoteFrameImpl::moveRangeSelection(const WebPoint& base, const WebPoint& extent)
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 719 // Test that the coordinates sent into moveRangeSelection are offset by the
750 mainFrame->moveRangeSelection(initialPoint, endPoint);
    [all...]

Completed in 71 milliseconds