Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/chromeos/
Dmobile_setup_ui.cc303 static scoped_ptr<CellularConfigDocument> cellular_config_; member in MobileSetupHandler
331 scoped_ptr<CellularConfigDocument> MobileSetupHandler::cellular_config_; member in MobileSetupHandler
1282 if (!cellular_config_.get()) in GetErrorMessage()
1284 return cellular_config_->GetErrorMessage(code); in GetErrorMessage()
1307 cellular_config_.reset(config.release()); in LoadCellularConfig()