HomeSort by relevance Sort by last modified time
    Searched defs:ContentVerifyJob (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
content_verify_job.cc 20 ContentVerifyJob::TestDelegate* g_test_delegate = NULL;
24 ContentVerifyJob::ContentVerifyJob(ContentHashReader* hash_reader,
39 ContentVerifyJob::~ContentVerifyJob() {
42 void ContentVerifyJob::Start() {
48 base::Bind(&ContentVerifyJob::OnHashesReady, this));
51 void ContentVerifyJob::BytesRead(int count, const char* data) {
97 void ContentVerifyJob::DoneReading() {
114 bool ContentVerifyJob::FinishBlock()
    [all...]
content_verify_job.h 31 class ContentVerifyJob : public base::RefCountedThreadSafe<ContentVerifyJob> {
50 ContentVerifyJob(ContentHashReader* hash_reader,
82 DISALLOW_COPY_AND_ASSIGN(ContentVerifyJob);
84 virtual ~ContentVerifyJob();
85 friend class base::RefCountedThreadSafe<ContentVerifyJob>;

Completed in 48 milliseconds