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

  /external/chromium_org/chromeos/network/
client_cert_util.h 29 enum ConfigType {
42 ConfigType location;
75 ConfigType* cert_config_type,
81 CHROMEOS_EXPORT void SetShillProperties(const ConfigType cert_config_type,
88 CHROMEOS_EXPORT void SetEmptyShillProperties(const ConfigType cert_config_type,
92 bool IsCertificateConfigured(const client_cert::ConfigType cert_config_type,
  /external/llvm/unittests/IR/
ValueMapTest.cpp 201 typedef LockMutex<TypeParam*, sys::Mutex> ConfigType;
202 typename ConfigType::ExtraData Data = {&M, &CalledRAUW, &CalledDeleted};
203 ValueMap<TypeParam*, int, ConfigType> VM(Data);

Completed in 382 milliseconds