OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
476
const
RegistryValuePredicate
& predicate) {
497
const
RegistryValuePredicate
& predicate) {
install_util_unittest.cc
24
class MockRegistryValuePredicate : public InstallUtil::
RegistryValuePredicate
{
Completed in 1165 milliseconds