Searched refs:updateSelected (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
H A Dbackground.js18 updateSelected(tabId);
24 function updateSelected(tabId) { function
38 updateSelected(tabId);
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js4356 this.observer = new MutationObserver(this.updateSelected.bind(this));
4383 this.updateSelected();
4400 this.updateSelected();
4403 updateSelected: function() {
/external/chromium_org/third_party/polymer/components-chromium/core-selector/
H A Dcore-selector-extracted.js166 this.observer = new MutationObserver(this.updateSelected.bind(this));
193 this.updateSelected();
210 this.updateSelected();
213 updateSelected: function() {

Completed in 355 milliseconds