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

  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.h 48 int host_id_; member in class:RouteToGpuProcessHostUIShimTask
114 int host_id_; member in class:GpuProcessHostUIShim
gpu_process_host_ui_shim.cc 45 : host_id_(host_id),
51 GpuProcessHost* host = GpuProcessHost::FromID(host_id_);
56 int host_id_; member in class:__anon1910::SendOnIOThreadTask
100 : host_id_(host_id),
108 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(host_id_);
114 : host_id_(host_id),
117 g_hosts_by_id.AddWithID(this, host_id_);
160 if (host_id_ == 0) {
171 new SendOnIOThreadTask(host_id_, msg));
206 g_hosts_by_id.Remove(host_id_);
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.h 112 int host_id_; member in class:content::GpuProcessHostUIShim
shader_disk_cache.h 36 void set_host_id(int host_id) { host_id_ = host_id; }
84 int host_id_; member in class:content::ShaderDiskCache
gpu_process_host.h 93 int host_id() const { return host_id_; }
196 int host_id_; member in class:content::GpuProcessHost
gpu_process_host_ui_shim.cc 53 : host_id_(host_id),
63 host_id_,
71 int host_id_; member in class:content::__anon7736::ScopedSendOnIOThread
98 : host_id_(host_id) {
99 g_hosts_by_id.Pointer()->AddWithID(this, host_id_);
148 host_id_,
175 g_hosts_by_id.Pointer()->Remove(host_id_);
253 host_id_,
280 view->AcceleratedSurfaceInitialized(host_id_, route_id);
291 host_id_,
    [all...]
shader_disk_cache.cc 100 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/
verify_config_window_win.h 49 const std::string host_id_; member in class:remoting::VerifyConfigWindowWin
host_change_notification_listener.h 52 std::string host_id_; member in class:remoting::HostChangeNotificationListener
host_status_sender.h 91 std::string host_id_; member in class:remoting::HostStatusSender
heartbeat_sender.h 130 std::string host_id_; member in class:remoting::HeartbeatSender
host_status_sender.cc 43 : host_id_(host_id),
105 QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
heartbeat_sender.cc 57 host_id_(host_id),
247 heartbeat->AddAttr(QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
remoting_me2me_host.cc 260 std::string host_id_; member in class:remoting::HostProcess
681 if (!config->GetString(kHostIdConfigPath, &host_id_)) {
    [all...]
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.h 127 std::string host_id_; member in class:remoting::ChromotingJniInstance
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 35 int host_id() const { return host_id_; }
72 int host_id_; member in class:content::WebApplicationCacheHostImpl
  /external/chromium_org/remoting/host/setup/
host_starter.h 92 std::string host_id_; member in class:remoting::HostStarter
  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 142 int host_id() const { return host_id_; }
195 int host_id_; member in class:appcache::AppCacheHost

Completed in 360 milliseconds