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

/external/chromium_org/components/nacl/browser/
H A Dpnacl_host_unittest.cc24 class PnaclHostTest : public testing::Test { class in namespace:pnacl
26 PnaclHostTest() function in class:pnacl::PnaclHostTest
128 base::Bind(expect_hit ? &PnaclHostTest::CallbackExpectHit \
129 : &PnaclHostTest::CallbackExpectMiss, \
133 TEST_F(PnaclHostTest, BasicMiss) {
156 TEST_F(PnaclHostTest, BadArguments) {
169 TEST_F(PnaclHostTest, BasicHit) {
182 TEST_F(PnaclHostTest, TranslationErrors) {
218 TEST_F(PnaclHostTest, OverlappedMissesAfterTempReturn) {
238 TEST_F(PnaclHostTest, OverlappedMissesBeforeTempRetur
[all...]

Completed in 264 milliseconds