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

/external/chromium_org/components/invalidation/
H A Dsync_system_resources_unittest.cc213 network_channel_.AddObserver(this);
214 network_channel_.AddNetworkStatusReceiver(
220 network_channel_.RemoveObserver(this);
232 TestSyncNetworkChannel network_channel_; member in class:syncer::__anon6557::SyncNetworkChannelTest
240 network_channel_.NotifyChannelStateChange(INVALIDATIONS_ENABLED);
242 network_channel_.NotifyChannelStateChange(INVALIDATION_CREDENTIALS_REJECTED);
249 network_channel_.NotifyNetworkStatusChange(true);
251 network_channel_.NotifyNetworkStatusChange(false);
/external/chromium_org/remoting/host/
H A Ddesktop_process_unittest.cc152 scoped_ptr<IPC::ChannelProxy> network_channel_; member in class:remoting::DesktopProcessTest
154 // Delegate that is passed to |network_channel_|.
178 network_channel_ = IPC::ChannelProxy::Create(channel_handle,
227 network_channel_.reset();
290 network_channel_->Send(new ChromotingNetworkDesktopMsg_StartSessionAgent(
H A Ddesktop_session_agent.cc174 network_channel_.reset();
216 DCHECK(!network_channel_);
386 &network_channel_);
404 network_channel_.reset();
538 if (network_channel_) {
539 network_channel_->Send(message);
H A Ddesktop_session_agent.h200 scoped_ptr<IPC::ChannelProxy> network_channel_; member in class:remoting::DesktopSessionAgent

Completed in 147 milliseconds