Home
last modified time | relevance | path

Searched refs:dispatchPropertyChange (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/
Dcr.js97 function dispatchPropertyChange(target, propertyName, newValue, oldValue) { function
174 dispatchPropertyChange(this, name, value, oldValue);
185 dispatchPropertyChange(this, name, value, oldValue);
199 dispatchPropertyChange(this, name, value, oldValue);
333 dispatchPropertyChange: dispatchPropertyChange,
/external/chromium-trace/src/shared/js/
Dcr.js61 function dispatchPropertyChange(target, propertyName, newValue, oldValue) { function
151 dispatchPropertyChange(this, name, value, oldValue);
166 dispatchPropertyChange(this, name, value, oldValue);
181 dispatchPropertyChange(this, name, value, oldValue);
377 dispatchPropertyChange: dispatchPropertyChange,
/external/chromium-trace/src/shared/js/cr/ui/
Dlist_selection_model.js195 cr.dispatchPropertyChange(this, 'leadIndex',
201 cr.dispatchPropertyChange(this, 'anchorIndex',
243 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex);
269 cr.dispatchPropertyChange(this, 'anchorIndex', ai, oldAnchorIndex);
Dlist_single_selection_model.js174 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex);
175 cr.dispatchPropertyChange(this, 'anchorIndex', li, oldLeadIndex);
Dcontext_menu_handler.js202 cr.dispatchPropertyChange(this, 'contextMenu', menu, oldContextMenu);
Dcommand.js136 cr.dispatchPropertyChange(this, 'shortcut', this.shortcut_,
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dlist_single_selection_model.js171 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex);
172 cr.dispatchPropertyChange(this, 'anchorIndex', li, oldLeadIndex);
Dlist_selection_model.js215 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex);
233 cr.dispatchPropertyChange(this, 'anchorIndex', ai, oldAnchorIndex);
Dcontext_menu_handler.js201 cr.dispatchPropertyChange(this, 'contextMenu', menu, oldContextMenu);
Dcommand.js136 cr.dispatchPropertyChange(this, 'shortcut', this.shortcut_,
/external/chromium/chrome/browser/resources/gpu_internals/
Dtab_control.js222 cr.dispatchPropertyChange(
231 cr.dispatchPropertyChange(
/external/chromium/chrome/browser/resources/options/
Doptions_page.js877 cr.dispatchPropertyChange(this, 'visible', visible, !visible);
/external/chromium-trace/
Dscript.js5 b.__lookupSetter__(e)||b.__defineSetter__(e,f(e,h,g))},dispatchPropertyChange:g,dispatchSimpleEvent…