Searched defs:carriers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.cc30 const char kCarriersAttr[] = "carriers";
259 DictionaryValue* carriers = NULL; local
260 if (root_.get() && root_->GetDictionary(kCarriersAttr, &carriers)) {
261 for (DictionaryValue::Iterator iter(*carriers); !iter.IsAtEnd();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc231 const char kTagCarriers[] = "carriers";
700 int FindCurrentCarrierIndex(const base::ListValue* carriers, argument
702 DCHECK(carriers);
706 for (base::ListValue::const_iterator it = carriers->begin();
707 it != carriers->end(); ++it, ++index) {
715 // For other carriers, the service name will match the carrier name.

Completed in 133 milliseconds