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

  /external/chromium/net/proxy/
init_proxy_resolver_unittest.cc 133 const std::string& pac_bytes,
136 rules_->GetRuleByBytes(pac_bytes) :
143 EXPECT_EQ(rule.bytes(), pac_bytes);
148 pac_bytes_ = pac_bytes;
154 const std::string& pac_bytes() const { return pac_bytes_; } function in class:net::__anon2513::RuleBasedProxyResolver
178 EXPECT_EQ(rule.bytes(), resolver.pac_bytes());
210 EXPECT_EQ("", resolver.pac_bytes());
237 EXPECT_EQ("", resolver.pac_bytes());
251 EXPECT_EQ("", resolver.pac_bytes());
268 EXPECT_EQ(rule.bytes(), resolver.pac_bytes());
    [all...]
mock_proxy_resolver.h 64 const std::string& pac_bytes,
68 pac_bytes_(pac_bytes),
74 const std::string& pac_bytes() const { return pac_bytes_; } function in class:net::MockAsyncProxyResolverBase::SetPacScriptRequest
118 const std::string& pac_bytes,
122 new SetPacScriptRequest(this, pac_url, pac_bytes, callback));
single_threaded_proxy_resolver.h 61 const std::string& pac_bytes,
single_threaded_proxy_resolver.cc 37 const std::string& pac_bytes,
41 pac_bytes_(pac_bytes),
291 const std::string& pac_bytes,
297 this, pac_url, pac_bytes, callback);
proxy_service_unittest.cc     [all...]

Completed in 552 milliseconds