OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContactMap
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_map.cc
11
ContactMap
::
ContactMap
() : contacts_deleter_(&contacts_) {}
13
ContactMap
::~
ContactMap
() {}
15
const Contact*
ContactMap
::Find(const std::string& contact_id) const {
20
void
ContactMap
::Erase(const std::string& contact_id) {
29
void
ContactMap
::Clear() {
33
void
ContactMap
::Merge(scoped_ptr<ScopedVector<Contact> > updated_contacts,
contact_map.h
22
class
ContactMap
{
38
ContactMap
();
39
~
ContactMap
();
66
DISALLOW_COPY_AND_ASSIGN(
ContactMap
);
fake_contact_store.h
49
typedef std::map<std::string, Contact*>
ContactMap
;
57
ContactMap
contacts_;
60
STLValueDeleter<
ContactMap
> contacts_deleter_;
Completed in 682 milliseconds