OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SendFinancialPing
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/rlz/win/dll/
exports.cc
82
RLZ_DLL_EXPORT bool
SendFinancialPing
(rlz_lib::Product product,
89
return rlz_lib::
SendFinancialPing
(product, access_points, product_signature,
101
return rlz_lib::
SendFinancialPing
(product, access_points, product_signature,
/external/chromium_org/chrome/browser/rlz/
rlz.cc
167
bool
SendFinancialPing
(const std::string& brand,
184
return rlz_lib::
SendFinancialPing
(rlz_lib::CHROME, points,
380
if (!IsBrandOrganic(brand_) &&
SendFinancialPing
(brand_, lang, referral)) {
398
SendFinancialPing
(reactivation_brand_, lang, referral);
402
bool RLZTracker::
SendFinancialPing
(const std::string& brand,
405
return ::
SendFinancialPing
(brand, lang, referral);
/external/chromium_org/rlz/lib/
rlz_lib.cc
458
bool
SendFinancialPing
(Product product, const AccessPoint* access_points,
463
return
SendFinancialPing
(product, access_points, product_signature,
469
bool
SendFinancialPing
(Product product, const AccessPoint* access_points,
Completed in 36 milliseconds