OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendFinancialPing
(Results
1 - 10
of
10
) 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
().
68
// Set the URLRequestContextGetter used by
SendFinancialPing
(). The IO message
70
//
SendFinancialPing
().
110
//
SendFinancialPing
() and GetPingParams().
133
// acting upon the response. Clients should
SendFinancialPing
() to avoid needing
222
bool RLZ_LIB_API
SendFinancialPing
(Product product,
230
// An alternate implementations of
SendFinancialPing
with the same behavior,
232
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
419
TEST_F(RlzLibTest,
SendFinancialPing
) {
472
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,
356
if (!IsBrandOrganic(brand_) &&
SendFinancialPing
(brand_, lang, referral)) {
371
SendFinancialPing
(reactivation_brand_, lang, referral);
375
bool RLZTracker::
SendFinancialPing
(const std::string& brand,
378
return ::
SendFinancialPing
(brand, lang, referral);
rlz.h
164
// Schedules a call to rlz_lib::
SendFinancialPing
(). This method is virtual
176
virtual bool
SendFinancialPing
(const std::string& brand,
rlz_extension_api.cc
171
// rlz_lib::
SendFinancialPing
() will not send a ping more often than once in
174
// use the return value of rlz_lib::
SendFinancialPing
() as the return value
177
bool sent = rlz_lib::
SendFinancialPing
(product_, access_points_.get(),
rlz_unittest.cc
151
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 256 milliseconds