Home
last modified time | relevance | path

Searched refs:ProcessProxyInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy_registry.cc37 ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo() { in ProcessProxyInfo() function in chromeos::ProcessProxyRegistry::ProcessProxyInfo
40 ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo( in ProcessProxyInfo() function in chromeos::ProcessProxyRegistry::ProcessProxyInfo
41 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()
Dprocess_proxy_registry.h29 struct ProcessProxyInfo { struct
35 ProcessProxyInfo(); argument
37 ProcessProxyInfo(const ProcessProxyInfo& other);
38 ~ProcessProxyInfo();
68 std::map<pid_t, ProcessProxyInfo> proxy_map_;