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

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 38 std::set<std::string>* current_profiles,
45 current_profiles,
107 std::set<std::string> current_profiles; local
131 &current_profiles,
136 EXPECT_EQ((unsigned int)1, current_profiles.size());
151 std::set<std::string> current_profiles; local
159 &current_profiles,
168 &current_profiles,
220 std::set<std::string> current_profiles; local
225 bundle.current_profiles.insert(guid)
238 std::set<std::string> current_profiles; local
    [all...]
autofill_profile_model_associator.h 109 std::set<std::string>* current_profiles,
129 std::set<std::string>* current_profiles,
165 std::set<std::string>* current_profiles);
190 std::set<std::string> current_profiles; member in struct:browser_sync::AutofillProfileModelAssociator::DataBundle
autofill_profile_model_associator.cc 52 std::set<std::string>* current_profiles,
90 current_profiles->find(guid) == current_profiles->end()) {
103 current_profiles->insert(guid);
109 current_profiles,
170 profiles.get(), &bundle.current_profiles,
264 std::set<std::string>* current_profiles) {
278 if (current_profiles->find(autofill_specifics.guid())
279 == current_profiles->end()) {
295 std::set<std::string>* current_profiles,
    [all...]
autofill_model_associator.h 142 std::set<string16>* current_profiles,
autofill_model_associator.cc 37 std::set<string16> current_profiles; member in struct:browser_sync::AutofillModelAssociator::DataBundle

Completed in 135 milliseconds