HomeSort by relevance Sort by last modified time
    Searched refs:CellularDataPlan (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/
network_message_observer_unittest.cc 14 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_50
    [all...]
network_message_observer.h 30 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);
network_message_observer.cc 69 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/
internet_options_handler.h 102 // Converts CellularDataPlan structure into dictionary for JS. Formats plan
105 const chromeos::CellularDataPlan* plan);
internet_options_handler.cc 563 const chromeos::CellularDataPlan* plan) {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 81 CellularDataPlan*(const std::string&));
network_library.h 530 class CellularDataPlan;
771 class CellularDataPlan {
773 CellularDataPlan()
778 explicit CellularDataPlan(const CellularDataPlanInfo &plan)
812 typedef ScopedVector<CellularDataPlan> CellularDataPlanVector;
    [all...]
network_library.cc     [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 496 const chromeos::CellularDataPlan* plan =
    [all...]

Completed in 214 milliseconds