HomeSort by relevance Sort by last modified time
    Searched refs:TiclProfileSettingsProvider (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/invalidation/
ticl_profile_settings_provider.h 18 class TiclProfileSettingsProvider : public TiclSettingsProvider {
20 explicit TiclProfileSettingsProvider(Profile* profile);
21 virtual ~TiclProfileSettingsProvider();
30 DISALLOW_COPY_AND_ASSIGN(TiclProfileSettingsProvider);
ticl_profile_settings_provider.cc 18 TiclProfileSettingsProvider::TiclProfileSettingsProvider(Profile* profile)
23 base::Bind(&TiclProfileSettingsProvider::FireOnUseGCMChannelChanged,
27 base::Bind(&TiclProfileSettingsProvider::FireOnUseGCMChannelChanged,
31 TiclProfileSettingsProvider::~TiclProfileSettingsProvider() {
34 bool TiclProfileSettingsProvider::UseGCMChannel() const {
profile_invalidation_provider_factory.cc 132 new TiclProfileSettingsProvider(profile)),
ticl_profile_settings_provider_unittest.cc 59 new TiclProfileSettingsProvider(&profile_)),

Completed in 2685 milliseconds