OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kContactId2
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_unittest.cc
121
const std::string
kContactId2
= "2";
123
InitContact(
kContactId2
, "2", false, contact2.get());
149
loaded_contact = contact_manager_->GetContactById(profile,
kContactId2
);
contact_map_unittest.cc
38
const std::string
kContactId2
= "contact_id_2";
40
InitContact(
kContactId2
, "2", true, contact2.get());
48
ASSERT_TRUE(map.Find(
kContactId2
));
contact_database_unittest.cc
228
const std::string
kContactId2
= "contact_id_2";
230
InitContact(
kContactId2
, "2", false, contact2.get());
252
InitContact(
kContactId2
, "2b", false, contact2.get());
351
const std::string
kContactId2
= "contact_id_2";
353
InitContact(
kContactId2
, "2", false, contact2.get());
392
contact_ids_to_delete->push_back(
kContactId2
);
google_contact_store_unittest.cc
98
const std::string
kContactId2
= "contact2";
102
InitContact(
kContactId2
, "2", false, contact2.get());
/external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos_unittest.cc
142
const std::string
kContactId2
= "contact_2";
144
InitContact(
kContactId2
, "Dr. Jane Smith", "Jane", "Smith", contact2.get());
Completed in 78 milliseconds