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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
ResourceType.js 36 * @param {boolean} isTextType
38 WebInspector.ResourceType = function(name, title, categoryTitle, color, isTextType)
44 this._isTextType = isTextType;
83 isTextType: function()
  /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...]

Completed in 1382 milliseconds