Searched defs:NetworkCertMigrator (Results 1 - 2 of 2) 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_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...]

Completed in 336 milliseconds