Searched refs:CellularDataPlan (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dnetwork_message_observer_unittest.cc14 CellularDataPlan CreateDataPlan(CellularDataPlanType type, int64 start_sec,
16 CellularDataPlan plan;
34 CellularDataPlan plan =
38 CellularDataPlan time_50 =
40 CellularDataPlan time_100 =
42 CellularDataPlan time_101 =
44 CellularDataPlan time_102 =
53 CellularDataPlan data_0_0 =
55 CellularDataPlan data_100_0 =
57 CellularDataPlan data_100_5
[all...]
H A Dnetwork_message_observer.h30 static bool IsApplicableBackupPlan(const CellularDataPlan* plan,
31 const CellularDataPlan* other_plan);
35 virtual void InitNewPlan(const CellularDataPlan* plan);
38 virtual void ShowLowDataNotification(const CellularDataPlan* plan);
52 const CellularDataPlan* plan);
H A Dnetwork_message_observer.cc69 const CellularDataPlan* plan, const CellularDataPlan* other_plan) {
100 void NetworkMessageObserver::InitNewPlan(const CellularDataPlan* plan) {
148 const CellularDataPlan* plan) {
266 const CellularDataPlan* current_plan = *iter;
307 const CellularNetwork* cellular, const CellularDataPlan* plan) {
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.h102 // Converts CellularDataPlan structure into dictionary for JS. Formats plan
105 const chromeos::CellularDataPlan* plan);
H A Dinternet_options_handler.cc563 const chromeos::CellularDataPlan* plan) {
/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_network_library.h81 CellularDataPlan*(const std::string&));
H A Dnetwork_library.h530 class CellularDataPlan;
771 class CellularDataPlan { class in namespace:chromeos
773 CellularDataPlan() function in class:chromeos::CellularDataPlan
778 explicit CellularDataPlan(const CellularDataPlanInfo &plan) function in class:chromeos::CellularDataPlan
812 typedef ScopedVector<CellularDataPlan> CellularDataPlanVector;
1052 virtual const CellularDataPlan* GetSignificantDataPlan(
H A Dnetwork_library.cc1409 // CellularDataPlan
1411 string16 CellularDataPlan::GetPlanDesciption() const {
1441 string16 CellularDataPlan::GetRemainingWarning() const {
1460 string16 CellularDataPlan::GetDataRemainingDesciption() const {
1483 string16 CellularDataPlan::GetUsageInfo() const {
1507 std::string CellularDataPlan::GetUniqueIdentifier() const {
1518 base::TimeDelta CellularDataPlan::remaining_time() const {
1523 int64 CellularDataPlan::remaining_minutes() const {
1527 int64 CellularDataPlan::remaining_data() const {
1532 string16 CellularDataPlan
[all...]
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc496 const chromeos::CellularDataPlan* plan =

Completed in 122 milliseconds