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

/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.h22 class CastBrowserContext : public content::BrowserContext { class in namespace:chromecast::shell
24 explicit CastBrowserContext(
26 virtual ~CastBrowserContext();
52 // Performs initialization of the CastBrowserContext while IO is still
61 DISALLOW_COPY_AND_ASSIGN(CastBrowserContext);
H A Dcast_browser_context.cc24 class CastBrowserContext::CastResourceContext :
49 CastBrowserContext::CastBrowserContext( function in class:chromecast::shell::CastBrowserContext
57 CastBrowserContext::~CastBrowserContext() {
64 void CastBrowserContext::InitWhileIOAllowed() {
80 base::FilePath CastBrowserContext::GetPath() const {
84 bool CastBrowserContext::IsOffTheRecord() const {
88 net::URLRequestContextGetter* CastBrowserContext::GetRequestContext() {
93 CastBrowserContext
[all...]

Completed in 107 milliseconds