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

  /external/webkit/WebCore/wml/
WMLInputElement.h 102 bool m_isEmptyOk;
WMLInputElement.cpp 43 , m_isEmptyOk(false)
80 if ((!m_isEmptyOk && val.isEmpty()) || !isConformedToInputMask(val)) {
217 m_isEmptyOk = (attr->value() == "true");
373 m_isEmptyOk = true;

Completed in 88 milliseconds