OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_forms
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/password_manager/core/browser/
password_store_unittest.cc
136
std::vector<PasswordForm*>
all_forms
;
local
139
all_forms
.push_back(form);
152
www_google_expected.push_back(
all_forms
[2]);
160
accounts_google_expected.push_back(
all_forms
[3]);
167
bar_example_expected.push_back(
all_forms
[4]);
191
STLDeleteElements(&
all_forms
);
/external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc
340
PasswordFormList
all_forms
;
341
GetLoginsList(&
all_forms
, form.signon_realm, wallet_handle);
344
kept_forms.reserve(
all_forms
.size());
345
for (size_t i = 0; i <
all_forms
.size(); ++i) {
346
if (CompareForms(form, *
all_forms
[i], false))
347
delete
all_forms
[i];
349
kept_forms.push_back(
all_forms
[i]);
461
PasswordFormList
all_forms
;
local
471
PasswordFormList
all_forms
;
local
472
if (!GetAllLogins(&
all_forms
, wallet_handle)
540
PasswordFormList
all_forms
;
local
677
PasswordFormList
all_forms
;
local
[
all
...]
native_backend_gnome_x.cc
743
PasswordFormList
all_forms
;
local
744
if (!GetAllLogins(&
all_forms
))
751
for (size_t i = 0; i <
all_forms
.size(); ++i) {
752
if (get_begin <=
all_forms
[i]->*date_member &&
753
(get_end.is_null() ||
all_forms
[i]->*date_member < get_end)) {
754
forms->push_back(
all_forms
[i]);
756
delete
all_forms
[i];
[
all
...]
Completed in 577 milliseconds