Searched refs:age_lower_bound (Results 1 – 4 of 4) sorted by relevance
163 return NullableEquals(a->age_lower_bound.get(), b->age_lower_bound.get()) && in NullableEquals()928 filter->age_lower_bound.get() || in DoesResponseCookieMatchFilter()936 if (filter->age_lower_bound.get()) { in DoesResponseCookieMatchFilter()937 if (seconds_till_expiry < *filter->age_lower_bound) in DoesResponseCookieMatchFilter()
81 scoped_ptr<int> age_lower_bound; member
1780 edit_cookie_3->filter->age_lower_bound.reset(new int(600)); in TEST()1790 edit_cookie_4->filter->age_lower_bound.reset(new int(600)); in TEST()1804 edit_cookie_5->filter->age_lower_bound.reset(new int(2000)); in TEST()
100 result->age_lower_bound.reset(new int(int_tmp)); in ParseFilterResponseCookie()