Home
last modified time | relevance | path

Searched refs:GetNetworkCountryIso (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/common/android/
Ddevice_telephony_info.h24 std::string GetNetworkCountryIso();
Ddevice_telephony_info.cc27 std::string DeviceTelephonyInfo::GetNetworkCountryIso() { in GetNetworkCountryIso() function in content::DeviceTelephonyInfo
/external/chromium_org/content/renderer/
Drender_view_impl.cc909 : device_info.GetNetworkCountryIso(); in Initialize()