Searched refs:CellularDataPlanVector (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_network_library.h79 CellularDataPlanVector*(const std::string&));
H A Dnetwork_library.cc2443 virtual const CellularDataPlanVector* GetDataPlans(
2457 const CellularDataPlanVector* plans = GetDataPlans(path);
3042 typedef std::map<std::string, CellularDataPlanVector*> CellularDataPlanMap;
3441 CellularDataPlanVector* data_plans = found->second;
3983 const CellularDataPlanVector* plans) const {
3985 for (CellularDataPlanVector::const_iterator iter = plans->begin();
3996 CellularDataPlanVector* data_plans) {
4028 CellularDataPlanVector* data_plans = NULL;
4035 data_plans = new CellularDataPlanVector;
4160 CellularDataPlanVector* data_plan
[all...]
H A Dnetwork_library.h812 typedef ScopedVector<CellularDataPlan> CellularDataPlanVector; typedef in namespace:chromeos
1043 virtual const CellularDataPlanVector* GetDataPlans(
/external/chromium/chrome/browser/chromeos/
H A Dnetwork_message_observer.cc250 const CellularDataPlanVector* plans =
265 CellularDataPlanVector::const_iterator iter = plans->begin();
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc513 const chromeos::CellularDataPlanVector* plans =
518 for (chromeos::CellularDataPlanVector::const_iterator iter = plans->begin();

Completed in 76 milliseconds