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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 32 ContentSecurityPolicyHeaderType headerType() const { return m_headerType; }
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListAdapter.java 74 Integer headerType = (Integer)convertView.getTag();
75 if (headerType != null && headerType == PARTITION_HEADER_TYPE) {
  /external/chromium_org/third_party/skia/tools/
image_expectations.cpp 148 Json::Value headerType = header[kJsonKey_Header_Type];
150 if (strcmp(headerType.asCString(), kJsonValue_Header_Type)) {
151 SkDebugf("JSON expectations file '%s': expected headerType '%s', found '%s'\n",
152 jsonPath, kJsonValue_Header_Type, headerType.asCString());
  /external/skia/tools/
image_expectations.cpp 121 Json::Value headerType = header[kJsonKey_Header_Type];
123 if (strcmp(headerType.asCString(), kJsonValue_Header_Type)) {
124 SkDebugf("JSON expectations file '%s': expected headerType '%s', found '%s'\n",
125 jsonPath, kJsonValue_Header_Type, headerType.asCString());
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMms.java 493 String headerType = headerParts[0].toUpperCase();
500 if(headerType.contains("FROM")) {
503 } else if(headerType.contains("TO")) {
506 } else if(headerType.contains("CC")) {
509 } else if(headerType.contains("BCC")) {
512 } else if(headerType.contains("REPLY-TO")) {
515 } else if(headerType.contains("SUBJECT")) { // Other headers
517 } else if(headerType.contains("MESSAGE-ID")) {
519 } else if(headerType.contains("DATE")) {
522 } else if(headerType.contains("MIME-VERSION"))
    [all...]

Completed in 334 milliseconds