OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profiles_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc
137
// |it| points to created/updated profile. Add it to the |
profiles_map_
| and
141
profiles_map_
[it->first] = it->second;
180
profiles_map_
[i->first] = i->second;
208
profiles_map_
.clear();
219
for (GUIDToProfileMap::const_iterator i =
profiles_map_
.begin();
220
i !=
profiles_map_
.end(); ++i) {
246
CreateOrUpdateProfile(i->sync_data(), &
profiles_map_
, &bundle);
252
profiles_map_
.erase(guid);
520
DCHECK(
profiles_map_
.find(change.profile()->guid()) ==
521
profiles_map_
.end())
[
all
...]
autofill_profile_syncable_service.h
190
// vector - use the |
profiles_map_
| to iterate through actual profiles.
192
GUIDToProfileMap
profiles_map_
;
member in class:AutofillProfileSyncableService
Completed in 146 milliseconds