Searched refs:sync_network_channel_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener.cc33 : sync_network_channel_(network_channel.Pass()),
34 sync_system_resources_(sync_network_channel_.get(), this),
40 sync_network_channel_->AddObserver(this);
45 sync_network_channel_->RemoveObserver(this);
84 sync_network_channel_->GetInvalidationClientType(),
97 sync_network_channel_->UpdateCredentials(email, token);
374 sync_network_channel_->RequestDetailedStatus(callback);
H A Dsync_system_resources.cc286 sync_network_channel_(sync_network_channel) {
325 return sync_network_channel_;
H A Dsync_invalidation_listener.h177 scoped_ptr<SyncNetworkChannel> sync_network_channel_; member in class:syncer::SyncInvalidationListener
H A Dsync_system_resources.h244 // sync_network_channel_ is owned by SyncInvalidationListener.
245 SyncNetworkChannel* sync_network_channel_; member in class:syncer::SyncSystemResources

Completed in 472 milliseconds