Home
last modified time | relevance | path

Searched refs:autofocus (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLButtonElement.idl22 [Reflect] attribute boolean autofocus;
DHTMLSelectElement.idl23 [Reflect] attribute boolean autofocus;
DHTMLKeygenElement.idl32 [Reflect] attribute boolean autofocus;
DHTMLTextAreaElement.idl23 [Reflect] attribute boolean autofocus;
DHTMLAttributeNames.in54 autofocus
DHTMLInputElement.idl27 [Reflect] attribute boolean autofocus;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DUIUtils.js576 autofocus: true, property
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js54 if (options.autofocus && !mobile) focusInput(this);
80 if (hasFocus || (options.autofocus && !mobile)) setTimeout(bind(onFocus, this), 20);
3611 if (options.autofocus == null) {
3615 options.autofocus = hasFocus == textarea ||