Searched refs:PnaclHostTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/nacl_host/
H A Dpnacl_host_unittest.cc24 class PnaclHostTest : public testing::Test { class in namespace:pnacl
26 PnaclHostTest() function in class:pnacl::PnaclHostTest
114 base::Bind(expect_hit ? &PnaclHostTest::CallbackExpectHit \
115 : &PnaclHostTest::CallbackExpectMiss, \
119 TEST_F(PnaclHostTest, BasicMiss) {
139 TEST_F(PnaclHostTest, BadArguments) {
152 TEST_F(PnaclHostTest, BasicHit) {
165 TEST_F(PnaclHostTest, TranslationErrors) {
198 TEST_F(PnaclHostTest, OverlappedMissesAfterTempReturn) {
218 TEST_F(PnaclHostTest, OverlappedMissesBeforeTempRetur
[all...]
H A Dpnacl_host.h23 class PnaclHostTest;
103 friend class pnacl::PnaclHostTest;

Completed in 222 milliseconds