Lines Matching refs:rlz
9 #include "chrome/browser/rlz/rlz.h"
174 // For organic brandcodes do not use rlz at all. Empty brandcode usually
182 // empty rlz which means we haven't got a chance to do it.
204 // time but the rlz lib should ingore all but the first one.
312 std::wstring* rlz) {
317 *rlz = cached_ommibox_rlz;
336 rlz->erase();
343 *rlz = ASCIIToWide(std::string(str_rlz));
346 cached_ommibox_rlz.assign(*rlz);