Home
last modified time | relevance | path

Searched refs:GetMainRequestContext (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.h66 scoped_refptr<ChromeURLRequestContext> GetMainRequestContext() const;
Dprofile_io_data.cc218 ProfileIOData::GetMainRequestContext() const { in GetMainRequestContext() function in ProfileIOData
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.cc52 return profile_io_data_->GetMainRequestContext(); in Create()