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

  /external/chromium/chrome/common/remoting/
chromoting_host_info.h 17 std::string host_id; member in struct:remoting::ChromotingHostInfo
  /external/chromium_org/content/renderer/devtools/
devtools_agent_filter.cc 23 MessageImpl(const std::string& message, int host_id)
25 host_id(host_id) {
29 DevToolsAgent* agent = DevToolsAgent::FromHostId(host_id);
37 int host_id; member in class:content::__anon10385::MessageImpl
  /external/chromium_org/remoting/host/
host_change_notification_listener.cc 25 const std::string& host_id,
29 host_id_(host_id),
56 const std::string& host_id = local
60 if (host_id == host_id_ && from == directory_bot_jid_ &&
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 35 int host_id() const { return host_id_; } function in class:content::WebApplicationCacheHostImpl
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 87 static GpuProcessHost* FromID(int host_id);
88 int host_id() const { return host_id_; } function in class:content::GpuProcessHost
136 GpuProcessHost(int host_id, GpuProcessKind kind);
gpu_process_host.cc 84 void AcceleratedSurfaceBuffersSwappedCompletedForGPU(int host_id,
92 host_id,
98 GpuProcessHost* host = GpuProcessHost::FromID(host_id);
147 int host_id,
154 AcceleratedSurfaceBuffersSwappedCompletedForGPU(host_id, route_id,
355 int host_id; local
356 host_id = ++last_host_id;
362 GpuProcessHost* host = new GpuProcessHost(host_id, kind);
405 GpuProcessHost* GpuProcessHost::FromID(int host_id) {
410 if (host && host->host_id_ == host_id && ValidateHost(host)
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.h 55 int host_id);
74 int host_id; member in struct:content::BrowserPluginCompositingHelper::SwapBuffersInfo
  /external/chromium_org/remoting/host/setup/
native_messaging_host.cc 212 std::string host_id; local
213 if (!message.GetString("hostId", &host_id)) {
222 response->SetString("hash", remoting::MakeHostPinHash(host_id, pin));
  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 51 AppCacheHost(int host_id, AppCacheFrontend* frontend,
141 int host_id() const { return host_id_; } function in class:appcache::AppCacheHost
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 53 const char kHostId[] = "host_id";
225 std::string email, host_id, host_secret_hash; local
227 !config_dict->GetString(kHostId, &host_id) ||
235 remoting::VerifyConfigWindowWin verify_win(email, host_id,
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 1333 UINT8 host_id = 0; local
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 1191 std::string host_id = StringFromNPVariant(args[0]); local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 343 tNFA_DM_DISC_HOST_ID host_id; /* DH or UICC1/UICC2 */ member in struct:__anon22436
600 tNFA_HANDLE nfa_dm_add_rf_discover (tNFA_DM_DISC_TECH_PROTO_MASK disc_mask, tNFA_DM_DISC_HOST_ID host_id, tNFA_DISCOVER_CBACK *p_disc_cback);
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 545 uint8_t host_id; member in struct:phHciNfc_Gate_Info
    [all...]

Completed in 668 milliseconds