OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_names
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc
215
std::vector<base::string16>
full_names
;
local
221
full_names
.push_back(s.ColumnString16(4));
229
profile->SetRawMultiInfo(NAME_FULL,
full_names
);
319
std::vector<base::string16>
full_names
;
local
320
profile.GetRawMultiInfo(NAME_FULL, &
full_names
);
323
DCHECK_EQ(first_names.size(),
full_names
.size());
335
s.BindString16(4,
full_names
[i]);
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc
912
std::vector<base::string16>
full_names
;
local
916
p.SetMultiInfo(AutofillType(NAME_FULL),
full_names
, "en-US");
local
[
all
...]
Completed in 905 milliseconds