Searched refs:GetCurrentNetworkName (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dhelper.h51 virtual base::string16 GetCurrentNetworkName() const;
H A Dhelper.cc48 base::string16 NetworkStateHelper::GetCurrentNetworkName() const { function in class:chromeos::login::NetworkStateHelper
H A Dwebui_screen_locker.cc211 return network_state_helper_->GetCurrentNetworkName();
H A Dexisting_user_controller.cc369 return network_state_helper_->GetCurrentNetworkName();
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dnetwork_screen_browsertest.cc39 MOCK_CONST_METHOD0(GetCurrentNetworkName, base::string16(void));
96 EXPECT_CALL(*mock_network_state_helper_, GetCurrentNetworkName())
H A Dnetwork_screen.cc165 base::string16 network_name = network_state_helper_->GetCurrentNetworkName();
/external/chromium/chrome/browser/chromeos/login/
H A Dhelper.h109 string16 GetCurrentNetworkName(NetworkLibrary* network_library);
H A Dnetwork_screen.cc182 string16 network_name = GetCurrentNetworkName(network);
H A Dhelper.cc199 string16 GetCurrentNetworkName(NetworkLibrary* network_library) { function in namespace:chromeos
H A Dexisting_user_controller.cc148 return GetCurrentNetworkName(CrosLibrary::Get()->GetNetworkLibrary());

Completed in 161 milliseconds