Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.cpp142 bool wasReadOnly = m_isReadOnly; in parseAttribute() local
144 if (wasReadOnly != m_isReadOnly) { in parseAttribute()