Searched refs:max_age (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/net/http/
H A Dhttp_security_headers_unittest.cc54 base::TimeDelta max_age; local
58 ParseHSTSHeader(std::string(), &max_age, &include_subdomains));
59 EXPECT_FALSE(ParseHSTSHeader(" ", &max_age, &include_subdomains));
60 EXPECT_FALSE(ParseHSTSHeader("abc", &max_age, &include_subdomains));
61 EXPECT_FALSE(ParseHSTSHeader(" abc", &max_age, &include_subdomains));
62 EXPECT_FALSE(ParseHSTSHeader(" abc ", &max_age, &include_subdomains));
63 EXPECT_FALSE(ParseHSTSHeader("max-age", &max_age, &include_subdomains));
64 EXPECT_FALSE(ParseHSTSHeader(" max-age", &max_age,
66 EXPECT_FALSE(ParseHSTSHeader(" max-age ", &max_age,
68 EXPECT_FALSE(ParseHSTSHeader("max-age=", &max_age,
133 base::TimeDelta max_age; local
224 base::TimeDelta max_age; local
381 base::TimeDelta max_age; local
[all...]
H A Dhttp_security_headers.h22 // returns true and sets |*max_age| and |*include_subdomains|.
30 base::TimeDelta* max_age,
34 // true and populates the |*max_age|, |*include_subdomains|, and |*hashes|
53 base::TimeDelta* max_age,
H A Dhttp_security_headers.cc168 base::TimeDelta* max_age,
260 *max_age = base::TimeDelta::FromSeconds(max_age_candidate);
278 base::TimeDelta* max_age,
324 *max_age = base::TimeDelta::FromSeconds(max_age_candidate);
167 ParseHSTSHeader(const std::string& value, base::TimeDelta* max_age, bool* include_subdomains) argument
276 ParseHPKPHeader(const std::string& value, const HashValueVector& chain_hashes, base::TimeDelta* max_age, bool* include_subdomains, HashValueVector* hashes) argument
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_device_data.h56 int max_age() const { return max_age_; } function in class:extensions::DialDeviceData
57 void set_max_age(int max_age) { max_age_ = max_age; } argument
H A Ddial_device_data_unittest.cc19 EXPECT_EQ(first.max_age(), second.max_age());
70 EXPECT_EQ(200, original_2.max_age());
83 EXPECT_EQ(200, original_3.max_age());
/external/chromium_org/ppapi/c/private/
H A Dppp_flash_browser_operations.h100 * @param[in] max_age The maximum age in seconds to clear data for. This
112 uint64_t max_age);
204 uint64_t max_age);
211 uint64_t max_age);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c28 int max_age = -1; local
88 max_age = atoi(pos2);
118 if (max_age < 1)
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.h103 const char *location, int max_age);
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c28 int max_age = -1; local
88 max_age = atoi(pos2);
118 if (max_age < 1)
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.h103 const char *location, int max_age);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c28 int max_age = -1; local
88 max_age = atoi(pos2);
118 if (max_age < 1)
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.h103 const char *location, int max_age);
/external/chromium_org/content/ppapi_plugin/
H A Dbroker_process_dispatcher.h44 uint64 max_age);
71 uint64 max_age);
H A Dbroker_process_dispatcher.cc146 uint64 max_age) {
148 request_id, ClearSiteData(plugin_data_path, site, flags, max_age)));
230 uint64 max_age) {
234 data_str.c_str(), site.empty() ? NULL : site.c_str(), flags, max_age);
242 data_str.c_str(), site.empty() ? NULL : site.c_str(), flags, max_age);
248 data_str.c_str(), site.empty() ? NULL : site.c_str(), flags, max_age);
141 OnClearSiteData( uint32 request_id, const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
226 ClearSiteData( const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
/external/chromium_org/content/browser/
H A Dplugin_data_remover_impl.cc202 IPC::Message* CreatePpapiClearSiteDataMsg(uint64 max_age) { argument
217 kClearAllData, max_age);
236 uint64 max_age = begin_time_.is_null() ? local
242 msg = CreatePpapiClearSiteDataMsg(max_age);
245 std::string(), kClearAllData, max_age);
/external/chromium_org/remoting/client/
H A Dclient_status_logger.cc123 base::TimeDelta max_age = base::TimeDelta::FromDays(kMaxSessionIdAgeDays); local
124 if (base::TimeTicks::Now() - session_id_generation_time_ > max_age) {
/external/chromium_org/content/child/npapi/
H A Dplugin_lib.h77 NPError NP_ClearSiteData(const char* site, uint64 flags, uint64 max_age);
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.cc64 uint64 max_age);
99 max_age(0) {
119 uint64 max_age; member in struct:PepperFlashSettingsManager::Core::PendingRequest
148 uint64 max_age);
302 uint64 max_age) {
308 site, flags, max_age));
393 iter->max_age);
623 uint64 max_age) {
634 request.max_age = max_age;
299 ClearSiteData(uint32 request_id, const std::string& site, uint64 flags, uint64 max_age) argument
619 ClearSiteDataOnIOThread( uint32 request_id, const std::string& site, uint64 flags, uint64 max_age) argument
1042 ClearSiteData(const std::string& site, uint64 flags, uint64 max_age) argument
[all...]
H A Dpepper_flash_settings_manager.h103 uint32 ClearSiteData(const std::string& site, uint64 flags, uint64 max_age);
/external/chromium_org/ppapi/api/private/
H A Dppp_flash_browser_operations.idl59 * @param[in] max_age The maximum age in seconds to clear data for. This
71 [in] uint64_t max_age);
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter_unittest.cc58 // If |max_age| == 0, then the cookie does not expire.
60 const char* url, const std::string& cookie_line, int64 max_age);
137 const char* url, const std::string& cookie_line, int64 max_age) {
139 if (max_age)
140 line.append(";max-age=" + base::Int64ToString(max_age));
136 CreateNewCookie( const char* url, const std::string& cookie_line, int64 max_age) argument
/external/chromium_org/content/plugin/
H A Dplugin_channel.h83 uint64 max_age);
H A Dplugin_channel.cc318 uint64 max_age) {
327 err = plugin_lib->NP_ClearSiteData(site_str, flags, max_age);
332 << max_age << ") returned " << err;
316 OnClearSiteData(const std::string& site, uint64 flags, uint64 max_age) argument
/external/chromium_org/net/spdy/
H A Dmock_spdy_framer_visitor.h54 uint32 max_age,
/external/chromium_org/net/cookies/
H A Dcanonical_cookie.cc187 uint64 max_age = 0; local
194 pc.MaxAge().c_str(), " %" PRIu64, &max_age) == 1) {
195 return current + TimeDelta::FromSeconds(max_age);

Completed in 3843 milliseconds

12