OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PnaclTranslationCacheTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc
25
class
PnaclTranslationCacheTest
: public testing::Test {
27
PnaclTranslationCacheTest
()
29
virtual ~
PnaclTranslationCacheTest
() {}
50
void
PnaclTranslationCacheTest
::InitBackend(bool in_mem) {
66
void
PnaclTranslationCacheTest
::StoreNexe(const std::string& key,
109
std::string
PnaclTranslationCacheTest
::GetNexe(const std::string& key) {
184
TEST_F(
PnaclTranslationCacheTest
, StoreSmallInMem) {
191
TEST_F(
PnaclTranslationCacheTest
, StoreSmallOnDisk) {
198
TEST_F(
PnaclTranslationCacheTest
, StoreLargeOnDisk) {
206
TEST_F(
PnaclTranslationCacheTest
, InMemSizeLimit)
[
all
...]
pnacl_translation_cache.h
83
friend class
PnaclTranslationCacheTest
;
Completed in 346 milliseconds