HomeSort by relevance Sort by last modified time
    Searched defs:InitRlzDelayed (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
test_login_utils.cc 42 void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
fake_login_utils.cc 94 void FakeLoginUtils::InitRlzDelayed(Profile* user_profile) {
login_utils.cc 136 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
517 InitRlzDelayed(user_profile);
529 void LoginUtilsImpl::InitRlzDelayed(Profile* user_profile) {
534 base::Bind(&LoginUtilsImpl::InitRlzDelayed, AsWeakPtr(), user_profile));
  /external/chromium/chrome/browser/rlz/
rlz.cc 269 bool RLZTracker::InitRlzDelayed(bool first_run, int delay) {
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 203 bool RLZTracker::InitRlzDelayed(bool first_run,
244 if (!InitRlzDelayed(first_run, send_ping_immediately, delay,

Completed in 258 milliseconds