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

/external/chromium_org/chrome/browser/search/
H A Dinstant_io_context.h26 class InstantIOContext : public base::RefCountedThreadSafe<InstantIOContext> { class in inherits:base::RefCountedThreadSafe
28 InstantIOContext();
31 // but accessed by InstantIOContext.
38 scoped_refptr<InstantIOContext> instant_io_context);
43 scoped_refptr<InstantIOContext> instant_io_context,
46 scoped_refptr<InstantIOContext> instant_io_context,
49 scoped_refptr<InstantIOContext> instant_io_context);
56 virtual ~InstantIOContext();
59 friend class base::RefCountedThreadSafe<InstantIOContext>;
[all...]
H A Dinstant_io_context.cc18 InstantIOContext* GetDataForResourceContext(
21 return base::UserDataAdapter<InstantIOContext>::Get(
22 context, InstantIOContext::kInstantIOContextKeyName);
25 InstantIOContext* GetDataForRequest(const net::URLRequest* request) {
36 const char InstantIOContext::kInstantIOContextKeyName[] = "instant_io_context";
38 InstantIOContext::InstantIOContext() { function in class:InstantIOContext
39 // The InstantIOContext is created on the UI thread but is accessed
44 InstantIOContext::~InstantIOContext() {
[all...]

Completed in 68 milliseconds