Home
last modified time | relevance | path

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

/external/chromium_org/cloud_print/common/win/
Dinstall_utils.h21 void SetGoogleUpdateError(const base::string16& product_id,
25 void SetGoogleUpdateError(const base::string16& product_id, HRESULT hr);
Dinstall_utils.cc83 void SetGoogleUpdateError(const base::string16& product_id, in SetGoogleUpdateError() function
101 void SetGoogleUpdateError(const base::string16& product_id, HRESULT hr) { in SetGoogleUpdateError() function
/external/chromium_org/cloud_print/virtual_driver/win/install/
Dsetup.cc545 SetGoogleUpdateError(kGoogleUpdateProductId, in WinMain()
548 SetGoogleUpdateError(kGoogleUpdateProductId, retval); in WinMain()