Searched refs:referral (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/rlz/
H A Drlz.cc53 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))) {
52 SendFinancialPing(const std::wstring& brand, const std::wstring& lang, const std::wstring& referral, bool exclude_id) argument
/external/smack/src/org/xbill/DNS/
H A DLookup.java57 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 204 milliseconds