Home | History | Annotate | Download | only in util

Lines Matching defs:registration

59 // An enum used to tell QuickIsChromeRegistered() which level of registration
69 // Note: Shell registration implies ProgId registration.
194 // Returns the Windows browser client registration key for Chrome. For
199 // user-specific registration suffix; see GetUserSpecificDefaultBrowserSuffix
255 // registered to handle some verbs. This registration has the side-effect
788 // how Chrome is registered, not to know whether the registration is complete
1061 base::win::ScopedComPtr<IApplicationAssociationRegistration> registration;
1062 HRESULT hr = registration.CreateInstance(
1073 hr = registration->QueryCurrentDefault(protocols[i], AT_URLPROTOCOL,
1088 base::win::ScopedComPtr<IApplicationAssociationRegistration> registration;
1089 HRESULT hr = registration.CreateInstance(
1101 hr = registration->QueryAppIsDefault(protocols[i], AT_URLPROTOCOL,
1149 // A helper function that probes default protocol handler registration (in a
1684 // registration style if one is present).
2062 // Do the full registration if we can do it at user-level or if the user is
2089 // with no suffix (as per the old registration style): in which case some
2101 // Windows in HKCU (this was not done in the old registration style and
2103 // registration).