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

  /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);

Completed in 110 milliseconds