Home
last modified time | relevance | path

Searched defs:SendFinancialPing (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/rlz/
Drlz.cc167 bool SendFinancialPing(const std::string& brand, in SendFinancialPing() function
402 bool RLZTracker::SendFinancialPing(const std::string& brand, in SendFinancialPing() function in RLZTracker
Drlz_unittest.cc140 virtual bool SendFinancialPing(const std::string& brand, in SendFinancialPing() function in TestRLZTracker
/external/chromium_org/rlz/win/dll/
Dexports.cc82 RLZ_DLL_EXPORT bool SendFinancialPing(rlz_lib::Product product, in SendFinancialPing() function
/external/chromium_org/rlz/lib/
Drlz_lib.cc458 bool SendFinancialPing(Product product, const AccessPoint* access_points, in SendFinancialPing() function
469 bool SendFinancialPing(Product product, const AccessPoint* access_points, in SendFinancialPing() function
Drlz_lib_test.cc430 TEST_F(RlzLibTest, SendFinancialPing) { in TEST_F() argument