HomeSort by relevance Sort by last modified time
    Searched refs:GetStateKey (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/installer/util/
google_chrome_binaries_distribution.h 20 virtual string16 GetStateKey();
chromium_binaries_distribution.h 42 virtual string16 GetStateKey() OVERRIDE;
google_chrome_binaries_distribution.cc 38 string16 GoogleChromeBinariesDistribution::GetStateKey() {
chrome_app_host_distribution.h 43 virtual string16 GetStateKey() OVERRIDE;
chrome_frame_distribution.h 38 virtual string16 GetStateKey() OVERRIDE;
chromium_binaries_distribution.cc 81 string16 ChromiumBinariesDistribution::GetStateKey() {
google_chrome_distribution.h 61 virtual string16 GetStateKey() OVERRIDE;
browser_distribution.h 120 virtual string16 GetStateKey();
chrome_frame_distribution.cc 82 string16 ChromeFrameDistribution::GetStateKey() {
google_chrome_distribution_dummy.cc 89 string16 GoogleChromeDistribution::GetStateKey() {
google_update_settings.cc 49 std::wstring reg_path = dist->GetStateKey();
91 RegKey key(HKEY_CURRENT_USER, dist->GetStateKey().c_str(), KEY_SET_VALUE);
120 std::wstring reg_path = dist->GetStateKey();
130 std::wstring reg_path = dist->GetStateKey();
146 string16 reg_path = dist->GetStateKey();
237 dist->GetStateKey().c_str(),
267 system_install ? dist->GetStateMediumKey() : dist->GetStateKey();
510 std::wstring reg_path = dist->GetStateKey();
731 system_install ? dist->GetStateMediumKey() : dist->GetStateKey());
758 system_install ? dist->GetStateMediumKey() : dist->GetStateKey());
    [all...]
installer_state.cc 290 state_key_ = operand->GetStateKey();
419 state_key_ = the_product.distribution()->GetStateKey();
785 result = state_key.Create(root_key_, dist->GetStateKey().c_str(),
792 LOG(ERROR) << "Failed opening key " << dist->GetStateKey()
815 system_install, (*scan)->distribution()->GetStateKey(), status,
821 system_install, multi_package_binaries_distribution()->GetStateKey(),
chrome_app_host_distribution.cc 93 string16 ChromeAppHostDistribution::GetStateKey() {
browser_distribution.cc 236 string16 BrowserDistribution::GetStateKey() {
product.cc 123 distribution_->GetStateKey().c_str(), KEY_READ | KEY_WRITE);
product_unittest.cc 127 std::wstring state_key_path(distribution->GetStateKey());
installer_state_unittest.cc 399 key.Open(root, distribution->GetStateKey().c_str(), KEY_READ));
434 key.Open(root, distribution->GetStateKey().c_str(), KEY_READ));
439 key.Open(root, binaries->GetStateKey().c_str(), KEY_READ));
627 BrowserDistribution::CHROME_BROWSER)->GetStateKey());
652 BrowserDistribution::CHROME_BROWSER)->GetStateKey());
google_chrome_distribution.cc 192 string16 GoogleChromeDistribution::GetStateKey() {
google_update_settings_unittest.cc 63 std::wstring path = dist->GetStateKey();
141 chrome->GetStateMediumKey() : chrome->GetStateKey();
    [all...]
installation_state.cc 50 const std::wstring state_key(distribution->GetStateKey());
product_state_unittest.cc 76 client_state_.Create(overridden_, dist_->GetStateKey().c_str(),
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 372 result = state_key.Open(root, dist->GetStateKey().c_str(),
393 result = state_key.Open(root, dist->GetStateKey().c_str(),
408 result = state_key.Open(root, dist->GetStateKey().c_str(),
setup_util_unittest.cc 447 base::win::RegKey(kRootKey, dist->GetStateKey().c_str(),
451 base::win::RegKey(kRootKey, dist->GetStateKey().c_str(),
462 base::win::RegKey(kRootKey, dist->GetStateKey().c_str(),
install_worker.cc 653 string16 update_state_key(browser_dist->GetStateKey());
    [all...]
install_worker_unittest.cc 648 StrEq(chrome_dist->GetStateKey()),
654 StrEq(chrome_dist->GetStateKey()),

Completed in 81 milliseconds

1 2