OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutofillDialogControllerImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc
510
AutofillDialogControllerImpl
::~
AutofillDialogControllerImpl
() {
518
base::WeakPtr<
AutofillDialogControllerImpl
>
519
AutofillDialogControllerImpl
::Create(
524
//
AutofillDialogControllerImpl
owns itself.
525
AutofillDialogControllerImpl
* autofill_dialog_controller =
526
new
AutofillDialogControllerImpl
(contents,
564
return
AutofillDialogControllerImpl
::Create(contents,
570
void
AutofillDialogControllerImpl
::Show() {
645
void
AutofillDialogControllerImpl
::Hide()
[
all
...]
autofill_dialog_controller_impl.h
69
class
AutofillDialogControllerImpl
: public AutofillDialogViewDelegate,
81
virtual ~
AutofillDialogControllerImpl
();
83
static base::WeakPtr<
AutofillDialogControllerImpl
> Create(
235
AutofillDialogControllerImpl
(
684
base::WeakPtrFactory<
AutofillDialogControllerImpl
> weak_ptr_factory_;
743
base::OneShotTimer<
AutofillDialogControllerImpl
> submit_button_delay_timer_;
752
base::OneShotTimer<
AutofillDialogControllerImpl
> card_scrambling_delay_
[
all
...]
autofill_dialog_controller_browsertest.cc
105
class TestAutofillDialogController : public
AutofillDialogControllerImpl
{
112
:
AutofillDialogControllerImpl
(contents,
137
AutofillDialogControllerImpl
::ViewClosed();
146
return
AutofillDialogControllerImpl
::InputValidityMessage(
155
return
AutofillDialogControllerImpl
::InputsAreValid(section, inputs);
158
// Saving to Chrome is tested in
AutofillDialogControllerImpl
unit tests.
169
using
AutofillDialogControllerImpl
::view;
170
using
AutofillDialogControllerImpl
::input_showing_popup;
186
using
AutofillDialogControllerImpl
::IsEditingExistingData;
187
using
AutofillDialogControllerImpl
::IsPayingWithWallet
[
all
...]
autofill_dialog_controller_unittest.cc
223
: public
AutofillDialogControllerImpl
,
233
:
AutofillDialogControllerImpl
(contents,
283
AutofillDialogControllerImpl
::SubmitButtonDelayBegin();
287
AutofillDialogControllerImpl
::SubmitButtonDelayEndForTesting();
290
using
AutofillDialogControllerImpl
::
299
using
AutofillDialogControllerImpl
::AccountChooserModelForTesting;
300
using
AutofillDialogControllerImpl
::OnDidLoadRiskFingerprintData;
301
using
AutofillDialogControllerImpl
::IsEditingExistingData;
302
using
AutofillDialogControllerImpl
::IsSubmitPausedOn;
303
using
AutofillDialogControllerImpl
::NOT_CHECKED
[
all
...]
Completed in 30 milliseconds