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 67 String contentLocation() const { return m_contentLocation; }
363 KURL location = KURL(KURL(), mimeHeader.contentLocation());
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 292 final int[] contentLocation = {0, 0};
293 mContentView.getLocationOnScreen(contentLocation);
295 final float x = motionEvent.getRawX() - contentLocation[0];
296 final float y = motionEvent.getRawY() - contentLocation[1];
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 714 final String contentLocation = conn.getHeaderField("Content-Location");
718 mInfo.mHint, contentDisposition, contentLocation, mInfoDelta.mMimeType,
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 411 String contentLocation = values.getAsString("cl");
412 if (!TextUtils.isEmpty(contentLocation)) {
413 File f = new File(contentLocation);
414 contentLocation = "_" + f.getName();
416 contentLocation = "";
422 + "/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 306 milliseconds