HomeSort by relevance Sort by last modified time
    Searched refs:ResourceUpdater (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/test/
resource_updater.h 24 class ResourceUpdater {
26 ResourceUpdater();
27 ~ResourceUpdater();
42 DISALLOW_COPY_AND_ASSIGN(ResourceUpdater);
43 }; // class ResourceUpdater
resource_updater.cc 15 ResourceUpdater::ResourceUpdater() : handle_(NULL) {
18 ResourceUpdater::~ResourceUpdater() {
26 bool ResourceUpdater::Initialize(const base::FilePath& pe_image_path) {
37 bool ResourceUpdater::Update(const std::wstring& name,
57 bool ResourceUpdater::Commit() {
alternate_version_generator.cc 640 ResourceUpdater updater;

Completed in 1116 milliseconds