Searched refs:dispatchPropertyChange (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/resources/shared/js/ |
D | cr.js | 97 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/ |
D | cr.js | 61 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/ |
D | list_selection_model.js | 195 cr.dispatchPropertyChange(this, 'leadIndex', 201 cr.dispatchPropertyChange(this, 'anchorIndex', 243 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex); 269 cr.dispatchPropertyChange(this, 'anchorIndex', ai, oldAnchorIndex);
|
D | list_single_selection_model.js | 174 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex); 175 cr.dispatchPropertyChange(this, 'anchorIndex', li, oldLeadIndex);
|
D | context_menu_handler.js | 202 cr.dispatchPropertyChange(this, 'contextMenu', menu, oldContextMenu);
|
D | command.js | 136 cr.dispatchPropertyChange(this, 'shortcut', this.shortcut_,
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | list_single_selection_model.js | 171 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex); 172 cr.dispatchPropertyChange(this, 'anchorIndex', li, oldLeadIndex);
|
D | list_selection_model.js | 215 cr.dispatchPropertyChange(this, 'leadIndex', li, oldLeadIndex); 233 cr.dispatchPropertyChange(this, 'anchorIndex', ai, oldAnchorIndex);
|
D | context_menu_handler.js | 201 cr.dispatchPropertyChange(this, 'contextMenu', menu, oldContextMenu);
|
D | command.js | 136 cr.dispatchPropertyChange(this, 'shortcut', this.shortcut_,
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | tab_control.js | 222 cr.dispatchPropertyChange( 231 cr.dispatchPropertyChange(
|
/external/chromium/chrome/browser/resources/options/ |
D | options_page.js | 877 cr.dispatchPropertyChange(this, 'visible', visible, !visible);
|
/external/chromium-trace/ |
D | script.js | 5 b.__lookupSetter__(e)||b.__defineSetter__(e,f(e,h,g))},dispatchPropertyChange:g,dispatchSimpleEvent…
|