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

  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 76 host_id_(all_hosts()->Add(this)),
82 DCHECK(client && backend && (host_id_ != appcache::kNoHostId));
84 backend_->RegisterHost(host_id_);
88 backend_->UnregisterHost(host_id_);
89 all_hosts()->Remove(host_id_);
165 request.setAppCacheHostID(host_id_);
183 backend_->SetSpawningHostId(host_id_, spawning_host->host_id());
190 request.setAppCacheHostID(host_id_);
201 backend_->SelectCache(host_id_, document_url_,
227 host_id_, document_url_, appcache::kNoCacheId, manifest_gurl)
    [all...]
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/chrome/browser/
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:__anon4623::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...]
gpu_process_host_ui_shim.h 48 int host_id_; member in class:RouteToGpuProcessHostUIShimTask
114 int host_id_; member in class:GpuProcessHostUIShim
  /external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.cc 61 : host_id_(host_id),
71 host_id_,
79 int host_id_; member in class:content::__anon10041::ScopedSendOnIOThread
106 : host_id_(host_id) {
107 g_hosts_by_id.Pointer()->AddWithID(this, host_id_);
156 host_id_,
183 g_hosts_by_id.Pointer()->Remove(host_id_);
263 host_id_,
317 host_id_,
337 view->AcceleratedSurfaceBuffersSwapped(params, host_id_);
    [all...]
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_ui_shim.h 113 int host_id_; member in class:content::GpuProcessHostUIShim
gpu_process_host.h 88 int host_id() const { return host_id_; }
191 int host_id_; member in class:content::GpuProcessHost
gpu_process_host.cc 410 if (host && host->host_id_ == host_id && ValidateHost(host))
418 : host_id_(host_id),
588 host_id_,
627 base::Bind(&RouteToGpuProcessHostUIShimTask, host_id_, message));
918 host_id_, params.route_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/
host_change_notification_listener.h 52 std::string host_id_; member in class:remoting::HostChangeNotificationListener
host_change_notification_listener.cc 29 host_id_(host_id),
60 if (host_id == host_id_ && from == directory_bot_jid_ &&
verify_config_window_win.h 49 const std::string host_id_; member in class:remoting::VerifyConfigWindowWin
verify_config_window_win.cc 24 host_id_(host_id),
117 return VerifyHostPinHash(host_secret_hash_, host_id_, UTF16ToUTF8(pin.get()));
heartbeat_sender.h 130 std::string host_id_; member in class:remoting::HeartbeatSender
host_status_sender.h 91 std::string host_id_; member in class:remoting::HostStatusSender
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 264 std::string host_id_; member in class:remoting::HostProcess
683 if (!config->GetString(kHostIdConfigPath, &host_id_)) {
    [all...]
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 34 host_id_(host_id),
174 host_id_,
233 client_config_->authentication_tag = host_id_;
289 host_id_ = "";
314 jni_runtime_->CommitPairingCredentials(host_id_, "", "");
chromoting_jni_instance.h 137 std::string host_id_; member in class:remoting::ChromotingJniInstance
  /external/chromium_org/remoting/host/setup/
host_starter.cc 106 host_id_ = base::GenerateGUID();
109 host_id_, host_name_, key_pair_->GetPublicKey(), access_token_, this);
119 std::string host_secret_hash = remoting::MakeHostPinHash(host_id_, host_pin_);
123 config->SetString("host_id", host_id_);
139 service_client_->UnregisterHost(host_id_, access_token_, this);
host_starter.h 88 std::string host_id_; member in class:remoting::HostStarter
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 47 : host_id_(host_id),
91 frontend_->OnContentBlocked(host_id_,
113 std::vector<int> host_ids(1, host_id_);
117 frontend_->OnContentBlocked(host_id_, manifest_url);
375 host_id_, LOG_INFO,
396 host_id_, LOG_INFO,
443 frontend_->OnCacheSelected(host_id_, info);
512 frontend_->OnCacheSelected(host_id_, info);
appcache_host.h 141 int host_id() const { return host_id_; }
186 int host_id_; member in class:appcache::AppCacheHost

Completed in 319 milliseconds