HomeSort by relevance Sort by last modified time
    Searched refs:getContentType (Results 51 - 75 of 1000) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementById02.java 58 String contentType = getContentType();
ownerDocument01.java 56 String contentType = getContentType();
  /external/apache-http/src/org/apache/http/protocol/
RequestContent.java 89 if (entity.getContentType() != null && !request.containsHeader(
91 request.addHeader(entity.getContentType());
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentinvalidcharacterexceptioncreateentref.java 57 String contentType = getContentType();
70 if (("text/html".equals(getContentType()))) {
documentinvalidcharacterexceptioncreateentref1.java 54 String contentType = getContentType();
67 if (("text/html".equals(getContentType()))) {
documentinvalidcharacterexceptioncreatepi.java 57 String contentType = getContentType();
70 if (("text/html".equals(getContentType()))) {
documentinvalidcharacterexceptioncreatepi1.java 54 String contentType = getContentType();
67 if (("text/html".equals(getContentType()))) {
hc_attrappendchild4.java 53 String contentType = getContentType();
77 if (("text/html".equals(getContentType()))) {
hc_attrgetvalue2.java 51 String contentType = getContentType();
76 if (("text/html".equals(getContentType()))) {
hc_attrinsertbefore5.java 53 String contentType = getContentType();
78 if (("text/html".equals(getContentType()))) {
hc_domimplementationfeaturenull.java 62 String contentType = getContentType();
77 if (("text/html".equals(getContentType()))) {
hc_elementretrieveallattributes.java 52 String contentType = getContentType();
86 if (("text/html".equals(getContentType()))) {
hc_entitiesremovenameditem1.java 52 String contentType = getContentType();
69 !(("text/html".equals(getContentType())))
hc_entitiessetnameditem1.java 53 String contentType = getContentType();
71 !(("text/html".equals(getContentType())))
hc_namednodemapchildnoderange.java 54 String contentType = getContentType();
76 if (("text/html".equals(getContentType()))) {
hc_namednodemapreturnfirstitem.java 56 String contentType = getContentType();
92 if (("text/html".equals(getContentType()))) {
hc_namednodemapreturnlastitem.java 58 String contentType = getContentType();
94 if (("text/html".equals(getContentType()))) {
hc_nodecloneattributescopied.java 53 String contentType = getContentType();
91 if (("text/html".equals(getContentType()))) {
hc_nodeelementnodeattributes.java 51 String contentType = getContentType();
87 if (("text/html".equals(getContentType()))) {
hc_nodevalue03.java 50 String contentType = getContentType();
64 if (("text/html".equals(getContentType()))) {
hc_nodevalue07.java 53 String contentType = getContentType();
71 !(("text/html".equals(getContentType())))
hc_nodevalue08.java 53 String contentType = getContentType();
71 !(("text/html".equals(getContentType())))
hc_notationsremovenameditem1.java 52 String contentType = getContentType();
69 !(("text/html".equals(getContentType())))
hc_notationssetnameditem1.java 53 String contentType = getContentType();
71 !(("text/html".equals(getContentType())))
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentType.java 150 public String getContentType() {
215 return this.getContentType().equalsIgnoreCase( o.getContentType() )

Completed in 2781 milliseconds

1 23 4 5 6 7 8 91011>>