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

  /external/chromium_org/chrome/utility/extensions/
unpacker_unittest.cc 51 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_->error_message()
    [all...]
  /external/chromium_org/components/component_updater/
component_updater_service.cc 212 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;
    [all...]

Completed in 201 milliseconds