Searched refs:unpacker_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/utility/extensions/
H A Dunpacker_unittest.cc51 unpacker_.reset(new Unpacker(crx_path,
59 scoped_ptr<Unpacker> unpacker_; member in class:extensions::UnpackerTest
64 EXPECT_FALSE(unpacker_->Run());
66 unpacker_->error_message());
71 EXPECT_FALSE(unpacker_->Run());
73 unpacker_->error_message());
78 EXPECT_FALSE(unpacker_->Run());
80 unpacker_->error_message());
85 EXPECT_FALSE(unpacker_->Run());
86 EXPECT_TRUE(MatchPattern(unpacker_
[all...]
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc212 scoped_refptr<ComponentUnpacker> unpacker_; member in class:component_updater::CrxUpdateService
852 // |unpacker_|. If there is an error this function is in charge of deleting
857 unpacker_ = new ComponentUnpacker(context->pk_hash,
863 unpacker_->Unpack(base::Bind(&CrxUpdateService::EndUnpacking,
884 unpacker_ = NULL;

Completed in 1213 milliseconds