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 128 class RegistryValuePredicate {
130 virtual ~RegistryValuePredicate() { }
151 const RegistryValuePredicate& predicate);
161 const RegistryValuePredicate& predicate);
164 class ValueEquals : public RegistryValuePredicate {
190 class ProgramCompare : public RegistryValuePredicate {
install_util.cc 491 const RegistryValuePredicate& predicate) {
515 const RegistryValuePredicate& predicate) {
install_util_unittest.cc 25 class MockRegistryValuePredicate : public InstallUtil::RegistryValuePredicate {

Completed in 58 milliseconds