Searched refs:look_for_in (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc537 // |look_for_in| specifies roots (HKCU and/or HKLM) in which to look for the
540 // |look_for_in| must at least specify one root to look into.
541 // If |look_for_in| is LOOK_IN_HKCU_THEN_HKLM, this method mimics Windows'
546 bool ExistsInRegistry(uint32 look_for_in) const {
547 DCHECK(look_for_in);
550 if (look_for_in & LOOK_IN_HKCU)
552 if (status == DOES_NOT_EXIST && (look_for_in & LOOK_IN_HKLM))
638 // |look_for_in| is passed to RegistryEntry::ExistsInRegistry(). Documentation
641 uint32 look_for_in) {
647 registered = (*itr)->ExistsInRegistry(look_for_in);
640 AreEntriesRegistered(const ScopedVector<RegistryEntry>& entries, uint32 look_for_in) argument
662 IsChromeRegistered(BrowserDistribution* dist, const string16& chrome_exe, const string16& suffix, uint32 look_for_in) argument
676 IsChromeRegisteredForProtocol(BrowserDistribution* dist, const string16& suffix, const string16& protocol, uint32 look_for_in) argument
1956 uint32 look_for_in = user_level ? local
2040 uint32 look_for_in = user_level ? local
[all...]

Completed in 47 milliseconds