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

/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js5 var BASE_KEYBOARD = {
354 var multiplier = 1.38 * window.innerWidth / BASE_KEYBOARD.width;
401 instructions.style.left = ((BASE_INSTRUCTIONS.left - BASE_KEYBOARD.left) *
402 width / BASE_KEYBOARD.width + minX) + 'px';
403 instructions.style.top = ((BASE_INSTRUCTIONS.top - BASE_KEYBOARD.top) *
404 height / BASE_KEYBOARD.height + minY) + 'px';
406 BASE_KEYBOARD.width) + 'px';
408 BASE_KEYBOARD.height) + 'px';

Completed in 1283 milliseconds