HomeSort by relevance Sort by last modified time
    Searched refs:m_isEmptyOk (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLInputElement.h 117 bool m_isEmptyOk;
WMLInputElement.cpp 43 , m_isEmptyOk(false)
86 if ((!m_isEmptyOk && val.isEmpty()) || !isConformedToInputMask(val)) {
233 m_isEmptyOk = (attr->value() == "true");
384 m_isEmptyOk = true;

Completed in 322 milliseconds