OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_account_index_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.h
271
size_t active_account_index() const { return
active_account_index_
; }
310
size_t
active_account_index_
;
member in class:autofill::wallet::WalletItems
wallet_items.cc
286
if (
active_account_index_
>= gaia_accounts_.size())
289
return gaia_accounts_[
active_account_index_
]->obfuscated_id();
432
active_account_index_
(std::numeric_limits<size_t>::max()),
567
active_account_index_
= account->index();
Completed in 109 milliseconds