Home
last modified time | relevance | path

Searched defs:isTextType (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/
DBaseTextInputType.cpp35 bool BaseTextInputType::isTextType() const in isTextType() function in WebCore::BaseTextInputType
DInputType.cpp130 bool InputType::isTextType() const in isTextType() function in WebCore::InputType
DHTMLInputElement.cpp772 bool HTMLInputElement::isTextType() const in isTextType() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/inspector/front-end/
DResource.js50 isTextType: function(type) method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java833 private final boolean isTextType(int type) in isTextType() method in SAX2DTM