Lines Matching refs:focus
335 plugin.tabIndex = 0; // Required, otherwise focus() doesn't work.
342 * Callback function called when the plugin element gets focus.
349 * Callback function called when the plugin element loses focus.
356 // Focus should stay on the element, not (for example) the toolbar.
357 this.plugin.element().focus();
404 * Constrains the focus to the plugin element.
409 'focus', this.callPluginGotFocus_, false);
412 this.plugin.element().focus();
477 'focus', this.callPluginGotFocus_, false);