Home
last modified time | relevance | path

Searched refs:GetPushStream (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/flip/
Dflip_session.h157 scoped_refptr<FlipStream> GetPushStream(const std::string& url);
Dflip_session.cc307 stream = GetPushStream(path); in GetOrCreateStream()
803 scoped_refptr<FlipStream> FlipSession::GetPushStream(const std::string& path) { in GetPushStream() function in net::FlipSession