Home
last modified time | relevance | path

Searched refs:collapseToEnd (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DDOMSelection.h84 void collapseToEnd(ExceptionState&);
DSelection.idl46 [RaisesException] void collapseToEnd();
DDOMSelection.cpp225 void DOMSelection::collapseToEnd(ExceptionState& exceptionState) in collapseToEnd() function in WebCore::DOMSelection
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DTextRange.js127 collapseToEnd: function() method in WebInspector.TextRange
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dtraverse_content.js197 cvox.TraverseContent.prototype.collapseToEnd = function() { method in cvox.TraverseContent
Dselection_util.js545 cvox.SelectionUtil.collapseToEnd = function(node) { function in cvox.SelectionUtil
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DSourceFrame.js565 this._textEditor.setSelection(newRange.collapseToEnd());
DCodeMirrorTextEditor.js393 this.setSelection(this.selection().collapseToEnd());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js948 … return property && property.range ? property.range.collapseToStart() : this.range.collapseToEnd();
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js803 …);a.setEnd(c,d);b.removeAllRanges();b.addRange(a)};cvox.SelectionUtil.collapseToEnd=function(a){va…
1178 cvox.TraverseContent.prototype.collapseToEnd=function(){this.startCursor_=this.endCursor_.clone()};… method in cvox
DchromeVoxChromeOptionsScript.js813 …);a.setEnd(c,d);b.removeAllRanges();b.addRange(a)};cvox.SelectionUtil.collapseToEnd=function(a){va… function in cvox.SelectionUtil
1361 cvox.TraverseContent.prototype.collapseToEnd=function(){this.startCursor_=this.endCursor_.clone()};… method in cvox
DchromeVoxChromeBackgroundScript.js760 …);a.setEnd(c,d);b.removeAllRanges();b.addRange(a)};cvox.SelectionUtil.collapseToEnd=function(a){va… function in cvox.SelectionUtil
1426 cvox.TraverseContent.prototype.collapseToEnd=function(){this.startCursor_=this.endCursor_.clone()};…