HomeSort by relevance Sort by last modified time
    Searched refs:kApRegistryValue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/mini_installer/
mini_installer_constants.h 30 extern const wchar_t kApRegistryValue[];
mini_installer_constants.cc 40 const wchar_t kApRegistryValue[] = L"ap";
mini_installer.cc 189 ret = key.ReadValue(kApRegistryValue, value.get(), value.capacity());
209 ret = key.ReadValue(kApRegistryValue, value.get(), value.capacity());
223 key.WriteValue(kApRegistryValue, value.get());
    [all...]

Completed in 127 milliseconds