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

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
MIMEHeader.h 61 String contentLocation() const { return m_contentLocation; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 367 LayoutPoint contentLocation = paintOffset;
368 contentLocation.move(leftBorder + leftPad, topBorder + topPad);
369 paintIntoRect(context, LayoutRect(contentLocation, contentSize));
375 page->addRelevantUnpaintedObject(this, LayoutRect(contentLocation, contentSize));
377 page->addRelevantRepaintedObject(this, LayoutRect(contentLocation, contentSize));
  /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 132 milliseconds