GCMClientFactory  134 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc     scoped_ptr<GCMClientFactory> gcm_client_factory(
GCMClientFactory   11 chrome/browser/services/gcm/gcm_client_factory.cc scoped_ptr<GCMClient> GCMClientFactory::BuildInstance() {
GCMClientFactory   16 chrome/browser/services/gcm/gcm_client_factory.cc GCMClientFactory::GCMClientFactory() {
GCMClientFactory   19 chrome/browser/services/gcm/gcm_client_factory.cc GCMClientFactory::~GCMClientFactory() {
GCMClientFactory   15 chrome/browser/services/gcm/gcm_client_factory.h class GCMClientFactory {
GCMClientFactory   17 chrome/browser/services/gcm/gcm_client_factory.h   GCMClientFactory();
GCMClientFactory   18 chrome/browser/services/gcm/gcm_client_factory.h   virtual ~GCMClientFactory();
GCMClientFactory   25 chrome/browser/services/gcm/gcm_client_factory.h   DISALLOW_COPY_AND_ASSIGN(GCMClientFactory);
GCMClientFactory  164 chrome/browser/services/gcm/gcm_profile_service.cc   void Initialize(scoped_ptr<GCMClientFactory> gcm_client_factory,
GCMClientFactory  201 chrome/browser/services/gcm/gcm_profile_service.cc     scoped_ptr<GCMClientFactory> gcm_client_factory,
GCMClientFactory  449 chrome/browser/services/gcm/gcm_profile_service.cc     scoped_ptr<GCMClientFactory> gcm_client_factory) {
GCMClientFactory   41 chrome/browser/services/gcm/gcm_profile_service.h class GCMClientFactory;
GCMClientFactory   81 chrome/browser/services/gcm/gcm_profile_service.h   void Initialize(scoped_ptr<GCMClientFactory> gcm_client_factory);
GCMClientFactory   45 chrome/browser/services/gcm/gcm_profile_service_factory.cc   scoped_ptr<GCMClientFactory> gcm_client_factory(new GCMClientFactory);
GCMClientFactory   78 chrome/browser/services/gcm/gcm_profile_service_test_helper.h class FakeGCMClientFactory : public GCMClientFactory {
GCMClientFactory  154 chrome/browser/services/gcm/gcm_profile_service_unittest.cc     scoped_ptr<GCMClientFactory> gcm_client_factory(