OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checked_item_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc
36
checked_item_
(kWalletAccountsStartId),
43
checked_item_
= kAutofillItemId;
57
checked_item_
= kWalletAccountsStartId + user_index;
61
checked_item_
= kAutofillItemId;
81
checked_item_
= kWalletAccountsStartId;
98
return
checked_item_
- kWalletAccountsStartId;
102
return command_id ==
checked_item_
;
120
if (
checked_item_
== command_id)
131
} else if (
checked_item_
== kAutofillItemId) {
145
checked_item_
= command_id
[
all
...]
autofill_dialog_models.cc
30
checked_item_
(0) {}
67
checked_item_
= 0;
80
return items_[
checked_item_
].key;
86
checked_item_
= i;
94
checked_item_
= index;
108
return
checked_item_
== command_id;
autofill_dialog_models.h
72
// Returns the ID key for the item at |
checked_item_
|, or an empty string if
80
int checked_item() const { return
checked_item_
; }
114
int
checked_item_
;
member in class:autofill::SuggestionsMenuModel
account_chooser_model.h
82
// and switches |
checked_item_
| to point to the menu item for the account.
125
int
checked_item_
;
member in class:autofill::AccountChooserModel
Completed in 683 milliseconds