HomeSort by relevance Sort by last modified time
    Searched refs:max_age (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /external/chromium_org/extensions/browser/api/web_request/
web_request_api_helpers.cc 152 NullableEquals(a->max_age.get(), b->max_age.get()) &&
833 if (modification->max_age.get())
834 modified |= cookie->SetMaxAge(base::IntToString(*modification->max_age));
860 if (filter->max_age) {
863 if (actual_value != base::IntToString(*filter->max_age))
    [all...]
web_request_api_helpers.h 69 scoped_ptr<int> max_age; member in struct:extension_web_request_api_helpers::ResponseCookie
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry.cc 175 device.response_time() + TimeDelta::FromSeconds(device.max_age());
  /external/chromium_org/content/test/plugin/
plugin_client.cc 266 uint64 max_age) {
  /external/chromium_org/net/spdy/
spdy_protocol.h 938 uint32 max_age() const { return max_age_; } function in class:net::SpdyAltSvcIR
    [all...]
spdy_framer.cc     [all...]
spdy_framer_test.cc 432 uint32 max_age,
438 test_altsvc_ir_.set_max_age(max_age);
    [all...]
  /external/chromium_org/net/quic/
quic_headers_stream_test.cc 66 uint32 max_age,
  /external/chromium_org/net/http/
http_response_headers_unittest.cc 2196 std::string max_age = "max-age="; local
    [all...]
http_cache_transaction.cc 2381 TimeDelta max_age = local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 625 base::TimeDelta max_age = local
645 last_visited > visits[i].time - max_age &&
    [all...]
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_action.cc 78 cookie->max_age.reset(new int(int_tmp));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]

Completed in 1343 milliseconds

1 2 3 45