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

/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc143 bool OpenClientStateKey(HKEY root_key, const wchar_t* app_guid, REGSAM access, function in namespace:mini_installer
185 if (OpenClientStateKey(root_key, app_guid, key_access, &key)) {
203 if (!OpenClientStateKey(root_key, app_guid, key_access, &key))
234 return OpenClientStateKey(root_key, app_guid, KEY_QUERY_VALUE, &key) &&

Completed in 90 milliseconds