OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDataContactsServiceInterface
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.h
40
class
GDataContactsServiceInterface
{
46
virtual ~
GDataContactsServiceInterface
() {}
56
GDataContactsServiceInterface
() {}
59
DISALLOW_COPY_AND_ASSIGN(
GDataContactsServiceInterface
);
62
class GDataContactsService : public
GDataContactsServiceInterface
{
95
// Overridden from
GDataContactsServiceInterface
:
gdata_contacts_service_stub.h
17
// "Stub" implementation of
GDataContactsServiceInterface
used for testing.
19
class GDataContactsServiceStub : public
GDataContactsServiceInterface
{
41
// Overridden from
GDataContactsServiceInterface
:
google_contact_store.h
35
class
GDataContactsServiceInterface
;
61
void SetGDataService(
GDataContactsServiceInterface
* service);
153
scoped_ptr<
GDataContactsServiceInterface
> gdata_service_;
google_contact_store.cc
76
GDataContactsServiceInterface
* service) {
Completed in 130 milliseconds