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 61 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_, kAppCacheNoCacheId, manifest_gurl)
    [all...]
web_application_cache_host_impl.h 29 int host_id() const { return host_id_; }
66 int host_id_; member in class:content::WebApplicationCacheHostImpl
  /external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.cc 57 : host_id_(host_id),
67 host_id_,
75 int host_id_; member in class:content::__anon11812::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...]
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 106 int host_id_; member in class:content::GpuProcessHostUIShim
gpu_process_host.h 98 int host_id() const { return host_id_; }
197 int host_id_; member in class:content::GpuProcessHost
shader_disk_cache.cc 103 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_);
gpu_process_host.cc 366 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);
    [all...]
  /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 28 host_id_(host_id),
59 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
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 44 : host_id_(host_id),
106 QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
verify_config_window_win.cc 24 host_id_(host_id),
118 host_id_, base::UTF16ToUTF8(pin.get()));
heartbeat_sender.cc 58 host_id_(host_id),
248 heartbeat->AddAttr(QName(kChromotingXmlNamespace, kHostIdAttr), host_id_); local
remoting_me2me_host.cc 292 std::string host_id_; member in class:remoting::HostProcess
814 if (!config->GetString(kHostIdConfigPath, &host_id_)) {
    [all...]
  /external/chromium_org/ui/ozone/platform/dri/
gpu_platform_support_host_gbm.cc 15 : host_id_(-1), sender_(NULL) {
55 host_id_ = host_id;
75 if (host_id_ == host_id) {
76 host_id_ = -1;
gpu_platform_support_host_gbm.h 60 int host_id_; member in class:ui::GpuPlatformSupportHostGbm
  /external/chromium_org/content/browser/appcache/
appcache_host.cc 47 : 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_, info)
    [all...]
appcache_host.h 160 int host_id() const { return host_id_; }
218 int host_id_; member in class:content::AppCacheHost
  /external/chromium_org/remoting/host/setup/
host_starter.cc 114 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);
host_starter.h 96 std::string host_id_; member in class:remoting::HostStarter
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 52 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_, "", "");
chromoting_jni_instance.h 150 std::string host_id_; member in class:remoting::ChromotingJniInstance

Completed in 762 milliseconds