Searched refs:willStoreValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp438 bool willStoreValue = m_inputType->storesValueSeparateFromAttribute(); local
440 if (didStoreValue && !willStoreValue && hasDirtyValue()) {
444 if (!didStoreValue && willStoreValue) {

Completed in 63 milliseconds