Searched defs:host_id_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.h109 int host_id_; member in class:content::GpuProcessHostUIShim
H A Dshader_disk_cache.h36 void set_host_id(int host_id) { host_id_ = host_id; }
84 int host_id_; member in class:content::ShaderDiskCache
H A Dgpu_process_host.h102 int host_id() const { return host_id_; }
205 int host_id_; member in class:content::GpuProcessHost
H A Dgpu_process_host_ui_shim.cc51 : host_id_(host_id),
61 host_id_,
69 int host_id_; member in class:content::__anon6891::ScopedSendOnIOThread
96 : host_id_(host_id) {
97 g_hosts_by_id.Pointer()->AddWithID(this, host_id_);
157 host_id_,
191 g_hosts_by_id.Pointer()->Remove(host_id_);
266 view->AcceleratedSurfaceInitialized(host_id_, route_id);
280 host_id_,
299 view->AcceleratedSurfaceBuffersSwapped(view_params, host_id_);
[all...]
H A Dshader_disk_cache.cc100 int host_id_; member in class:content::ShaderDiskReadHelper
248 host_id_(host_id),
325 GpuProcessHost* host = GpuProcessHost::FromID(host_id_);
508 host_id_(0),
583 helper_ = new ShaderDiskReadHelper(AsWeakPtr(), host_id_);
/external/chromium_org/remoting/host/
H A Dverify_config_window_win.h49 const std::string host_id_; member in class:remoting::VerifyConfigWindowWin
H A Dhost_change_notification_listener.h52 std::string host_id_; member in class:remoting::HostChangeNotificationListener
H A Dhost_status_sender.h91 std::string host_id_; member in class:remoting::HostStatusSender
H A Dheartbeat_sender.h130 std::string host_id_; member in class:remoting::HeartbeatSender
H A Dhost_status_sender.cc44 : host_id_(host_id),
106 QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
H A Dheartbeat_sender.cc58 host_id_(host_id),
248 heartbeat->AddAttr(QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
H A Dremoting_me2me_host.cc282 std::string host_id_; member in class:remoting::HostProcess
762 if (!config->GetString(kHostIdConfigPath, &host_id_)) {
1214 this, host_id_, signal_strategy_.get(), key_pair_,
1218 host_id_, signal_strategy_.get(), key_pair_, directory_bot_jid_));
1221 this, host_id_, signal_strategy_.get(), directory_bot_jid_));
/external/chromium_org/remoting/ios/bridge/
H A Dclient_instance.h121 std::string host_id_; member in class:remoting::ClientInstance
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.h29 int host_id() const { return host_id_; }
66 int host_id_; member in class:content::WebApplicationCacheHostImpl
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.h154 std::string host_id_; member in class:remoting::ChromotingJniInstance
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.h92 std::string host_id_; member in class:remoting::HostStarter
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_host.h163 int host_id() const { return host_id_; }
221 int host_id_; member in class:appcache::AppCacheHost

Completed in 1618 milliseconds