Home
last modified time | relevance | path

Searched refs:kApRegistryValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
Dmini_installer_constants.h30 extern const wchar_t kApRegistryValue[];
Dmini_installer_constants.cc40 const wchar_t kApRegistryValue[] = L"ap"; variable
Dmini_installer.cc189 ret = key.ReadValue(kApRegistryValue, value.get(), value.capacity()); in SetInstallerFlags()
209 ret = key.ReadValue(kApRegistryValue, value.get(), value.capacity()); in SetInstallerFlags()
223 key.WriteValue(kApRegistryValue, value.get()); in SetInstallerFlags()