Searched defs:StreamContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/streams/
H A Dstream_context.cc20 StreamContext::StreamContext() {} function in class:content::StreamContext
22 StreamContext* StreamContext::GetFor(BrowserContext* context) {
24 scoped_refptr<StreamContext> stream = new StreamContext();
26 new UserDataAdapter<StreamContext>(stream.get()));
31 base::Bind(&StreamContext::InitializeOnIOThread, stream));
35 return UserDataAdapter<StreamContext>::Get(context, kStreamContextKeyName);
38 void StreamContext
[all...]
H A Dstream_context.h25 class StreamContext class in namespace:content
26 : public base::RefCountedThreadSafe<StreamContext,
29 StreamContext();
31 CONTENT_EXPORT static StreamContext* GetFor(BrowserContext* browser_context);
38 virtual ~StreamContext();
41 friend class base::DeleteHelper<StreamContext>;
42 friend class base::RefCountedThreadSafe<StreamContext,
52 static void Destruct(const StreamContext* context) {

Completed in 80 milliseconds