OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessProxyInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/process_proxy/
process_proxy_registry.h
29
struct
ProcessProxyInfo
{
35
ProcessProxyInfo
();
37
ProcessProxyInfo
(const
ProcessProxyInfo
& other);
38
~
ProcessProxyInfo
();
68
std::map<pid_t,
ProcessProxyInfo
> proxy_map_;
process_proxy_registry.cc
37
ProcessProxyRegistry::
ProcessProxyInfo
::
ProcessProxyInfo
() {
40
ProcessProxyRegistry::
ProcessProxyInfo
::
ProcessProxyInfo
(
41
const
ProcessProxyInfo
& other) {
46
ProcessProxyRegistry::
ProcessProxyInfo
::~
ProcessProxyInfo
() {
101
ProcessProxyInfo
& info = proxy_map_[*pid];
112
std::map<pid_t,
ProcessProxyInfo
>::iterator it = proxy_map_.find(pid);
121
std::map<pid_t,
ProcessProxyInfo
>::iterator it = proxy_map_.find(pid)
[
all
...]
Completed in 493 milliseconds