Home
last modified time | relevance | path

Searched refs:SetCellularDataRoamingAllowed (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmock_network_library.h90 MOCK_METHOD1(SetCellularDataRoamingAllowed, void(bool));
Dnetwork_library.h1077 virtual void SetCellularDataRoamingAllowed(bool new_value) = 0;
Dnetwork_library.cc2581 virtual void SetCellularDataRoamingAllowed(bool new_value) { in SetCellularDataRoamingAllowed() function in chromeos::NetworkLibraryImpl
3941 SetCellularDataRoamingAllowed(settings_value); in UpdateNetworkDeviceStatus()
4443 virtual void SetCellularDataRoamingAllowed(bool new_value) {} in SetCellularDataRoamingAllowed() function in chromeos::NetworkLibraryStubImpl
/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc268 cros->SetCellularDataRoamingAllowed(new_value); in OnBooleanPropertyChange()
286 cros->SetCellularDataRoamingAllowed(new_value); in OnBooleanPropertyRetrieve()