HomeSort by relevance Sort by last modified time
    Searched refs:host_context_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 42 : host_context_(host_context),
55 if (!host_context_->ui_task_runner()->BelongsToCurrentThread()) {
57 host_context_->ui_task_runner()->PostTask(
63 host_context_->network_task_runner(),
64 host_context_->input_task_runner(),
65 host_context_->ui_task_runner()));
69 policy_hack::PolicyWatcher::Create(host_context_->network_task_runner()));
74 host_context_->network_task_runner()->PostTask(
79 if (!host_context_->network_task_runner()->BelongsToCurrentThread()) {
81 host_context_->network_task_runner()->PostTask
    [all...]
it2me_host.h 89 ChromotingHostContext* host_context() { return host_context_; }
132 ChromotingHostContext* host_context_; member in class:remoting::It2MeHost
it2me_native_messaging_host.cc 55 host_context_.reset(ChromotingHostContext::Create(task_runner).release());
194 it2me_host_ = factory_->CreateIt2MeHost(host_context_.get(),
195 host_context_->ui_task_runner(),
293 return host_context_->ui_task_runner();
it2me_native_messaging_host.h 63 scoped_ptr<ChromotingHostContext> host_context_; member in class:remoting::It2MeNativeMessagingHost
  /external/chromium_org/remoting/host/plugin/
host_script_object.h 269 scoped_ptr<ChromotingHostContext> host_context_; member in class:remoting::HostNPScriptObject
host_script_object.cc 482 host_context_.reset(
484 if (!host_context_) {
492 host_context_.get(), plugin_task_runner_, weak_ptr_,
    [all...]

Completed in 540 milliseconds