OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kContactId1
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_unittest.cc
117
const std::string
kContactId1
= "1";
119
InitContact(
kContactId1
, "1", false, contact1.get());
145
kContactId1
);
contact_map_unittest.cc
23
const std::string
kContactId1
= "contact_id_1";
25
InitContact(
kContactId1
, "1", false, contact1.get());
34
ASSERT_TRUE(map.Find(
kContactId1
));
contact_database_unittest.cc
221
const std::string
kContactId1
= "contact_id_1";
224
InitContact(
kContactId1
, "1", false, contact1.get());
285
InitContact(
kContactId1
, "1b", false, contact1.get());
348
const std::string
kContactId1
= "contact_id_1";
350
InitContact(
kContactId1
, "1", false, contact1.get());
375
contact_ids_to_delete->push_back(
kContactId1
);
google_contact_store_unittest.cc
97
const std::string
kContactId1
= "contact1";
100
InitContact(
kContactId1
, "1", false, contact1.get());
121
const Contact* loaded_contact1 = store_->GetContactById(
kContactId1
);
/external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos_unittest.cc
138
const std::string
kContactId1
= "contact_1";
140
InitContact(
kContactId1
, "Bob Smith", "Bob", "Smith", contact1.get());
Completed in 251 milliseconds