Searched defs:PnaclHostTest (Results 1 - 1 of 1) 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...]

Completed in 38 milliseconds