Searched refs:NetworkCertMigrator (Results 1 – 5 of 5) sorted by relevance
20 class CHROMEOS_EXPORT NetworkCertMigrator : public NetworkStateHandlerObserver,23 virtual ~NetworkCertMigrator();30 NetworkCertMigrator();43 base::WeakPtrFactory<NetworkCertMigrator> weak_ptr_factory_;45 DISALLOW_COPY_AND_ASSIGN(NetworkCertMigrator);
52 class NetworkCertMigrator::MigrationTask56 const base::WeakPtr<NetworkCertMigrator>& cert_migrator) in MigrationTask()232 base::WeakPtr<NetworkCertMigrator> cert_migrator_;235 NetworkCertMigrator::NetworkCertMigrator() in NetworkCertMigrator() function in chromeos::NetworkCertMigrator240 NetworkCertMigrator::~NetworkCertMigrator() { in ~NetworkCertMigrator()246 void NetworkCertMigrator::Init(NetworkStateHandler* network_state_handler) { in Init()255 void NetworkCertMigrator::NetworkListChanged() { in NetworkListChanged()269 void NetworkCertMigrator::OnCertificatesLoaded( in OnCertificatesLoaded()
21 class NetworkCertMigrator; variable77 scoped_ptr<NetworkCertMigrator> network_cert_migrator_;
98 network_cert_migrator_.reset(new NetworkCertMigrator); in SetupNetworkHandlers()182 scoped_ptr<NetworkCertMigrator> network_cert_migrator_;
41 network_cert_migrator_.reset(new NetworkCertMigrator()); in NetworkHandler()