Home
last modified time | relevance | path

Searched refs:dispatchPermutedEvent_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
Darray_data_model.js159 this.dispatchPermutedEvent_(splicePermutation);
161 this.dispatchPermutedEvent_(deletePermutation);
212 this.dispatchPermutedEvent_(sortPermutation);
257 self.dispatchPermutedEvent_(sortPermutation);
292 dispatchPermutedEvent_: function(permutation) { method in ArrayDataModel
/external/chromium_org/ui/webui/resources/js/cr/ui/
Darray_data_model.js190 this.dispatchPermutedEvent_(splicePermutation);
193 this.dispatchPermutedEvent_(deletePermutation);
276 this.dispatchPermutedEvent_(sortPermutation);
340 self.dispatchPermutedEvent_(sortPermutation);
380 dispatchPermutedEvent_: function(permutation) { method in ArrayDataModel