OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:guids
(Results
1 - 3
of
3
) sorted by null
/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/chrome/browser/webdata/
autofill_table_unittest.cc
985
std::vector<std::string>
guids
;
local
1008
std::vector<std::string>
guids
;
local
[
all
...]
web_data_service.cc
1115
std::vector<std::string>
guids
;
local
[
all
...]
Completed in 54 milliseconds