Searched defs:setContent_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dview.js45 this.setContent_(equation, '.accumulator', values.accumulator || '');
46 this.setContent_(equation, '.operator .value', values.operator || '');
47 this.setContent_(equation, '.operand', values.operand || '');
143 View.prototype.setContent_ = function(root, selector, content) {

Completed in 93 milliseconds