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

/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dview.js27 this.appendChild_(this.display, null, 'div', 'hr');
33 this.appendChild_(equation, null, 'span', 'accumulator', values.accumulator);
34 this.appendChild_(equation, null, 'span', 'operation');
35 this.appendChild_(equation, '.operation', 'span', 'operator');
36 this.appendChild_(equation, '.operation', 'span', 'operand', values.operand);
37 this.appendChild_(equation, '.operator', 'div', 'spacer');
38 this.appendChild_(equation, '.operator', 'div', 'value', values.operator);
130 View.prototype.appendChild_ = function(root, selector, tag, classes, content) {

Completed in 75 milliseconds