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

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.cc 156 DataBundle bundle;
362 DataBundle* bundle) {
386 DataBundle* bundle,
420 const DataBundle& bundle) {
501 AutofillProfileModelAssociator::DataBundle::DataBundle() {}
503 AutofillProfileModelAssociator::DataBundle::~DataBundle() {
autofill_profile_model_associator.h 55 struct DataBundle;
118 DataBundle* bundle,
137 DataBundle* bundle);
145 // struct DataBundle;
156 bool SaveChangesToWebData(const DataBundle& bundle);
186 struct AutofillProfileModelAssociator::DataBundle {
187 DataBundle();
188 ~DataBundle();
autofill_model_associator.cc 34 struct AutofillModelAssociator::DataBundle {
40 ~DataBundle() { STLDeleteElements(&new_profiles); }
152 DataBundle bundle;
202 bool AutofillModelAssociator::SaveChangesToWebData(const DataBundle& bundle) {
235 DataBundle* bundle,
326 const sync_pb::AutofillSpecifics& autofill, DataBundle* bundle,
346 DataBundle* bundle,

Completed in 815 milliseconds