Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp420 bool didStoreValue = m_inputType->storesValueSeparateFromAttribute(); in updateType() local
446 if (didStoreValue && !willStoreValue && hasDirtyValue()) { in updateType()
450 if (!didStoreValue && willStoreValue) { in updateType()