Searched refs:httpLastModified (Results 1 – 1 of 1) sorted by relevance
3811 …const AtomicString& httpLastModified = documentLoader->response().httpHeaderField("Last-Modified"); in lastModified() local3812 if (!httpLastModified.isEmpty()) { in lastModified()3813 date.setMillisecondsSinceEpochForDateTime(parseDate(httpLastModified)); in lastModified()