Searched refs:SendFinancialPing (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/rlz/win/dll/ |
D | exports.cc | 82 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/ |
D | rlz.cc | 134 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()
|
D | rlz.h | 177 virtual bool SendFinancialPing(const std::string& brand,
|
D | rlz_unittest.cc | 135 virtual bool SendFinancialPing(const std::string& brand, in SendFinancialPing() function in TestRLZTracker
|
/external/chromium_org/rlz/lib/ |
D | rlz_lib.h | 238 bool RLZ_LIB_API SendFinancialPing(Product product, 248 bool RLZ_LIB_API SendFinancialPing(Product product,
|
D | rlz_lib.cc | 458 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
|
D | rlz_lib_test.cc | 430 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/ |
D | rlz.cc | 52 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/ |
D | extension_rlz_module.cc | 169 bool sent = rlz_lib::SendFinancialPing(product, access_points.get(), in RunImpl()
|