OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutofillDialogViews
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_view_tester_views.h
13
class
AutofillDialogViews
;
17
explicit AutofillDialogViewTesterViews(
AutofillDialogViews
* view);
36
AutofillDialogViews
* view_;
autofill_dialog_views.cc
476
//
AutofillDialogViews
::AccountChooser -----------------------------------------
478
AutofillDialogViews
::AccountChooser::AccountChooser(
502
AutofillDialogViews
::AccountChooser::~AccountChooser() {}
504
void
AutofillDialogViews
::AccountChooser::Update() {
522
void
AutofillDialogViews
::AccountChooser::OnMenuButtonClicked(
542
views::View*
AutofillDialogViews
::GetLoadingShieldForTesting() {
546
views::WebView*
AutofillDialogViews
::GetSignInWebViewForTesting() {
550
views::View*
AutofillDialogViews
::GetNotificationAreaForTesting() {
554
views::View*
AutofillDialogViews
::GetScrollableAreaForTesting() {
558
void
AutofillDialogViews
::AccountChooser::LinkClicked(views::Link* source
[
all
...]
autofill_dialog_view_tester_views.cc
22
AutofillDialogViewTesterViews(static_cast<
AutofillDialogViews
*>(view)));
26
AutofillDialogViews
* view)
autofill_dialog_views_unittest.cc
32
class TestAutofillDialogViews : public
AutofillDialogViews
{
35
:
AutofillDialogViews
(delegate) {}
38
using
AutofillDialogViews
::GetLoadingShieldForTesting;
39
using
AutofillDialogViews
::GetSignInWebViewForTesting;
40
using
AutofillDialogViews
::GetNotificationAreaForTesting;
41
using
AutofillDialogViews
::GetScrollableAreaForTesting;
autofill_dialog_views.h
63
class
AutofillDialogViews
: public AutofillDialogView,
72
explicit
AutofillDialogViews
(AutofillDialogViewDelegate* delegate);
73
virtual ~
AutofillDialogViews
();
384
explicit SuggestionView(
AutofillDialogViews
* autofill_dialog);
674
ScopedObserver<views::Widget,
AutofillDialogViews
> observer_;
682
DISALLOW_COPY_AND_ASSIGN(
AutofillDialogViews
);
Completed in 722 milliseconds