expires             5 LayoutTests/http/tests/cache/resources/cacheable-iframe.php $expires = gmdate(DATE_RFC1123, time() + $max_age);
expires             8 LayoutTests/http/tests/cache/resources/cacheable-iframe.php header('Expires: ' . $expires);
expires            12 LayoutTests/http/tests/cache/resources/iframe304.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
expires            15 LayoutTests/http/tests/cache/resources/iframe304.php header('Expires: ' . $expires);
expires            19 LayoutTests/http/tests/cache/resources/post-image-to-verify.php     $expires = gmdate(DATE_RFC1123, time() + $max_age);
expires            26 LayoutTests/http/tests/cache/resources/post-image-to-verify.php     header('Expires: ' . $expires);
expires            17 LayoutTests/http/tests/cache/resources/reload-main-resource-iframe.php $expires = gmdate(DATE_RFC1123, time() + $max_age);
expires            20 LayoutTests/http/tests/cache/resources/reload-main-resource-iframe.php header('Expires: ' . $expires);
expires            13 LayoutTests/http/tests/cache/resources/stylesheet304-bad-content-type.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
expires            16 LayoutTests/http/tests/cache/resources/stylesheet304-bad-content-type.php header('Expires: ' . $expires);
expires            12 LayoutTests/http/tests/cache/resources/stylesheet304.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
expires            15 LayoutTests/http/tests/cache/resources/stylesheet304.php header('Expires: ' . $expires);
expires            12 LayoutTests/http/tests/cache/resources/x-frame-options.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
expires            16 LayoutTests/http/tests/cache/resources/x-frame-options.php header('Expires: ' . $expires);
expires             8 LayoutTests/http/tests/inspector/network/resources/random-cached.php     $expires = gmdate(DATE_RFC1123, time() + $max_age);
expires            13 LayoutTests/http/tests/inspector/network/resources/random-cached.php     header("Expires: " . $expires);
expires             8 LayoutTests/http/tests/inspector/network/resources/random-script.php     $expires = gmdate(DATE_RFC1123, time() + $max_age);
expires            13 LayoutTests/http/tests/inspector/network/resources/random-script.php     header("Expires: " . $expires);
expires            30 LayoutTests/http/tests/inspector/network/resources/resource.php         $expires = gmdate(DATE_RFC1123, time() + $max_age);
expires            35 LayoutTests/http/tests/inspector/network/resources/resource.php         header("Expires: " . $expires);
expires             8 LayoutTests/http/tests/resources/dpr.php if (isset($_GET['expires']))
expires           304 Source/core/fetch/Resource.cpp     double expiresValue = response.expires();
expires           495 Source/core/inspector/InspectorPageAgent.cpp         .setExpires(cookie.expires)
expires            96 Source/core/loader/CookieJar.cpp                               webCookie.expires, webCookie.httpOnly, webCookie.secure, webCookie.session));
expires            41 Source/platform/Cookie.h         const String& path, double expires, bool httpOnly, bool secure,
expires            47 Source/platform/Cookie.h         , expires(expires)
expires            58 Source/platform/Cookie.h     double expires;
expires           113 Source/platform/network/ResourceResponse.h     double expires() const;
expires            43 public/platform/WebCookie.h         : expires(0)
expires            51 public/platform/WebCookie.h               const WebString& path, double expires, bool httpOnly, bool secure, bool session)
expires            56 public/platform/WebCookie.h         , expires(expires)
expires            67 public/platform/WebCookie.h     double expires;