Searched refs:SignedInState (Results 1 - 3 of 3) 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...]
H A Dautofill_dialog_controller_impl.h328 DialogSignedInState SignedInState() const;
345 // Handles the SignedInState() on Wallet or sign-in state update.
H A Dautofill_dialog_controller_unittest.cc341 using AutofillDialogControllerImpl::SignedInState;
3109 controller()->SignedInState());
3116 controller()->SignedInState());

Completed in 85 milliseconds