HomeSort by relevance Sort by last modified time
    Searched refs:profiles_to_sync_back (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 216 std::vector<autofill::AutofillProfile*> profiles_to_sync_back; member in struct:AutofillProfileSyncableService::DataBundle
autofill_profile_syncable_service.cc 154 bundle.profiles_to_sync_back.push_back(it->second);
183 for (size_t i = 0; i < bundle.profiles_to_sync_back.size(); ++i) {
187 CreateData(*(bundle.profiles_to_sync_back[i]))));
478 bundle->profiles_to_sync_back.push_back(new_profile);

Completed in 25 milliseconds