HomeSort by relevance Sort by last modified time
    Searched defs:GoogleContactStoreFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.h 188 class GoogleContactStoreFactory : public ContactStoreFactory {
190 GoogleContactStoreFactory();
191 virtual ~GoogleContactStoreFactory();
198 DISALLOW_COPY_AND_ASSIGN(GoogleContactStoreFactory);
google_contact_store.cc 407 GoogleContactStoreFactory::GoogleContactStoreFactory() {
410 GoogleContactStoreFactory::~GoogleContactStoreFactory() {
413 bool GoogleContactStoreFactory::CanCreateContactStoreForProfile(
420 ContactStore* GoogleContactStoreFactory::CreateContactStore(Profile* profile) {

Completed in 345 milliseconds