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

  /external/chromium_org/remoting/host/
chromoting_host_context.cc 15 ChromotingHostContext::ChromotingHostContext(
46 ChromotingHostContext::~ChromotingHostContext() {
49 scoped_ptr<ChromotingHostContext> ChromotingHostContext::Create(
53 scoped_ptr<ChromotingHostContext> context(
54 new ChromotingHostContext(ui_task_runner.get()));
68 ChromotingHostContext::audio_task_runner() {
73 ChromotingHostContext::file_task_runner()
    [all...]
chromoting_host_context.h 22 class ChromotingHostContext {
24 ~ChromotingHostContext();
27 // During shutdown the caller should tear-down the ChromotingHostContext and
30 static scoped_ptr<ChromotingHostContext> Create(
65 ChromotingHostContext(AutoThreadTaskRunner* ui_task_runner);
91 DISALLOW_COPY_AND_ASSIGN(ChromotingHostContext);

Completed in 93 milliseconds