OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowSignInWebView
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h
67
virtual bool
ShouldShowSignInWebView
() const = 0;
mock_autofill_dialog_view_delegate.h
32
MOCK_CONST_METHOD0(
ShouldShowSignInWebView
, bool());
autofill_dialog_controller_browsertest.cc
[
all
...]
autofill_dialog_controller_impl.h
111
virtual bool
ShouldShowSignInWebView
() const OVERRIDE;
[
all
...]
autofill_dialog_controller_impl.cc
689
ShouldShowSignInWebView
() ? IDS_AUTOFILL_DIALOG_CANCEL_SIGN_IN :
721
if (!IsPayingWithWallet() ||
ShouldShowSignInWebView
())
738
bool AutofillDialogControllerImpl::
ShouldShowSignInWebView
() const {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc
[
all
...]
Completed in 44 milliseconds