HomeSort by relevance Sort by last modified time
    Searched full:store_cb (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 68 net::TestCompletionCallback store_cb; local
71 cache_->StoreNexe(key, nexe_buf, store_cb.callback());
75 EXPECT_EQ(net::OK, store_cb.GetResult(net::ERR_IO_PENDING));
211 net::TestCompletionCallback store_cb; local
212 cache_->StoreNexe(test_key, large_buffer, store_cb.callback());
213 EXPECT_EQ(net::ERR_FAILED, store_cb.GetResult(net::ERR_IO_PENDING));

Completed in 100 milliseconds