Home
last modified time | relevance | path

Searched refs:network_profile_handler_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_handler.cc36 network_profile_handler_.reset(new NetworkProfileHandler()); in NetworkHandler()
56 network_profile_handler_->Init(network_state_handler_.get()); in Init()
60 network_profile_handler_.get(), in Init()
109 return network_profile_handler_.get(); in network_profile_handler()
Dclient_cert_resolver_unittest.cc76 network_profile_handler_.reset(); in TearDown()
126 network_profile_handler_.reset(new NetworkProfileHandler()); in SetupNetworkHandlers()
131 network_profile_handler_->Init(network_state_handler_.get()); in SetupNetworkHandlers()
134 network_profile_handler_.get(), in SetupNetworkHandlers()
229 scoped_ptr<NetworkProfileHandler> network_profile_handler_; member in chromeos::ClientCertResolverTest
Dmanaged_network_configuration_handler_impl.cc145 network_profile_handler_->GetProfileForPath(profile_path); in GetManagedPropertiesCallback()
247 network_profile_handler_->GetProfileForPath(profile_path); in SetProperties()
313 network_profile_handler_->GetProfileForUserhash(userhash); in CreateConfiguration()
396 network_profile_handler_->GetProfileForUserhash(userhash); in SetPolicy()
529 network_profile_handler_->GetProfileForPath(profile_path); in FindPolicyByGuidAndProfile()
561 network_profile_handler_(NULL), in ManagedNetworkConfigurationHandlerImpl()
567 network_profile_handler_->RemoveObserver(this); in ~ManagedNetworkConfigurationHandlerImpl()
575 network_profile_handler_ = network_profile_handler; in Init()
577 network_profile_handler_->AddObserver(this); in Init()
Dmanaged_network_configuration_handler_unittest.cc179 network_profile_handler_.reset(new TestNetworkProfileHandler()); in SetUp()
187 network_profile_handler_.get(), in SetUp()
196 network_profile_handler_.reset(); in TearDown()
208 network_profile_handler_-> in InitializeStandardProfiles()
210 network_profile_handler_-> in InitializeStandardProfiles()
263 scoped_ptr<TestNetworkProfileHandler> network_profile_handler_; member in chromeos::ManagedNetworkConfigurationHandlerTest
Dnetwork_handler.h73 scoped_ptr<NetworkProfileHandler> network_profile_handler_; variable
Dmanaged_network_configuration_handler_impl.h131 NetworkProfileHandler* network_profile_handler_; variable