OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supportsMaxLength
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLInputElement.h
286
virtual bool
supportsMaxLength
() const { return isTextType(); }
/external/webkit/Source/WebCore/wml/
WMLInputElement.h
110
virtual bool
supportsMaxLength
() const { return true; }
Completed in 1006 milliseconds