HomeSort by relevance Sort by last modified time
    Searched refs:max_age_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_device_data.h 56 int max_age() const { return max_age_; }
57 void set_max_age(int max_age) { max_age_ = max_age; }
58 bool has_max_age() const { return max_age_ >= 0; }
90 int max_age_; member in class:extensions::DialDeviceData
dial_device_data.cc 11 DialDeviceData::DialDeviceData() : max_age_(-1), config_id_(-1) { }
17 response_time_(response_time), max_age_(-1), config_id_(-1) {
  /external/chromium_org/net/spdy/
spdy_protocol.h 961 uint32 max_age_; member in class:net::SpdyAltSvcIR
    [all...]
spdy_protocol.cc 848 max_age_(0),

Completed in 167 milliseconds