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

  /external/webkit/Source/WebCore/html/
BaseTextInputType.h 45 virtual bool isTextType() const;
BaseTextInputType.cpp 35 bool BaseTextInputType::isTextType() const
HTMLInputElement.h 286 virtual bool supportsMaxLength() const { return isTextType(); }
287 bool isTextType() const;
InputType.h 107 virtual bool isTextType() const;
HTMLInputElement.cpp 202 // We use isTextType() instead of supportsMaxLength() because of the
204 if (!isTextType())
776 bool HTMLInputElement::isTextType() const
778 return m_inputType->isTextType();
    [all...]
InputType.cpp 130 bool InputType::isTextType() const
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 511 if (isTextType(type))
537 if (isTextType(type))
833 private final boolean isTextType(int type)
1004 if (isTextType(type))
    [all...]
  /frameworks/base/core/java/com/google/android/mms/
ContentType.java 184 public static boolean isTextType(String contentType) {
  /packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java 150 if (ContentType.isTextType(contentType)) {
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 50 isTextType: function(type)
786 this._contentEncoded = !WebInspector.Resource.Type.isTextType(this.type);
AuditRules.js 112 return WebInspector.Resource.Type.isTextType(resource.type) && resource.domain && resource.resourceSize !== undefined && resource.resourceSize > 150;
488 return WebInspector.Resource.Type.isTextType(resource.type);
    [all...]

Completed in 2324 milliseconds