OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignedInState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc
679
if (
SignedInState
() == SIGNED_IN)
687
int ids =
SignedInState
() == NOT_CHECKED ?
728
return
SignedInState
() == REQUIRES_RESPONSE ||
729
SignedInState
() == REQUIRES_PASSIVE_SIGN_IN;
[
all
...]
autofill_dialog_controller_impl.h
316
DialogSignedInState
SignedInState
() const;
328
// Handles the
SignedInState
() on Wallet or sign-in state update.
[
all
...]
autofill_dialog_controller_unittest.cc
304
using AutofillDialogControllerImpl::
SignedInState
;
[
all
...]
Completed in 28 milliseconds