Home
last modified time | relevance | path

Searched refs:hasAutofocused (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.h102 bool hasAutofocused() const { return m_hasAutofocused; } in hasAutofocused() function
DHTMLFormControlElement.cpp223 if (element->hasAutofocused()) in shouldAutofocusOnAttach()