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

  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.cpp 73 String contentLocation() const { return m_contentLocation; }
371 KURL location = KURL(KURL(), mimeHeader.contentLocation());
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 297 final int[] contentLocation = {0, 0};
298 mContentView.getLocationOnScreen(contentLocation);
300 final float x = motionEvent.getRawX() - contentLocation[0];
301 final float y = motionEvent.getRawY() - contentLocation[1];
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 735 final String contentLocation = conn.getHeaderField("Content-Location");
739 mInfo.mHint, contentDisposition, contentLocation, mInfoDelta.mMimeType,
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 422 String contentLocation = values.getAsString("cl");
423 if (!TextUtils.isEmpty(contentLocation)) {
424 File f = new File(contentLocation);
425 contentLocation = "_" + f.getName();
427 contentLocation = "";
433 + "/PART_" + System.currentTimeMillis() + contentLocation;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 465 milliseconds