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

  /external/chromium_org/chrome/installer/util/
install_util.h 190 class ProgramCompare : public RegistryValuePredicate {
192 explicit ProgramCompare(const base::FilePath& path_to_match);
193 virtual ~ProgramCompare();
207 DISALLOW_COPY_AND_ASSIGN(ProgramCompare);
208 }; // class ProgramCompare
install_util.cc 581 bool InstallUtil::ProgramCompare::OpenForInfo(const base::FilePath& path,
590 bool InstallUtil::ProgramCompare::GetInfo(const base::File& file,
596 InstallUtil::ProgramCompare::ProgramCompare(const base::FilePath& path_to_match)
611 InstallUtil::ProgramCompare::~ProgramCompare() {
614 bool InstallUtil::ProgramCompare::Evaluate(const base::string16& value) const {
628 bool InstallUtil::ProgramCompare::EvaluatePath(

Completed in 59 milliseconds