Home | History | Annotate | Download | only in rlz

Lines Matching refs:rlz

5 // This code glues the RLZ library DLL with Chrome. It allows Chrome to work
9 #include "chrome/browser/rlz/rlz.h"
77 TRACE_EVENT0("RLZ", "RecordProductEvents");
78 // Record the installation of chrome. We call this all the time but the rlz
89 // empty rlz which means we haven't got a chance to do it.
118 // time but the rlz lib should ingore all but the first one.
126 // time but the rlz lib should ingore all but the first one.
260 // Prime the RLZ cache for the home page access point so that its avaiable
302 // Could be NULL; don't run if so. RLZ will try again next restart.
324 // For organic brandcodes do not use rlz at all. Empty brandcode usually
358 TRACE_EVENT0("RLZ", "RLZTracker::PingNowImpl");
374 // Prime the RLZ cache for the access points we are interested in.
491 TRACE_EVENT0("RLZ", "RLZTracker::GetAccessPointHttpHeader");
496 net::HttpUtil::AppendHeaderIfMissing("X-Rlz-String",
504 // GetAccessPointRlz() caches RLZ strings for all access points. If we had
507 base::string16* rlz) {
508 TRACE_EVENT0("RLZ", "RLZTracker::GetAccessPointRlz");
509 return GetInstance()->GetAccessPointRlzImpl(point, rlz);
512 // GetAccessPointRlz() caches RLZ strings for all access points. If we had
515 base::string16* rlz) {
516 // If the RLZ string for the specified access point is already cached,
521 if (rlz)
522 *rlz = rlz_cache_[point];
537 if (rlz)
538 *rlz = rlz_local;