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

  /external/chromium_org/chrome/installer/util/
install_util.h 125 class RegistryValuePredicate {
127 virtual ~RegistryValuePredicate() { }
147 const RegistryValuePredicate& predicate);
156 const RegistryValuePredicate& predicate);
159 class ValueEquals : public RegistryValuePredicate {
185 class ProgramCompare : public RegistryValuePredicate {
install_util.cc 456 const RegistryValuePredicate& predicate) {
477 const RegistryValuePredicate& predicate) {
install_util_unittest.cc 24 class MockRegistryValuePredicate : public InstallUtil::RegistryValuePredicate {

Completed in 481 milliseconds