Searched refs:DataBundle (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_model_associator.h | 55 struct DataBundle; 118 DataBundle* bundle, 137 DataBundle* bundle); 156 bool SaveChangesToWebData(const DataBundle& bundle); 186 struct AutofillProfileModelAssociator::DataBundle { struct 187 DataBundle(); 188 ~DataBundle();
|
D | autofill_model_associator.h | 124 struct DataBundle; 150 DataBundle* bundle, 155 bool SaveChangesToWebData(const DataBundle& bundle); 160 DataBundle* bundle, 167 DataBundle* bundle,
|
D | autofill_profile_model_associator_unittest.cc | 52 DataBundle*, 69 browser_sync::AutofillProfileModelAssociator::DataBundle *bundle) { in TraverseAndAssociateAllSyncNodesWrapper() 75 DataBundle* bundle, in AddNativeProfileIfNeededWrapper() 196 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() 221 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() 239 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F()
|
D | autofill_profile_model_associator.cc | 156 DataBundle bundle; in AssociateModels() 362 DataBundle* bundle) { in TraverseAndAssociateAllSyncNodes() 386 DataBundle* bundle, in AddNativeProfileIfNeeded() 420 const DataBundle& bundle) { in SaveChangesToWebData() 501 AutofillProfileModelAssociator::DataBundle::DataBundle() {} in DataBundle() function in browser_sync::AutofillProfileModelAssociator::DataBundle 503 AutofillProfileModelAssociator::DataBundle::~DataBundle() { in ~DataBundle()
|
D | autofill_model_associator.cc | 34 struct AutofillModelAssociator::DataBundle { struct in browser_sync::AutofillModelAssociator 40 ~DataBundle() { STLDeleteElements(&new_profiles); } in ~DataBundle() argument 152 DataBundle bundle; in AssociateModels() 202 bool AutofillModelAssociator::SaveChangesToWebData(const DataBundle& bundle) { in SaveChangesToWebData() 235 DataBundle* bundle, in TraverseAndAssociateAllSyncNodes() 326 const sync_pb::AutofillSpecifics& autofill, DataBundle* bundle, in AddNativeEntryIfNeeded() 346 DataBundle* bundle, in AddNativeProfileIfNeeded()
|