Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:cb

69     TestCompletionCallback cb;
70 int rv = cache->CreateEntry(entry.key, &cache_entry, &cb);
71 if (net::OK != cb.GetResult(rv))
117 TestCompletionCallback cb;
118 int rv = cache->OpenEntry(entries[i].key, &cache_entry, &cb);
119 if (net::OK != cb.GetResult(rv))
168 TestCompletionCallback cb;
172 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
174 ASSERT_EQ(net::OK, cb.GetResult(rv));
201 NULL, &cache, &cb);
202 ASSERT_EQ(net::OK, cb.GetResult(rv));