OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FFUnitTestDecryptorProxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h
31
class
FFUnitTestDecryptorProxy
{
33
FFUnitTestDecryptorProxy
();
34
virtual ~
FFUnitTestDecryptorProxy
();
59
DISALLOW_COPY_AND_ASSIGN(
FFUnitTestDecryptorProxy
);
62
// On Non-OSX platforms
FFUnitTestDecryptorProxy
simply calls through to
65
FFUnitTestDecryptorProxy
::
FFUnitTestDecryptorProxy
() {
68
FFUnitTestDecryptorProxy
::~
FFUnitTestDecryptorProxy
() {
71
bool
FFUnitTestDecryptorProxy
::Setup(const FilePath& nss_path)
[
all
...]
firefox_importer_unittest_utils_mac.cc
121
FFUnitTestDecryptorProxy
::
FFUnitTestDecryptorProxy
()
125
bool
FFUnitTestDecryptorProxy
::Setup(const FilePath& nss_path) {
143
FFUnitTestDecryptorProxy
::~
FFUnitTestDecryptorProxy
() {
166
bool
FFUnitTestDecryptorProxy
::WaitForClientResponse() {
187
bool
FFUnitTestDecryptorProxy
::DecryptorInit(const FilePath& dll_path,
198
string16
FFUnitTestDecryptorProxy
::Decrypt(const std::string& crypt) {
Completed in 43 milliseconds