Home
last modified time | relevance | path

Searched refs:usage_url (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dmobile_setup_ui.cc291 std::string name, usage_url, activation_state, payment_url; in GetPropertiesAndStartDataRequest() local
295 shill::kUsageURLProperty, &usage_url) || in GetPropertiesAndStartDataRequest()
306 if (payment_url.empty() && usage_url.empty() && in GetPropertiesAndStartDataRequest()
/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc290 std::string usage_url, payment_url; in GetPropertiesAndContinueActivation() local
292 shill::kUsageURLProperty, &usage_url) || in GetPropertiesAndContinueActivation()
301 if (payment_url.empty() && usage_url.empty()) in GetPropertiesAndContinueActivation()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_chromeos.cc320 item->SetString("usage_url", cellular_networks[i]->usage_url()); in GetNetworkInfo()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h592 const std::string& usage_url() const { return usage_url_; } in usage_url() function
Dnetwork_library.cc1681 return !usage_url().empty() || !payment_url().empty(); in SupportsDataPlan()