OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 16 milliseconds