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

  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 114 return product_guid();
118 return product_guid();
170 key.append(product_guid());
177 key.append(product_guid());
192 sub_key.append(product_guid());
239 key.append(product_guid());
271 product_guid());
google_chrome_distribution.h 90 const string16& product_guid() { return product_guid_; } function in class:GoogleChromeDistribution
google_update_settings.h 184 const std::wstring& product_guid);
google_update_settings.cc 376 const std::wstring& product_guid) {
385 reg_key.append(product_guid);
401 result = key.CreateKey(product_guid.c_str(), KEY_SET_VALUE);

Completed in 102 milliseconds