Searched refs:host_id_ (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc61 host_id_(all_hosts()->Add(this)),
67 DCHECK(client && backend && (host_id_ != kAppCacheNoHostId));
69 backend_->RegisterHost(host_id_);
73 backend_->UnregisterHost(host_id_);
74 all_hosts()->Remove(host_id_);
164 request.setAppCacheHostID(host_id_);
176 backend_->SetSpawningHostId(host_id_, spawning_host_impl->host_id());
182 request.setAppCacheHostID(host_id_);
193 backend_->SelectCache(host_id_, document_url_,
219 host_id_, document_url
[all...]
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/content/browser/gpu/
H A Dgpu_process_host_ui_shim.cc57 : host_id_(host_id),
67 host_id_,
75 int host_id_; member in class:content::__anon7187::ScopedSendOnIOThread
102 : host_id_(host_id) {
103 g_hosts_by_id.Pointer()->AddWithID(this, host_id_);
163 host_id_,
197 g_hosts_by_id.Pointer()->Remove(host_id_);
253 view->AcceleratedSurfaceInitialized(host_id_, route_id);
274 host_id_, params.route_id);
283 host_id_,
[all...]
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_ui_shim.h106 int host_id_; member in class:content::GpuProcessHostUIShim
H A Dgpu_process_host.h98 int host_id() const { return host_id_; }
197 int host_id_; member in class:content::GpuProcessHost
H A Dshader_disk_cache.cc103 int host_id_; member in class:content::ShaderDiskReadHelper
250 host_id_(host_id),
328 GpuProcessHost* host = GpuProcessHost::FromID(host_id_);
516 host_id_(0),
591 helper_ = new ShaderDiskReadHelper(AsWeakPtr(), host_id_);
H A Dgpu_process_host.cc366 if (host && host->host_id_ == host_id && ValidateHost(host))
374 : host_id_(host_id),
492 host_id_,
532 base::Bind(&RouteToGpuProcessHostUIShimTask, host_id_, message));
808 RenderWidgetResizeHelper::Get()->PostGpuProcessMsg(host_id_, message);
1045 cache->set_host_id(host_id_);
/external/chromium_org/ui/ozone/platform/dri/
H A Dgpu_platform_support_host_gbm.cc15 : host_id_(-1), sender_(NULL) {
55 host_id_ = host_id;
75 if (host_id_ == host_id) {
76 host_id_ = -1;
H A Dgpu_platform_support_host_gbm.h60 int host_id_; member in class:ui::GpuPlatformSupportHostGbm
/external/chromium_org/remoting/host/
H A Dhost_change_notification_listener.cc28 host_id_(host_id),
59 if (host_id == host_id_ && from == directory_bot_jid_ &&
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 Dverify_config_window_win.h49 const std::string host_id_; member in class:remoting::VerifyConfigWindowWin
H A Dhost_status_sender.cc44 : host_id_(host_id),
106 QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
H A Dverify_config_window_win.cc24 host_id_(host_id),
118 host_id_, base::UTF16ToUTF8(pin.get()));
H A Dheartbeat_sender.h130 std::string host_id_; member in class:remoting::HeartbeatSender
H A Dheartbeat_sender.cc58 host_id_(host_id),
248 heartbeat->AddAttr(QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
H A Dremoting_me2me_host.cc292 std::string host_id_; member in class:remoting::HostProcess
814 if (!config->GetString(kHostIdConfigPath, &host_id_)) {
1316 this, host_id_, signal_strategy_.get(), key_pair_,
1320 host_id_, signal_strategy_.get(), key_pair_, directory_bot_jid_));
1323 this, host_id_, signal_strategy_.get(), directory_bot_jid_));
/external/chromium_org/content/browser/appcache/
H A Dappcache_host.cc47 : host_id_(host_id),
94 frontend_->OnContentBlocked(host_id_,
116 std::vector<int> host_ids(1, host_id_);
126 frontend_->OnContentBlocked(host_id_, manifest_url);
384 host_id_, APPCACHE_LOG_INFO,
405 host_id_, APPCACHE_LOG_INFO,
460 frontend_->OnCacheSelected(host_id_, info);
503 host_id_ = kAppCacheNoHostId;
508 host_id_ = host_id;
543 frontend_->OnCacheSelected(host_id_, inf
[all...]
H A Dappcache_host.h160 int host_id() const { return host_id_; }
218 int host_id_; member in class:content::AppCacheHost
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.cc114 host_id_ = base::GenerateGUID();
122 host_id_, host_name_, key_pair_->GetPublicKey(), host_client_id,
161 std::string host_secret_hash = remoting::MakeHostPinHash(host_id_, host_pin_);
168 config->SetString("host_id", host_id_);
185 service_client_->UnregisterHost(host_id_, access_token_, this);
H A Dhost_starter.h96 std::string host_id_; member in class:remoting::HostStarter
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc52 host_id_(host_id),
84 pairing_id, pairing_secret, host_id_,
334 host_id_, response.client_id(), response.shared_secret()));
438 host_id_.clear();
462 jni_runtime_->CommitPairingCredentials(host_id_, "", "");
H A Dchromoting_jni_instance.h150 std::string host_id_; member in class:remoting::ChromotingJniInstance

Completed in 284 milliseconds