Searched defs:needs_new_plan (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc524 connection_plans.SetBoolean("needsPlan", cellular->needs_new_plan());
691 dictionary->SetBoolean("needsPlan", cellular->needs_new_plan());
747 if (cellular->needs_new_plan()) {
989 bool needs_new_plan) {
1004 if (needs_new_plan) {
1037 network->Append(Value::CreateBooleanValue(needs_new_plan));
979 GetNetwork( const std::string& service_path, const SkBitmap& icon, const std::string& name, bool connecting, bool connected, bool connectable, chromeos::ConnectionType connection_type, bool remembered, chromeos::ActivationState activation_state, bool needs_new_plan) argument
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h585 bool needs_new_plan() const { function in class:chromeos::CellularNetwork

Completed in 105 milliseconds