Home
last modified time | relevance | path

Searched refs:SendFinancialPing (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/rlz/win/dll/
Dexports.cc82 RLZ_DLL_EXPORT bool SendFinancialPing(rlz_lib::Product product, in SendFinancialPing() function
89 return rlz_lib::SendFinancialPing(product, access_points, product_signature, in SendFinancialPing()
101 return rlz_lib::SendFinancialPing(product, access_points, product_signature, in SendFinancialPingNoDelay()
/external/chromium_org/chrome/browser/rlz/
Drlz.cc134 bool SendFinancialPing(const std::string& brand, in SendFinancialPing() function
148 return rlz_lib::SendFinancialPing(rlz_lib::CHROME, points, in SendFinancialPing()
366 if (!IsBrandOrganic(brand_) && SendFinancialPing(brand_, lang, referral)) { in PingNowImpl()
381 SendFinancialPing(reactivation_brand_, lang, referral); in PingNowImpl()
385 bool RLZTracker::SendFinancialPing(const std::string& brand, in SendFinancialPing() function in RLZTracker
388 return ::SendFinancialPing(brand, lang, referral); in SendFinancialPing()
Drlz.h177 virtual bool SendFinancialPing(const std::string& brand,
Drlz_unittest.cc135 virtual bool SendFinancialPing(const std::string& brand, in SendFinancialPing() function in TestRLZTracker
/external/chromium_org/rlz/lib/
Drlz_lib.h238 bool RLZ_LIB_API SendFinancialPing(Product product,
248 bool RLZ_LIB_API SendFinancialPing(Product product,
Drlz_lib.cc458 bool SendFinancialPing(Product product, const AccessPoint* access_points, in SendFinancialPing() function
463 return SendFinancialPing(product, access_points, product_signature, in SendFinancialPing()
469 bool SendFinancialPing(Product product, const AccessPoint* access_points, in SendFinancialPing() function
Drlz_lib_test.cc430 TEST_F(RlzLibTest, SendFinancialPing) { in TEST_F() argument
473 rlz_lib::SendFinancialPing(rlz_lib::TOOLBAR_NOTIFIER, points, in TEST_F()
515 EXPECT_FALSE(rlz_lib::SendFinancialPing(rlz_lib::TOOLBAR_NOTIFIER, points, in TEST_F()
/external/chromium/chrome/browser/rlz/
Drlz.cc52 bool SendFinancialPing(const std::wstring& brand, const std::wstring& lang, in SendFinancialPing() function
61 return rlz_lib::SendFinancialPing(rlz_lib::CHROME, points, "chrome", in SendFinancialPing()
145 if (SendFinancialPing(brand, lang, referral, is_organic(brand))) { in PingNow()
/external/chromium/chrome/browser/extensions/
Dextension_rlz_module.cc169 bool sent = rlz_lib::SendFinancialPing(product, access_points.get(), in RunImpl()