Searched defs:SignedInState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc911 if (SignedInState() == SIGNED_IN)
919 int ids = SignedInState() == NOT_CHECKED ?
960 return SignedInState() == REQUIRES_RESPONSE ||
961 SignedInState() == REQUIRES_PASSIVE_SIGN_IN;
1144 AutofillDialogControllerImpl::SignedInState() const { function in class:autofill::AutofillDialogControllerImpl
1169 switch (SignedInState()) {
1588 (SignedInState() == SIGNED_IN &&
2274 if (SignedInState() == NOT_CHECKED) {
2872 SignedInState() == SIGNED_IN;
4097 if (SignedInState() !
[all...]

Completed in 697 milliseconds