Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebFormControlElement.cpp71 bool WebFormControlElement::isAutofilled() const in isAutofilled() function in blink::WebFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.h103 bool isAutofilled() const { return m_isAutofilled; } in isAutofilled() function