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

  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker_unittest.cc 39 SIGN_IN,
76 case SIGN_IN:
173 TrackingEvent(is_signed_in ? SIGN_IN : SIGN_OUT, ids.email, ids.gaia));
419 TrackingEvent(SIGN_IN, "user@example.com")));
441 TrackingEvent(SIGN_IN, "user@example.com")));
450 TrackingEvent(SIGN_IN, "user@example.com"),
458 TrackingEvent(SIGN_IN, "user@example.com")));
467 TrackingEvent(SIGN_IN, "user@example.com"),
472 TrackingEvent(SIGN_IN, "user@example.com")));
484 TrackingEvent(SIGN_IN, "user@example.com")))
    [all...]
  /external/chromium_org/google_apis/gaia/
account_tracker_unittest.cc 28 SIGN_IN,
65 case SIGN_IN:
162 TrackingEvent(is_signed_in ? SIGN_IN : SIGN_OUT, ids.email, ids.gaia));
402 TrackingEvent(SIGN_IN, kPrimaryAccountKey)));
413 TrackingEvent(SIGN_IN, kPrimaryAccountKey)));
424 TrackingEvent(SIGN_IN, kPrimaryAccountKey)));
462 observer()->CheckEvents(TrackingEvent(SIGN_IN, kPrimaryAccountKey)));
492 TrackingEvent(SIGN_IN, kPrimaryAccountKey)));
506 TrackingEvent(SIGN_IN, "user@example.com")));
524 TrackingEvent(SIGN_IN, "user@example.com")
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 171 SIGN_IN,

Completed in 2204 milliseconds