Searched refs:UpdateConnectionData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.h79 void UpdateConnectionData(const std::string& service_path);
H A Dinternet_options_handler.cc150 // UpdateConnectionData may send requests for stale services; ignore
152 if (function == "UpdateConnectionData" &&
471 UpdateConnectionData(network->path());
621 void InternetOptionsHandler::UpdateConnectionData( function in class:chromeos::options::InternetOptionsHandler
630 base::Bind(&ShillError, "UpdateConnectionData"));
665 UpdateConnectionData(network->path());
674 UpdateConnectionData(network->path());
687 UpdateConnectionData(network->path());
898 UpdateConnectionData(service_path);

Completed in 439 milliseconds