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

  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc 142 const std::vector<AutofillProfile*>& profiles_from_web_db,
148 .WillOnce(DoAll(CopyData(&profiles_from_web_db), Return(true)));
177 std::vector<AutofillProfile*> profiles_from_web_db; local
187 profiles_from_web_db.push_back(
189 profiles_from_web_db.back()->SetRawInfo(
191 profiles_from_web_db.back()->SetRawInfo(
193 profiles_from_web_db.push_back(
195 profiles_from_web_db.back()->SetRawInfo(
197 profiles_from_web_db.back()->SetRawInfo(
217 *profiles_from_web_db.front())))
230 std::vector<AutofillProfile*> profiles_from_web_db; local
286 std::vector<AutofillProfile*> profiles_from_web_db; local
354 std::vector<AutofillProfile*> profiles_from_web_db; local
401 std::vector<AutofillProfile*> profiles_from_web_db; local
444 std::vector<AutofillProfile *> profiles_from_web_db; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 97 ScopedVector<AutofillProfile> profiles_from_web_db; local
126 profiles_from_web_db.push_back(profile);
130 profiles_from_web_db.get(),
140 ScopedVector<AutofillProfile> profiles_from_web_db; local
163 profiles_from_web_db.push_back(profile);
167 profiles_from_web_db.get(),

Completed in 259 milliseconds