Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/
Dnetwork_message_observer.cc69 const CellularDataPlan* plan, const CellularDataPlan* other_plan) { in IsApplicableBackupPlan() argument
75 bool has_data = other_plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED || in IsApplicableBackupPlan()
76 other_plan->remaining_data() > 0; in IsApplicableBackupPlan()
78 (other_plan->plan_start_time - plan->plan_end_time).InSeconds() <= 1; in IsApplicableBackupPlan()
Dnetwork_message_observer.h31 const CellularDataPlan* other_plan);