HomeSort by relevance Sort by last modified time
    Searched defs:host_id (Results 1 - 17 of 17) 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/chrome/test/remoting/
me2me_browsertest.cc 143 std::string host_id = ExecuteScriptAndExtractString( local
145 std::string node_id = "delete-client-" + host_id;
remote_desktop_browsertest.cc 481 std::string host_id = ExecuteScriptAndExtractString( local
484 EXPECT_FALSE(host_id.empty());
485 std::string element_id = "host_" + host_id;
  /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::__anon8135::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/renderer/browser_plugin/
browser_plugin_compositing_helper.h 69 int host_id);
93 int host_id; member in struct:content::BrowserPluginCompositingHelper::SwapBuffersInfo
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 92 static GpuProcessHost* FromID(int host_id);
93 int host_id() const { return host_id_; } function in class:content::GpuProcessHost
141 GpuProcessHost(int host_id, GpuProcessKind kind);
gpu_process_host.cc 88 int host_id,
98 host_id,
106 GpuProcessHost* host = GpuProcessHost::FromID(host_id);
159 int host_id,
167 host_id, route_id, alive, timebase, interval);
316 int host_id; local
317 host_id = ++last_host_id;
323 GpuProcessHost* host = new GpuProcessHost(host_id, kind);
373 GpuProcessHost* GpuProcessHost::FromID(int host_id) {
378 if (host && host->host_id_ == host_id && ValidateHost(host)
    [all...]
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc 207 std::string host_id; local
208 if (!message.GetString("hostId", &host_id)) {
217 response->SetString("hash", MakeHostPinHash(host_id, pin));
  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 52 AppCacheHost(int host_id, AppCacheFrontend* frontend,
142 int host_id() const { return host_id_; } function in class:appcache::AppCacheHost
157 void CompleteTransfer(int host_id, AppCacheFrontend* frontend);
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 53 const char kHostId[] = "host_id";
232 std::string host_id, host_secret_hash; local
233 if (!config_dict->GetString(kHostId, &host_id) ||
241 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 623 std::string host_id = StringFromNPVariant(args[0]); local
624 if (host_id.empty()) {
642 remoting::MakeHostPinHash(host_id, pin));
    [all...]
  /external/chromium_org/remoting/webapp/
host_controller.js 158 host_id: newHostId,
345 * Check the host configuration is valid (non-null, and contains both host_id
351 return !!config && typeof config['host_id'] == 'string' &&
394 var hostId = config['host_id'];
428 hostId = /** @type {string} */ config['host_id'];
  /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:__anon20669
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 1437 milliseconds