Home
last modified time | relevance | path

Searched refs:selectionHandler (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/turbolizer/
Dcode-view.js16 var selectionHandler = { variable
17 clear: function() { broker.clear(selectionHandler); },
32 broker.clear(selectionHandler);
33 broker.select(selectionHandler, locations, selected);
94 view.selection = new Selection(selectionHandler);
95 broker.addSelectionHandler(selectionHandler);
Dtext-view.js17 var selectionHandler = { variable
19 broker.clear(selectionHandler);
29 broker.clear(selectionHandler);
30 broker.select(selectionHandler, view.getLocations(items), selected);
42 view.selection = new Selection(selectionHandler);
43 broker.addSelectionHandler(selectionHandler);
Dgraph-view.js32 var selectionHandler = { variable
34 broker.clear(selectionHandler);
47 broker.select(selectionHandler, locations, selected);
97 broker.addSelectionHandler(selectionHandler);
99 graph.state.selection = new Selection(selectionHandler);