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

/external/webkit/Source/WebCore/html/
H A DBaseTextInputType.cpp35 bool BaseTextInputType::isTextType() const function in class:WebCore::BaseTextInputType
H A DInputType.cpp130 bool InputType::isTextType() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp202 // We use isTextType() instead of supportsMaxLength() because of the
204 if (!isTextType())
772 bool HTMLInputElement::isTextType() const function in class:WebCore::HTMLInputElement
774 return m_inputType->isTextType();
1517 return m_inputType->isTextType();
1573 return isTextType() || isNumberField();
1575 return isTextType();
/external/webkit/Source/WebCore/inspector/front-end/
H A DResource.js50 isTextType: function(type)
786 this._contentEncoded = !WebInspector.Resource.Type.isTextType(this.type);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java511 if (isTextType(type))
537 if (isTextType(type))
833 private final boolean isTextType(int type) method in class:SAX2DTM
1004 if (isTextType(type))
1257 if (isTextType(type))
1280 if (isTextType(type))
1332 if (isTextType(type))

Completed in 388 milliseconds