OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
())
772
bool HTMLInputElement::
isTextType
() const
774
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/opt/mms/src/java/com/google/android/mms/
ContentType.java
185
public static boolean
isTextType
(String contentType) {
/packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java
148
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 2710 milliseconds