Searched refs:lastModified (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFile.idl32 readonly attribute long long lastModified;
H A DFile.h66 static PassRefPtrWillBeRawPtr<File> createFromSerialization(const String& path, const String& name, const String& relativePath, UserVisibility userVisibility, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle) argument
68 return adoptRefWillBeNoop(new File(path, name, relativePath, userVisibility, hasSnaphotData, size, lastModified, blobDataHandle));
70 static PassRefPtrWillBeRawPtr<File> createFromIndexedSerialization(const String& path, const String& name, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle) argument
72 return adoptRefWillBeNoop(new File(path, name, String(), IsNotUserVisible, true, size, lastModified, blobDataHandle));
119 // Getter for the lastModified IDL attribute,
121 long long lastModified() const;
141 File(const String& path, const String& name, const String& relativePath, UserVisibility, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebBlobInfo.h39 WebBlobInfo(const WebString& uuid, const WebString& filePath, const WebString& fileName, const WebString& type, double lastModified, long long size) argument
46 , m_lastModified(lastModified)
73 double lastModified() const function in class:blink::WebBlobInfo
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8BlobCustomHelpers.cpp55 void ParsedProperties::setLastModified(double lastModified) argument
59 m_lastModified = lastModified;
97 v8::Local<v8::Value> lastModified;
98 TONATIVE_DEFAULT(bool, containsLastModified, DictionaryHelper::get(dictionary, "lastModified", lastModified), false);
100 TONATIVE_DEFAULT(long long, lastModifiedInt, toInt64(lastModified), false);
H A DV8BlobCustomHelpers.h59 double lastModified() const function in class:blink::V8BlobCustomHelpers::ParsedProperties
H A DV8FileCustom.cpp81 RefPtrWillBeRawPtr<File> file = File::create(fileName, properties.lastModified(), BlobDataHandle::create(blobData.release(), fileSize));
/external/conscrypt/src/main/java/org/conscrypt/
H A DFileClientSessionCache.java353 long lastModified = -1; field in class:FileClientSessionCache.CacheFile
356 public long lastModified() { method in class:FileClientSessionCache.CacheFile
357 long lastModified = this.lastModified;
358 if (lastModified == -1) {
359 lastModified = this.lastModified = super.lastModified();
361 return lastModified;
367 long result = lastModified()
[all...]
/external/conscrypt/src/platform/java/org/conscrypt/
H A DCertPinManager.java35 private long lastModified; field in class:CertPinManager
109 lastModified = pinFile.lastModified();
160 return pinFile.lastModified() == lastModified;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DSASSSourceMapping.js125 var lastModified = new Date(lastModifiedHeader);
126 if (isNaN(lastModified.getTime()))
128 return lastModified;
138 var lastModified = this._lastModified(headers);
139 if (lastModified)
140 return lastModified;
180 var lastModified = this._checkLastModified(headers, sassURL);
181 if (!lastModified)
183 metadataReceived.call(this, lastModified);
294 var lastModified
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DCacheStrategy.java107 private Date lastModified; field in class:CacheStrategy.Factory
149 lastModified = HttpDate.parse(value);
242 if (lastModified != null) {
272 } else if (lastModified != null
281 long delta = servedMillis - lastModified.getTime();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponse.java204 if (parsedHeaders().lastModified != null
205 && networkHeaders.lastModified != null
206 && networkHeaders.lastModified.getTime() < parsedHeaders().lastModified.getTime()) {
316 Date lastModified; field in class:Response.ParsedHeaders
326 lastModified = HttpDate.parse(value);
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DAntJarProcessor.java64 long lastModified, File fromArchive, int mode) throws IOException {
69 struct.time = lastModified;
63 zipFile(InputStream is, ZipOutputStream zOut, String vPath, long lastModified, File fromArchive, int mode) argument
/external/proguard/src/proguard/
H A DUpToDateChecker.java54 checker.updateInputModificationTime(configuration.lastModified);
175 updateModificationTime(file.lastModified(), isOutput);
H A DConfiguration.java86 public long lastModified = 0L; field in class:Configuration
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport.java123 return f.lastModified();
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport.java123 return f.lastModified();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport.java123 return f.lastModified();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport.java121 return f.lastModified();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSecuritySupport.java123 return f.lastModified();
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DSecuritySupport.java123 return f.lastModified();
/external/chromium_org/third_party/icu/source/i18n/
H A Dvzone.cpp71 vzone_getLastModified(VZone* zone, UDate& lastModified) { argument
72 return ((VTimeZone*)zone)->VTimeZone::getLastModified(lastModified);
76 vzone_setLastModified(VZone* zone, UDate lastModified) { argument
77 return ((VTimeZone*)zone)->VTimeZone::setLastModified(lastModified);
H A Dvzone.h111 * @param lastModified Receives the last modified date.
112 * @return TRUE if lastModified attribute is available and value is set.
115 vzone_getLastModified(VZone* zone, UDate& lastModified);
120 * @param lastModified The LAST-MODIFIED date.
123 vzone_setLastModified(VZone* zone, UDate lastModified);
/external/icu/icu4c/source/i18n/
H A Dvzone.cpp71 vzone_getLastModified(VZone* zone, UDate& lastModified) { argument
72 return ((VTimeZone*)zone)->VTimeZone::getLastModified(lastModified);
76 vzone_setLastModified(VZone* zone, UDate lastModified) { argument
77 return ((VTimeZone*)zone)->VTimeZone::setLastModified(lastModified);
H A Dvzone.h111 * @param lastModified Receives the last modified date.
112 * @return TRUE if lastModified attribute is available and value is set.
115 vzone_getLastModified(VZone* zone, UDate& lastModified);
120 * @param lastModified The LAST-MODIFIED date.
123 vzone_setLastModified(VZone* zone, UDate lastModified);
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DFileSystemResourceLoader.java83 return String.format("%s@%s", fullPath, file.lastModified());

Completed in 398 milliseconds

1234