Searched refs:network_configuration_handler_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_handler.cc37 network_configuration_handler_.reset(new NetworkConfigurationHandler());
58 network_configuration_handler_->Init(network_state_handler_.get());
62 network_configuration_handler_.get(),
66 network_configuration_handler_.get(),
117 return network_configuration_handler_.get();
H A Dnetwork_configuration_handler_unittest.cc123 network_configuration_handler_.reset(new NetworkConfigurationHandler());
124 network_configuration_handler_->Init(network_state_handler_.get());
129 network_configuration_handler_.reset();
198 return network_configuration_handler_->
207 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; member in class:chromeos::NetworkConfigurationHandlerTest
238 network_configuration_handler_->GetProperties(
261 network_configuration_handler_->SetProperties(
284 network_configuration_handler_->SetProperties(
298 network_configuration_handler_->ClearProperties(
321 network_configuration_handler_
496 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; member in class:chromeos::NetworkConfigurationHandlerStubTest
[all...]
H A Dnetwork_handler.h75 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; member in class:chromeos::NetworkHandler
H A Dmanaged_network_configuration_handler_impl.cc122 network_configuration_handler_->GetProperties(
202 network_configuration_handler_->GetProperties(
301 network_configuration_handler_->SetProperties(
343 network_configuration_handler_->CreateConfiguration(
351 network_configuration_handler_->RemoveConfiguration(
461 network_configuration_handler_->CreateConfiguration(
498 network_configuration_handler_->CreateConfiguration(
588 network_configuration_handler_(NULL),
604 network_configuration_handler_ = network_configuration_handler;
H A Dmanaged_network_configuration_handler_impl.h178 NetworkConfigurationHandler* network_configuration_handler_; member in class:chromeos::ManagedNetworkConfigurationHandlerImpl
H A Dmanaged_network_configuration_handler_unittest.cc211 network_configuration_handler_.reset(
219 network_configuration_handler_.get(),
227 network_configuration_handler_.reset();
325 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; member in class:chromeos::ManagedNetworkConfigurationHandlerTest

Completed in 315 milliseconds