Home | History | Annotate | Download | only in rlz

Lines Matching defs:referral

47 // The referral program is defunct and not used. No need to implement these
49 static bool GetReferral(base::string16* referral) {
169 const base::string16& referral) {
177 std::string referral_ascii(base::UTF16ToASCII(referral));
377 base::string16 referral;
378 GoogleUpdateSettings::GetReferral(&referral);
380 if (!IsBrandOrganic(brand_) && SendFinancialPing(brand_, lang, referral)) {
398 SendFinancialPing(reactivation_brand_, lang, referral);
404 const base::string16& referral) {
405 return ::SendFinancialPing(brand, lang, referral);