OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:created_labels
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_profile.cc
321
std::vector<string16>
created_labels
;
local
323
&
created_labels
);
324
DCHECK_EQ(profiles->size(),
created_labels
.size());
328
if ((*profiles)[i]->Label() !=
created_labels
[i]) {
330
(*profiles)[i]->label_ =
created_labels
[i];
342
std::vector<string16>*
created_labels
) {
344
DCHECK(
created_labels
);
361
created_labels
->resize(profiles->size());
369
(*
created_labels
)[profile_index] = label;
374
minimal_fields_shown,
created_labels
);
[
all
...]
autofill_profile.h
91
// stores them in |
created_labels
|. If |suggested_fields| is not NULL, the
102
std::vector<string16>*
created_labels
);
145
// |
created_labels
|. These labels include enough fields to differentiate among
153
std::vector<string16>*
created_labels
);
Completed in 1029 milliseconds