Searched refs:modeElements_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js86 for (var i in this.modeElements_) {
87 this.modeElements_[i].classList.add(this.cellType_ + 'r' + position);
116 this.modeElements_[mode].style.width = (width - extraWidth) + 'px';
117 this.modeElements_[mode].style.height = (height - extraHeight) + 'px';
118 this.modeElements_[mode].style.marginLeft = margin + 'px';
119 this.modeElements_[mode].style.fontSize = (height / 3.5) + 'px';
120 this.modeElements_[mode].style.paddingTop = padding + 'px';
129 for (var i in this.modeElements_) {
155 this.modeElements_ = {};
171 this.modeElements_[mod
301 this.modeElements_[mode].onclick = function() { function
[all...]

Completed in 28 milliseconds