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

/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp469 bool didStoreValue = m_inputType->storesValueSeparateFromAttribute(); local
481 if (didStoreValue && !willStoreValue && !m_data.value().isNull()) {
485 if (!didStoreValue && willStoreValue)

Completed in 75 milliseconds