HomeSort by relevance Sort by last modified time
    Searched defs:NetworkCertMigrator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/
network_cert_migrator.h 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);
network_cert_migrator.cc 65 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()
318 NetworkCertMigrator::~NetworkCertMigrator() {
324 void NetworkCertMigrator::Init(NetworkStateHandler* network_state_handler)
    [all...]

Completed in 205 milliseconds