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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h208 bool needsToUpdateViewValue() const { return m_needsToUpdateViewValue; } function in class:blink::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextFieldInputType.cpp523 } else if (element().needsToUpdateViewValue()) {
524 // Update the view only if needsToUpdateViewValue is true. It protects

Completed in 294 milliseconds