OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guids
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc
985
std::vector<std::string>
guids
;
local
1008
std::vector<std::string>
guids
;
local
[
all
...]
autofill_table.h
92
// This table contains
guids
of "trashed" autofill
240
// of deleted
guids
in |profile_guids| and |credit_card_guids|.
249
bool GetAutofillProfilesInTrash(std::vector<std::string>*
guids
);
web_data_service.cc
1115
std::vector<std::string>
guids
;
local
[
all
...]
autofill_table.cc
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc
755
std::vector<std::string>
guids
;
local
756
table_->GetAutofillProfilesInTrash(&
guids
);
757
EXPECT_TRUE(
guids
.empty());
763
ASSERT_TRUE(table_->GetAutofillProfilesInTrash(&
guids
));
764
EXPECT_EQ(2UL,
guids
.size());
765
EXPECT_EQ("00000000-0000-0000-0000-000000000000",
guids
[0]);
766
EXPECT_EQ("00000000-0000-0000-0000-000000000001",
guids
[1]);
769
ASSERT_TRUE(table_->GetAutofillProfilesInTrash(&
guids
));
770
EXPECT_TRUE(
guids
.empty());
774
std::vector<std::string>
guids
;
local
[
all
...]
autofill_table.h
104
// This table contains
guids
of "trashed" autofill
274
// list of deleted profile
guids
in |profile_guids|. Return value is true if
297
bool GetAutofillProfilesInTrash(std::vector<std::string>*
guids
);
autofill_table.cc
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_ndis.c
[
all
...]
/external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc
287
// Determine uniqueness by inserting all of the
GUIDs
into a set and verifying
288
// the size of the set matches the number of
GUIDs
.
289
std::set<std::string>
guids
;
local
290
guids
.insert(profile0.guid());
291
guids
.insert(profile1.guid());
292
guids
.insert(creditcard0.guid());
293
guids
.insert(creditcard1.guid());
294
EXPECT_EQ(4U,
guids
.size());
[
all
...]
/external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc
435
// Determine uniqueness by inserting all of the
GUIDs
into a set and verifying
436
// the size of the set matches the number of
GUIDs
.
437
std::set<std::string>
guids
;
local
438
guids
.insert(profile0.guid());
439
guids
.insert(profile1.guid());
440
guids
.insert(credit_card0.guid());
441
guids
.insert(credit_card1.guid());
442
EXPECT_EQ(4U,
guids
.size());
445
// Test for http://crbug.com/50047. Makes sure that
guids
are populated
476
// Make sure the two profiles have different
GUIDs
, both valid
[
all
...]
Completed in 386 milliseconds