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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElement.h104 bool isAutofilled() const { return m_isAutofilled; } function in class:blink::HTMLFormControlElement
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFormControlElement.cpp70 bool WebFormControlElement::isAutofilled() const function in class:blink::WebFormControlElement
72 return constUnwrap<HTMLFormControlElement>()->isAutofilled();

Completed in 65 milliseconds