Home
last modified time | relevance | path

Searched refs:selectionDifference (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/turbolizer/
Dselection.js61 var pos_diff = handler.selectionDifference(pos, true, this.lastSelection, false);
64 pos_diff = handler.selectionDifference(this.selectionBase, false, pos, true);
66 … unselect_diff = handler.selectionDifference(this.lastSelection, true, this.selectionBase, false);
73 unselect_diff = handler.selectionDifference(this.lastSelection, true, pos, false);
79 … unselect_diff = handler.selectionDifference(this.selectionBase, false, this.lastSelection, true);
81 pos_diff = handler.selectionDifference(pos, true, this.selectionBase, false);
83 unselect_diff = handler.selectionDifference(pos, false, this.lastSelection, true);
Dcode-view.js35 selectionDifference: function(span1, inclusive1, span2, inclusive2) { method
Dtext-view.js32 selectionDifference: function(span1, inclusive1, span2, inclusive2) { method
Dgraph-view.js49 selectionDifference: function(span1, inclusive1, span2, inclusive2) { method