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

  /external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.cpp 103 const String& eTag = resourceToRevalidate->response().httpHeaderField("ETag");
104 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
110 if (!eTag.isEmpty())
111 resourceRequest.setHTTPHeaderField("If-None-Match", eTag);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 30 public static final String ETAG = "etag";
45 @Column("etag")
46 public String eTag;
66 .append("etag").append(eTag).append(", ")
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.c 567 * \param eTag - the scan type tag
574 void scanCncn_ScanCompleteNotificationCB (TI_HANDLE hScanCncn, EScanResultTag eTag,
582 TRACE6(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_ScanCompleteNotificationCB: tag: %d, result count: %d, SPS status: %d, TSF Error: %d, scan status: %d, PS mode: %d\n", eTag, uResultCount, SPSStatus, bTSFError, scanStatus, PSMode);
585 eClient = SCAN_CLIENT_FROM_TAG (eTag);
640 EScanResultTag eTag = (EScanResultTag)str[ 1 ];
643 TRACE2(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_PeriodicScanReportCB: tag: %d, result count: %d\n", eTag, uResultCount);
646 eClient = SCAN_CLIENT_FROM_TAG (eTag);
667 EScanResultTag eTag = (EScanResultTag)str[1];
670 TRACE2(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_PeriodicScanCompleteCB: tag: %d, result count: %d\n", eTag, uResultCount);
673 eClient = SCAN_CLIENT_FROM_TAG (eTag);
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 464 const String& eTag = newestCachedResource->response().httpHeaderField("ETag");
465 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
468 if (!eTag.isEmpty())
469 request.setHTTPHeaderField("If-None-Match", eTag);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverMsr.h 204 EScanResultTag eTag; /**< */
TWDriver.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 411 milliseconds