Searched refs:GCMChannelStatusSyncer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Dgcm_channel_status_syncer.cc56 void GCMChannelStatusSyncer::RegisterPrefs(PrefRegistrySimple* registry) {
65 void GCMChannelStatusSyncer::RegisterProfilePrefs(
82 int GCMChannelStatusSyncer::first_time_delay_seconds() {
86 GCMChannelStatusSyncer::GCMChannelStatusSyncer( function in class:gcm::GCMChannelStatusSyncer
128 GCMChannelStatusSyncer::~GCMChannelStatusSyncer() {
131 void GCMChannelStatusSyncer::EnsureStarted() {
140 void GCMChannelStatusSyncer::Stop() {
146 void GCMChannelStatusSyncer
[all...]
H A Dgcm_channel_status_syncer.h33 class GCMChannelStatusSyncer { class in namespace:gcm
38 GCMChannelStatusSyncer(
44 ~GCMChannelStatusSyncer();
76 // GCMDriver owns GCMChannelStatusSyncer instance.
104 base::WeakPtrFactory<GCMChannelStatusSyncer> weak_ptr_factory_;
106 DISALLOW_COPY_AND_ASSIGN(GCMChannelStatusSyncer);
H A Dgcm_driver_desktop.h95 GCMChannelStatusSyncer* gcm_channel_status_syncer_for_testing() {
141 scoped_ptr<GCMChannelStatusSyncer> gcm_channel_status_syncer_;
H A Dgcm_driver_desktop_unittest.cc187 GCMChannelStatusSyncer::RegisterPrefs(prefs_.registry());
1001 GCMChannelStatusSyncer* syncer() {
1158 EXPECT_EQ(GCMChannelStatusSyncer::first_time_delay_seconds(),
H A Dgcm_driver_desktop.cc346 new GCMChannelStatusSyncer(this,
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc303 gcm::GCMChannelStatusSyncer::RegisterPrefs(registry);
463 gcm::GCMChannelStatusSyncer::RegisterProfilePrefs(registry);

Completed in 121 milliseconds