Searched refs:ProcessProxyInfo (Results 1 – 2 of 2) sorted by relevance
37 ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo() { in ProcessProxyInfo() function in chromeos::ProcessProxyRegistry::ProcessProxyInfo40 ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo( in ProcessProxyInfo() function in chromeos::ProcessProxyRegistry::ProcessProxyInfo41 const ProcessProxyInfo& other) { in ProcessProxyInfo()46 ProcessProxyRegistry::ProcessProxyInfo::~ProcessProxyInfo() { in ~ProcessProxyInfo()101 ProcessProxyInfo& info = proxy_map_[*pid]; in OpenProcess()112 std::map<pid_t, ProcessProxyInfo>::iterator it = proxy_map_.find(pid); in SendInput()121 std::map<pid_t, ProcessProxyInfo>::iterator it = proxy_map_.find(pid); in CloseProcess()134 std::map<pid_t, ProcessProxyInfo>::iterator it = proxy_map_.find(pid); in OnTerminalResize()148 std::map<pid_t, ProcessProxyInfo>::iterator it = proxy_map_.find(pid); in OnProcessOutput()
29 struct ProcessProxyInfo { struct35 ProcessProxyInfo(); argument37 ProcessProxyInfo(const ProcessProxyInfo& other);38 ~ProcessProxyInfo();68 std::map<pid_t, ProcessProxyInfo> proxy_map_;