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

/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_process.cc17 CastBrowserProcess* g_instance = NULL;
21 CastBrowserProcess* CastBrowserProcess::GetInstance() {
26 CastBrowserProcess::CastBrowserProcess() { function in class:chromecast::shell::CastBrowserProcess
31 CastBrowserProcess::~CastBrowserProcess() {
36 void CastBrowserProcess::SetBrowserContext(
42 void CastBrowserProcess::SetCastService(CastService* cast_service) {
47 void CastBrowserProcess
[all...]
H A Dcast_browser_process.h28 class CastBrowserProcess { class in namespace:chromecast::shell
30 // Gets the global instance of CastBrowserProcess. Does not create lazily and
32 static CastBrowserProcess* GetInstance();
34 CastBrowserProcess();
35 virtual ~CastBrowserProcess();
57 DISALLOW_COPY_AND_ASSIGN(CastBrowserProcess);

Completed in 917 milliseconds