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

  /external/chromium/chrome/browser/rlz/
rlz.cc 53 const std::wstring& referral, bool exclude_id) {
59 std::string referral_ascii(WideToASCII(referral));
143 std::wstring referral; local
144 GoogleUpdateSettings::GetReferral(&referral);
145 if (SendFinancialPing(brand, lang, referral, is_organic(brand))) {
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 45 // The referral program is defunct and not used. No need to implement these
47 static bool GetReferral(string16* referral) {
136 const string16& referral) {
141 std::string referral_ascii(UTF16ToASCII(referral));
353 string16 referral; local
354 GoogleUpdateSettings::GetReferral(&referral);
356 if (!IsBrandOrganic(brand_) && SendFinancialPing(brand_, lang, referral)) {
371 SendFinancialPing(reactivation_brand_, lang, referral);
377 const string16& referral) {
378 return ::SendFinancialPing(brand, lang, referral);
    [all...]
  /external/smack/src/org/xbill/DNS/
Lookup.java 57 private boolean referral; field in class:Lookup
198 referral = false;
391 referral = false;
446 // We shouldn't get a referral. Ignore it.
447 referral = true;
564 } else if (referral) {
566 error = "referral";

Completed in 425 milliseconds