/external/chromium/chrome/browser/chromeos/ |
D | network_message_observer.cc | 94 const chromeos::CellularNetwork* cellular = lib->cellular_network(); in OpenMoreInfoPage() local 95 if (!cellular) in OpenMoreInfoPage() 97 browser->ShowSingletonTab(GURL(cellular->payment_url())); in OpenMoreInfoPage() 121 const CellularNetwork* cellular) { in ShowNeedsPlanNotification() argument 124 UTF8ToUTF16(cellular->name()))); in ShowNeedsPlanNotification() 128 UTF8ToUTF16(cellular->name())), in ShowNeedsPlanNotification() 246 const CellularNetwork* cellular = cros->cellular_network(); in OnCellularDataPlanChanged() local 247 if (!cellular || !cellular->SupportsDataPlan()) in OnCellularDataPlanChanged() 251 cros->GetDataPlans(cellular->service_path()); in OnCellularDataPlanChanged() 258 } else if (cellular->needs_new_plan()) { in OnCellularDataPlanChanged() [all …]
|
D | network_message_observer.h | 36 virtual void ShowNeedsPlanNotification(const CellularNetwork* cellular); 51 void SaveLastCellularInfo(const CellularNetwork* cellular,
|
D | user_cros_settings_provider.cc | 281 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnBooleanPropertyRetrieve() local 282 if (cellular) { in OnBooleanPropertyRetrieve() 283 bool device_value = cellular->data_roaming_allowed(); in OnBooleanPropertyRetrieve()
|
/external/chromium/chrome/browser/chromeos/status/ |
D | network_menu_button.cc | 127 const NetworkDevice* cellular = network_library->FindCellularDevice(); in NetworkMenuButton() local 128 if (cellular) { in NetworkMenuButton() 129 cellular_device_path_ = cellular->device_path(); in NetworkMenuButton() 130 was_sim_locked_ = cellular->is_sim_locked(); in NetworkMenuButton() 167 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnNetworkDeviceChanged() local 168 if (cellular) { in OnNetworkDeviceChanged() 173 if (was_sim_locked_ && !cellular->is_sim_locked() && in OnNetworkDeviceChanged() 177 was_sim_locked_ = cellular->is_sim_locked(); in OnNetworkDeviceChanged() 248 const Network* cellular = in OnHelpLinkActivated() local 250 if (!cellular) in OnHelpLinkActivated() [all …]
|
D | network_menu.cc | 136 CellularNetwork* cellular = cros->FindCellularNetworkByPath( in ConnectToNetworkAt() local 138 if (cellular) { in ConnectToNetworkAt() 139 if ((cellular->activation_state() != ACTIVATION_STATE_ACTIVATED && in ConnectToNetworkAt() 140 cellular->activation_state() != ACTIVATION_STATE_UNKNOWN) || in ConnectToNetworkAt() 141 cellular->needs_new_plan()) { in ConnectToNetworkAt() 142 ActivateCellular(cellular); in ConnectToNetworkAt() 144 } else if (cellular->connecting_or_connected()) { in ConnectToNetworkAt() 147 owner_->ShowTabbedNetworkSettings(cellular); in ConnectToNetworkAt() 151 cros->ConnectToCellularNetwork(cellular); in ConnectToNetworkAt() 250 const NetworkDevice* cellular = cros->FindCellularDevice(); in ActivatedAt() local [all …]
|
D | network_dropdown_button.cc | 92 const CellularNetwork* cellular = in OnNetworkManagerChanged() local 94 SetIcon(*IconForNetworkStrength(cellular, true)); in OnNetworkManagerChanged() 95 SetText(UTF8ToWide(cellular->name())); in OnNetworkManagerChanged()
|
D | network_menu.h | 158 void ActivateCellular(const CellularNetwork* cellular) const; 219 static const SkBitmap* IconForNetworkStrength(const CellularNetwork* cellular, 233 const CellularNetwork* cellular); 237 static const SkBitmap* BadgeForRoamingStatus(const CellularNetwork* cellular);
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 383 const chromeos::NetworkDevice* cellular = cros->FindCellularDevice(); in EnableCellularCallback() local 384 if (!cellular) { in EnableCellularCallback() 387 } else if (cellular->sim_lock_state() == chromeos::SIM_UNLOCKED || in EnableCellularCallback() 388 cellular->sim_lock_state() == chromeos::SIM_UNKNOWN) { in EnableCellularCallback() 510 const chromeos::CellularNetwork* cellular = cros->cellular_network(); in OnCellularDataPlanChanged() local 511 if (!cellular) in OnCellularDataPlanChanged() 514 cros->GetDataPlans(cellular->service_path()); in OnCellularDataPlanChanged() 523 connection_plans.SetString("servicePath", cellular->service_path()); in OnCellularDataPlanChanged() 524 connection_plans.SetBoolean("needsPlan", cellular->needs_new_plan()); in OnCellularDataPlanChanged() 526 cellular->activation_state() == chromeos::ACTIVATION_STATE_ACTIVATED); in OnCellularDataPlanChanged() [all …]
|
D | internet_options_handler.h | 74 const chromeos::CellularNetwork* cellular, 97 const chromeos::CellularNetwork* cellular,
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | sim_unlock_ui.cc | 209 void ProcessSimCardState(const chromeos::NetworkDevice* cellular); 212 void UpdatePage(const chromeos::NetworkDevice* cellular, 314 const chromeos::NetworkDevice* cellular = GetCellularDevice(); in SimUnlockHandler() local 316 if (cellular) { in SimUnlockHandler() 317 cellular_device_path_ = cellular->device_path(); in SimUnlockHandler() 367 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnPinOperationCompleted() local 368 DCHECK(cellular); in OnPinOperationCompleted() 387 ProcessSimCardState(cellular); in OnPinOperationCompleted() 413 const NetworkDevice* cellular = GetCellularDevice(); in EnterCode() local 414 chromeos::SIMLockState lock_state = cellular->sim_lock_state(); in EnterCode() [all …]
|
D | choose_mobile_network_ui.cc | 139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) { in ChooseMobileNetworkHandler() local 140 device_path_ = cellular->device_path(); in ChooseMobileNetworkHandler()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.cc | 2449 CellularNetwork* cellular = FindCellularNetworkByPath(path); in GetDataPlans() local 2450 if (cellular && cellular->needs_new_plan()) in GetDataPlans() 2467 const NetworkDevice* cellular = FindCellularDevice(); in ChangePin() local 2468 if (!cellular) { in ChangePin() 2473 chromeos::RequestChangePin(cellular->device_path().c_str(), in ChangePin() 2482 const NetworkDevice* cellular = FindCellularDevice(); in ChangeRequirePin() local 2483 if (!cellular) { in ChangeRequirePin() 2488 chromeos::RequestRequirePin(cellular->device_path().c_str(), in ChangeRequirePin() 2494 const NetworkDevice* cellular = FindCellularDevice(); in EnterPin() local 2495 if (!cellular) { in EnterPin() [all …]
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | internet_options_page.css | 199 #detailsInternetPage[ethernet] .cellular-details, 200 #detailsInternetPage[cellular] .wifi-details, 201 #detailsInternetPage[wireless] .cellular-details,
|
/external/chromium/chrome/browser/chromeos/login/ |
D | network_screen_browsertest.cc | 239 scoped_ptr<CellularNetwork> cellular(new CellularNetwork("cellular")); in IN_PROC_BROWSER_TEST_F() local 241 .WillOnce(Return(cellular.get())); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/policy/proto/ |
D | chrome_device_policy.proto | 58 // Determines if cellular data roaming is enabled. Should default to false.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 4817 cellular sely@lP
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 31207 http://www.cellular.co.za/option_fifo.htm 36986 http://www.dirfile.com/freeware/cellular.htm
|