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

  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.cpp 67 String contentLocation() const { return m_contentLocation; }
363 KURL location = KURL(KURL(), mimeHeader.contentLocation());
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMmsEmail.java 37 public String contentLocation = null;
54 if(contentLocation != null)
55 sb.append("Content-Location: ").append(contentLocation).append("\r\n");
527 newPart.contentLocation = headerValue;
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 404 String contentLocation = values.getAsString("cl");
405 if (!TextUtils.isEmpty(contentLocation)) {
406 File f = new File(contentLocation);
407 contentLocation = "_" + f.getName();
409 contentLocation = "";
415 + "/PART_" + System.currentTimeMillis() + contentLocation;
    [all...]

Completed in 947 milliseconds