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

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 62 net::TestCompletionCallback store_cb; local
65 cache_->StoreNexe(key, nexe_buf, store_cb.callback());
69 EXPECT_EQ(net::OK, store_cb.GetResult(net::ERR_IO_PENDING));
203 net::TestCompletionCallback store_cb; local
204 cache_->StoreNexe(test_key, large_buffer, store_cb.callback());
205 EXPECT_EQ(net::ERR_FAILED, store_cb.GetResult(net::ERR_IO_PENDING));

Completed in 94 milliseconds