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

  /external/chromium_org/chrome/installer/util/
installation_validator.h 98 typedef std::map<string16, CommandValidatorFn> CommandExpectations;
220 const CommandExpectations& expectations,
installation_validator.cc 353 const CommandExpectations& expectations,
357 CommandExpectations the_expectations(expectations);
361 CommandExpectations::iterator expectation;
379 CommandExpectations::const_iterator scan(the_expectations.begin());
380 CommandExpectations::const_iterator end(the_expectations.end());
398 CommandExpectations expectations;
685 CommandExpectations expectations;

Completed in 554 milliseconds