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

  /external/chromium_org/components/invalidation/
push_client_channel.h 23 // A PushClientChannel is an implementation of NetworkChannel that
25 class INVALIDATION_EXPORT_PRIVATE PushClientChannel
31 explicit PushClientChannel(scoped_ptr<notifier::PushClient> push_client);
33 virtual ~PushClientChannel();
86 DISALLOW_COPY_AND_ASSIGN(PushClientChannel);
push_client_channel.cc 22 PushClientChannel::PushClientChannel(
36 PushClientChannel::~PushClientChannel() {
40 void PushClientChannel::UpdateCredentials(
45 int PushClientChannel::GetInvalidationClientType() {
53 void PushClientChannel::RequestDetailedStatus(
58 void PushClientChannel::SendMessage(const std::string& message) {
72 void PushClientChannel::OnNotificationsEnabled() {
77 void PushClientChannel::OnNotificationsDisabled
    [all...]

Completed in 51 milliseconds