Home
last modified time | relevance | path

Searched refs:selectRange (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
Dlist_selection_model.js81 selectRange: function(start, end) { method in ListSelectionModel
103 this.selectRange(0, this.length - 1);
Dlist_selection_controller.js155 sm.selectRange(anchorIndex, index);
266 sm.selectRange(anchorIndex, newIndex);
Dlist_single_selection_model.js65 selectRange: function(start, end) { method in ListSingleSelectionModel
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dlist_selection_controller.js155 sm.selectRange(anchorIndex, index);
265 sm.selectRange(anchorIndex, newIndex);
Dlist_selection_model.js124 selectRange: function(start, end) { method in ListSelectionModel
146 this.selectRange(0, this.length - 1);
Dlist_single_selection_model.js73 selectRange: function(start, end) { method in ListSingleSelectionModel
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h457 virtual void selectRange(const WebPoint& base, const WebPoint& extent) = 0;
459 virtual void selectRange(const WebRange&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h121 virtual void selectRange(const WebPoint& base, const WebPoint& extent) OVERRIDE;
122 virtual void selectRange(const WebRange&) OVERRIDE;
DWebLocalFrameImpl.h170 virtual void selectRange(const WebPoint& base, const WebPoint& extent) OVERRIDE;
171 virtual void selectRange(const WebRange&) OVERRIDE;
DWebRemoteFrameImpl.cpp605 void WebRemoteFrameImpl::selectRange(const WebPoint& base, const WebPoint& extent) in selectRange() function in blink::WebRemoteFrameImpl
610 void WebRemoteFrameImpl::selectRange(const WebRange&) in selectRange() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1160 void WebLocalFrameImpl::selectRange(const WebPoint& base, const WebPoint& extent) in selectRange() function in blink::WebLocalFrameImpl
1165 void WebLocalFrameImpl::selectRange(const WebRange& webRange) in selectRange() function in blink::WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp3558 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect)); in TEST_F()
3567 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect)); in TEST_F()
3588 subframe->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect)); in TEST_F()
3608 frame->selectRange(bottomRightMinusOne(endWebRect), WebPoint(0, 0)); in TEST_F()
3616 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect)); in TEST_F()
3621 frame->selectRange(topLeft(startWebRect), WebPoint(640, 480)); in TEST_F()
3643 frame->selectRange(bottomRightMinusOne(endWebRect), WebPoint(0, 0)); in TEST_F()
3651 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect)); in TEST_F()
3657 frame->selectRange(topLeft(startWebRect), WebPoint(640, 480)); in TEST_F()
3671 …frame->selectRange(bottomRightMinusOne(elementBounds(frame, "header_2")), topLeft(elementBounds(fr… in TEST_F()
[all …]
DWebViewTest.cpp846 frame->selectRange(WebPoint(focus.x, focus.y), WebPoint(anchor.x, anchor.y)); in TEST_F()
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dbluetooth_device_list.js200 this.selectionModel.selectRange(index, index);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DCPUProfileView.js103 selectRange: function(timeLeft, timeRight) method in WebInspector.CPUProfileView
107 this._flameChart.selectRange(timeLeft, timeRight);
DCPUProfileFlameChart.js406 selectRange: function(timeLeft, timeRight) method in WebInspector.CPUProfileFlameChart
/external/chromium_org/chrome/renderer/printing/
Dprint_web_view_helper_browsertest.cc840 GetMainFrame()->selectRange( in TEST_F()
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
Dmain.js1064 selectionModel.selectRange(firstIndex, lastIndex);
/external/chromium_org/content/renderer/
Drender_view_impl.cc3674 frame->selectRange(webrange); in OnImeConfirmComposition()
Drender_frame_impl.cc1206 frame_->selectRange(start, end); in OnSelectRange()