Searched refs:NetworkCertMigrator (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator.h20 class CHROMEOS_EXPORT NetworkCertMigrator : public NetworkStateHandlerObserver, class in namespace:chromeos
23 virtual ~NetworkCertMigrator();
30 NetworkCertMigrator();
43 base::WeakPtrFactory<NetworkCertMigrator> weak_ptr_factory_;
45 DISALLOW_COPY_AND_ASSIGN(NetworkCertMigrator);
H A Dnetwork_handler.h21 class NetworkCertMigrator;
78 scoped_ptr<NetworkCertMigrator> network_cert_migrator_;
H A Dnetwork_cert_migrator.cc65 class NetworkCertMigrator::MigrationTask
69 const base::WeakPtr<NetworkCertMigrator>& cert_migrator)
98 VLOG(2) << "NetworkCertMigrator already destroyed. Aborting migration.";
297 VLOG(2) << "NetworkCertMigrator already destroyed. Aborting migration.";
310 base::WeakPtr<NetworkCertMigrator> cert_migrator_;
313 NetworkCertMigrator::NetworkCertMigrator() function in class:chromeos::NetworkCertMigrator
318 NetworkCertMigrator::~NetworkCertMigrator() {
324 void NetworkCertMigrator
[all...]
H A Dnetwork_handler.cc41 network_cert_migrator_.reset(new NetworkCertMigrator());
H A Dnetwork_cert_migrator_unittest.cc137 network_cert_migrator_.reset(new NetworkCertMigrator);
303 scoped_ptr<NetworkCertMigrator> network_cert_migrator_;

Completed in 2181 milliseconds