OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendFinancialPing
(Results
1 - 9
of
9
) 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/rlz/lib/
rlz_lib.h
32
// any calls to
SendFinancialPing
().
84
// Set the URLRequestContextGetter used by
SendFinancialPing
(). The IO message
86
//
SendFinancialPing
().
126
//
SendFinancialPing
() and GetPingParams().
149
// acting upon the response. Clients should
SendFinancialPing
() to avoid needing
238
bool RLZ_LIB_API
SendFinancialPing
(Product product,
246
// An alternate implementations of
SendFinancialPing
with the same behavior,
248
bool RLZ_LIB_API
SendFinancialPing
(Product product,
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,
rlz_lib_test.cc
430
TEST_F(RlzLibTest,
SendFinancialPing
) {
473
rlz_lib::
SendFinancialPing
(rlz_lib::TOOLBAR_NOTIFIER, points,
485
// rlz_lib::
SendFinancialPing
fails when this is set.
515
EXPECT_FALSE(rlz_lib::
SendFinancialPing
(rlz_lib::TOOLBAR_NOTIFIER, points,
[
all
...]
/external/chromium_org/chrome/browser/rlz/
rlz.cc
134
bool
SendFinancialPing
(const std::string& brand,
148
return rlz_lib::
SendFinancialPing
(rlz_lib::CHROME, points,
366
if (!IsBrandOrganic(brand_) &&
SendFinancialPing
(brand_, lang, referral)) {
381
SendFinancialPing
(reactivation_brand_, lang, referral);
385
bool RLZTracker::
SendFinancialPing
(const std::string& brand,
388
return ::
SendFinancialPing
(brand, lang, referral);
rlz.h
165
// Schedules a call to rlz_lib::
SendFinancialPing
(). This method is virtual
177
virtual bool
SendFinancialPing
(const std::string& brand,
rlz_unittest.cc
135
virtual bool
SendFinancialPing
(const std::string& brand,
/external/chromium/chrome/browser/rlz/
rlz.cc
52
bool
SendFinancialPing
(const std::wstring& brand, const std::wstring& lang,
61
return rlz_lib::
SendFinancialPing
(rlz_lib::CHROME, points, "chrome",
145
if (
SendFinancialPing
(brand, lang, referral, is_organic(brand))) {
/external/chromium/chrome/browser/extensions/
extension_rlz_module.cc
163
// rlz_lib::
SendFinancialPing
() will not send a ping more often than once in
166
// use the return value of rlz_lib::
SendFinancialPing
() as the return value
169
bool sent = rlz_lib::
SendFinancialPing
(product, access_points.get(),
Completed in 291 milliseconds