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 52 class NetworkCertMigrator::MigrationTask
56 const base::WeakPtr<NetworkCertMigrator>& cert_migrator)
81 VLOG(2) << "NetworkCertMigrator already destroyed. Aborting migration.";
214 base::WeakPtr<NetworkCertMigrator> cert_migrator_;
217 NetworkCertMigrator::NetworkCertMigrator()
222 NetworkCertMigrator::~NetworkCertMigrator() {
228 void NetworkCertMigrator::Init(NetworkStateHandler* network_state_handler) {
237 void NetworkCertMigrator::NetworkListChanged()
    [all...]

Completed in 603 milliseconds