Home
last modified time | relevance | path

Searched refs:FFUnitTestDecryptorProxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox_importer_unittest_utils.h31 class FFUnitTestDecryptorProxy {
33 FFUnitTestDecryptorProxy();
34 virtual ~FFUnitTestDecryptorProxy();
59 DISALLOW_COPY_AND_ASSIGN(FFUnitTestDecryptorProxy);
65 FFUnitTestDecryptorProxy::FFUnitTestDecryptorProxy() { in FFUnitTestDecryptorProxy() function
68 FFUnitTestDecryptorProxy::~FFUnitTestDecryptorProxy() { in ~FFUnitTestDecryptorProxy()
71 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { in Setup()
75 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit()
80 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { in Decrypt()
Dfirefox_importer_unittest_utils_mac.cc121 FFUnitTestDecryptorProxy::FFUnitTestDecryptorProxy() in FFUnitTestDecryptorProxy() function in FFUnitTestDecryptorProxy
125 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { in Setup()
143 FFUnitTestDecryptorProxy::~FFUnitTestDecryptorProxy() { in ~FFUnitTestDecryptorProxy()
166 bool FFUnitTestDecryptorProxy::WaitForClientResponse() { in WaitForClientResponse()
187 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit()
198 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { in Decrypt()
Dfirefox_importer_unittest.cc33 FFUnitTestDecryptorProxy decryptor_proxy; in TEST()
58 FFUnitTestDecryptorProxy decryptor_proxy; in TEST()