Searched defs:policy_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_manager.h77 SSLPolicy* policy() { return policy_.get(); }
120 scoped_ptr<SSLPolicy> policy_; member in class:SSLManager
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwinfirewall.h65 INetFwPolicy* policy_; member in class:talk_base::WinFirewall
/external/chromium/chrome/browser/chromeos/login/
H A Downership_service.h140 scoped_ptr<em::PolicyData> policy_; member in class:chromeos::OwnershipService
H A Dsigned_settings_helper.cc240 policy_(policy) {
255 op_ = SignedSettings::CreateStorePolicyOp(&policy_, this);
259 em::PolicyFetchResponse policy_; member in class:chromeos::__anon1428::StorePolicyOpContext
H A Dsigned_settings.cc240 em::PolicyFetchResponse* policy_; member in class:chromeos::StorePolicyOp
271 em::PolicyFetchResponse policy_; member in class:chromeos::RetrievePolicyOp
766 : policy_(policy),
783 if (!policy_->has_policy_data())
785 if (!policy_->has_policy_data_signature())
786 service_->StartSigningAttempt(policy_->policy_data(), this);
801 if (SignedSettings::PolicyIsSane(*policy_, &poldata)) {
826 policy_->set_policy_data_signature(std::string(payload.begin(),
836 if (policy_->SerializeToString(&serialized)) {
898 Succeed(policy_);
[all...]
/external/chromium/chrome/browser/policy/
H A Dasynchronous_policy_loader.h40 const DictionaryValue* policy() const { return policy_.get(); }
94 scoped_ptr<DictionaryValue> policy_; member in class:policy::AsynchronousPolicyLoader
H A Ddevice_policy_cache.cc39 policy_(policy),
56 if (policy_.has_new_public_key()) {
59 const std::string& new_key = policy_.new_public_key();
89 em::PolicyFetchResponse policy_; member in class:__anon1768::StorePolicyOperation
/external/chromium/net/base/
H A Dbackoff_entry.h87 const Policy* const policy_; member in class:net::BackoffEntry
H A Dstatic_cookie_policy_unittest.cc21 policy_.set_type(type);
24 return policy_.CanGetCookies(url, first_party);
27 return policy_.CanSetCookie(url, first_party, std::string());
30 StaticCookiePolicy policy_; member in class:net::StaticCookiePolicyTest

Completed in 107 milliseconds