Home | Sort by relevance Sort by last modified time |
/external/chromium/chrome/browser/sync/glue/ | |
autofill_profile_model_associator.h | 111 std::vector<AutofillProfile*>* new_profiles, 128 std::vector<AutofillProfile*>* new_profiles, 193 std::vector<AutofillProfile*> new_profiles; // We own these pointers. member in struct:browser_sync::AutofillProfileModelAssociator::DataBundle |
autofill_model_associator.cc | 39 std::vector<AutofillProfile*> new_profiles; // We own these pointers. member in struct:browser_sync::AutofillModelAssociator::DataBundle 40 ~DataBundle() { STLDeleteElements(&new_profiles); } 214 for (size_t i = 0; i < bundle.new_profiles.size(); i++) { 218 *bundle.new_profiles[i])) 373 bundle->new_profiles.push_back(p); |