Searched refs:SetCellularAllowRoaming (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_network_configuration_updater.cc105 network_device_handler_->SetCellularAllowRoaming(data_roaming_setting);
H A Dnetwork_configuration_updater_unittest.cc90 virtual void SetCellularAllowRoaming(bool allow_roaming) OVERRIDE {
/external/chromium_org/chromeos/network/
H A Dfake_network_device_handler.cc74 void FakeNetworkDeviceHandler::SetCellularAllowRoaming(bool allow_roaming) {} function in class:chromeos::FakeNetworkDeviceHandler
H A Dfake_network_device_handler.h84 virtual void SetCellularAllowRoaming(bool allow_roaming) OVERRIDE;
H A Dnetwork_device_handler.h195 virtual void SetCellularAllowRoaming(bool allow_roaming) = 0;
H A Dnetwork_device_handler_impl.h92 virtual void SetCellularAllowRoaming(bool allow_roaming) OVERRIDE;
H A Dnetwork_device_handler_unittest.cc194 network_device_handler_->SetCellularAllowRoaming(true);
208 network_device_handler_->SetCellularAllowRoaming(false);
H A Dnetwork_device_handler_impl.cc390 void NetworkDeviceHandlerImpl::SetCellularAllowRoaming( function in class:chromeos::NetworkDeviceHandlerImpl

Completed in 213 milliseconds