OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseGCMChannel
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
ticl_device_settings_provider.cc
18
bool TiclDeviceSettingsProvider::
UseGCMChannel
() const {
ticl_device_settings_provider.h
22
virtual bool
UseGCMChannel
() const OVERRIDE;
/external/chromium_org/chrome/browser/invalidation/
ticl_profile_settings_provider.h
24
virtual bool
UseGCMChannel
() const OVERRIDE;
ticl_profile_settings_provider.cc
34
bool TiclProfileSettingsProvider::
UseGCMChannel
() const {
/external/chromium_org/components/invalidation/
ticl_settings_provider.h
28
virtual bool
UseGCMChannel
() const = 0;
ticl_invalidation_service_unittest.cc
33
virtual bool
UseGCMChannel
() const OVERRIDE;
45
bool FakeTiclSettingsProvider::
UseGCMChannel
() const {
ticl_invalidation_service.cc
409
settings_provider_->
UseGCMChannel
() ? GCM_NETWORK_CHANNEL
Completed in 208 milliseconds