HomeSort by relevance Sort by last modified time
    Searched defs:CastBrowserProcess (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromecast/shell/browser/
cast_browser_process.cc 17 CastBrowserProcess* g_instance = NULL;
21 CastBrowserProcess* CastBrowserProcess::GetInstance() {
26 CastBrowserProcess::CastBrowserProcess() {
31 CastBrowserProcess::~CastBrowserProcess() {
36 void CastBrowserProcess::SetBrowserContext(
42 void CastBrowserProcess::SetCastService(CastService* cast_service) {
47 void CastBrowserProcess::SetRemoteDebuggingServer
    [all...]
cast_browser_process.h 28 class CastBrowserProcess {
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 49 milliseconds