Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.h106 bool isAutofilled() const { return m_isAutofilled; } in isAutofilled()
158 bool m_isAutofilled : 1; variable
DHTMLFormControlElement.cpp51 , m_isAutofilled(false) in HTMLFormControlElement()
212 if (autofilled == m_isAutofilled) in setAutofilled()
215 m_isAutofilled = autofilled; in setAutofilled()