OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDataContactsService
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.h
62
class
GDataContactsService
: public GDataContactsServiceInterface {
67
GDataContactsService
(
70
virtual ~
GDataContactsService
();
134
DISALLOW_COPY_AND_ASSIGN(
GDataContactsService
);
gdata_contacts_service.cc
423
// group ID is cached in
GDataContactsService
so that this step can be skipped
433
class
GDataContactsService
::DownloadContactsRequest {
436
GDataContactsService
* service,
491
// Invokes the failure callback and notifies
GDataContactsService
that the
797
GDataContactsService
* service_; // not owned
[
all
...]
gdata_contacts_service_unittest.cc
86
service_.reset(new
GDataContactsService
(request_context_getter_.get(),
126
scoped_ptr<
GDataContactsService
> service_;
google_contact_store.cc
134
gdata_service_.reset(new
GDataContactsService
(
Completed in 58 milliseconds