OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountChooserModel
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc
23
const int
AccountChooserModel
::kWalletAddAccountId = 0;
24
const int
AccountChooserModel
::kAutofillItemId = 1;
25
const int
AccountChooserModel
::kWalletAccountsStartId = 2;
29
AccountChooserModel
::
AccountChooserModel
(
49
AccountChooserModel
::~
AccountChooserModel
() {}
51
void
AccountChooserModel
::MenuWillShow() {
55
void
AccountChooserModel
::SelectWalletAccount(size_t user_index) {
60
void
AccountChooserModel
::SelectUseAutofill()
[
all
...]
account_chooser_model.h
22
class
AccountChooserModel
;
24
// A delegate interface to allow the
AccountChooserModel
to inform its owner
49
class
AccountChooserModel
: public ui::SimpleMenuModel,
54
AccountChooserModel
(AccountChooserModelDelegate* delegate,
58
virtual ~
AccountChooserModel
();
137
DISALLOW_COPY_AND_ASSIGN(
AccountChooserModel
);
account_chooser_model_unittest.cc
18
class TestAccountChooserModel : public
AccountChooserModel
{
24
:
AccountChooserModel
(delegate, profile, disable_wallet, metric_logger) {}
27
using
AccountChooserModel
::kWalletAccountsStartId;
28
using
AccountChooserModel
::kWalletAddAccountId;
29
using
AccountChooserModel
::kAutofillItemId;
autofill_dialog_controller_impl.h
309
AccountChooserModel
* AccountChooserModelForTesting();
588
// The
AccountChooserModel
acts as the MenuModel for the account chooser,
590
scoped_ptr<
AccountChooserModel
> account_chooser_model_;
[
all
...]
autofill_dialog_controller_browsertest.cc
[
all
...]
autofill_dialog_controller_impl.cc
625
new
AccountChooserModel
(this,
[
all
...]
Completed in 178 milliseconds