Home | History | Annotate | Download | only in rlz

Lines Matching refs:rlz

22 #include "rlz/lib/rlz_lib.h"
29 // RLZ is a library which is used to measure distribution scenarios.
34 // RLZ library which can be found at http://code.google.com/p/rlz.
36 // For partner or bundled installs, the RLZ might send more information
41 // Initializes the RLZ library services for use in chrome. Schedules a delayed
55 // Records an RLZ event. Some events can be access point independent.
69 // "X-Rlz-String: <access-point-rlz>\r\n"
73 // Gets the RLZ value of the access point.
74 // Returns false if the rlz string could not be obtained. In some cases
77 base::string16* rlz);
83 // Clears all product state. Should be called when turning RLZ off. On other
108 // Performs initialization of RLZ tracker that is purposefully delayed so
123 // Sends the financial ping to the RLZ servers and invalidates the RLZ string
124 // cache since the response from the RLZ server may have changed then.
149 bool GetAccessPointRlzImpl(rlz_lib::AccessPoint point, base::string16* rlz);
175 // Sends the financial ping to the RLZ servers. This method is virtual to
194 // Configuation data for RLZ tracker. Set by call to Init().
205 // Keeps track if the RLZ tracker has already performed its delayed
209 // Keeps a cache of RLZ access point strings, since they rarely change.