Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc564 DictionaryValue* plan_dict = new DictionaryValue(); in CellularDataPlanToDictionary() local
565 plan_dict->SetInteger("planType", plan->plan_type); in CellularDataPlanToDictionary()
566 plan_dict->SetString("name", plan->plan_name); in CellularDataPlanToDictionary()
567 plan_dict->SetString("planSummary", plan->GetPlanDesciption()); in CellularDataPlanToDictionary()
568 plan_dict->SetString("dataRemaining", plan->GetDataRemainingDesciption()); in CellularDataPlanToDictionary()
569 plan_dict->SetString("planExpires", plan->GetPlanExpiration()); in CellularDataPlanToDictionary()
570 plan_dict->SetString("warning", plan->GetRemainingWarning()); in CellularDataPlanToDictionary()
571 return plan_dict; in CellularDataPlanToDictionary()