ProcessProxyRegistry  113 chrome/browser/extensions/api/terminal/terminal_private_api.cc   chromeos::ProcessProxyRegistry* registry =
ProcessProxyRegistry  114 chrome/browser/extensions/api/terminal/terminal_private_api.cc       chromeos::ProcessProxyRegistry::Get();
ProcessProxyRegistry  149 chrome/browser/extensions/api/terminal/terminal_private_api.cc   bool success = chromeos::ProcessProxyRegistry::Get()->SendInput(pid, text);
ProcessProxyRegistry  180 chrome/browser/extensions/api/terminal/terminal_private_api.cc   bool success = chromeos::ProcessProxyRegistry::Get()->CloseProcess(pid);
ProcessProxyRegistry  211 chrome/browser/extensions/api/terminal/terminal_private_api.cc   bool success = chromeos::ProcessProxyRegistry::Get()->OnTerminalResize(
ProcessProxyRegistry   32 chromeos/process_proxy/process_proxy_registry.cc static base::LazyInstance<ProcessProxyRegistry> g_process_proxy_registry =
ProcessProxyRegistry   37 chromeos/process_proxy/process_proxy_registry.cc ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo() {
ProcessProxyRegistry   40 chromeos/process_proxy/process_proxy_registry.cc ProcessProxyRegistry::ProcessProxyInfo::ProcessProxyInfo(
ProcessProxyRegistry   46 chromeos/process_proxy/process_proxy_registry.cc ProcessProxyRegistry::ProcessProxyInfo::~ProcessProxyInfo() {
ProcessProxyRegistry   49 chromeos/process_proxy/process_proxy_registry.cc ProcessProxyRegistry::ProcessProxyRegistry() {
ProcessProxyRegistry   52 chromeos/process_proxy/process_proxy_registry.cc ProcessProxyRegistry::~ProcessProxyRegistry() {
ProcessProxyRegistry   63 chromeos/process_proxy/process_proxy_registry.cc ProcessProxyRegistry* ProcessProxyRegistry::Get() {
ProcessProxyRegistry   67 chromeos/process_proxy/process_proxy_registry.cc bool ProcessProxyRegistry::OpenProcess(
ProcessProxyRegistry   90 chromeos/process_proxy/process_proxy_registry.cc            base::Bind(&ProcessProxyRegistry::OnProcessOutput,
ProcessProxyRegistry  109 chromeos/process_proxy/process_proxy_registry.cc bool ProcessProxyRegistry::SendInput(pid_t pid, const std::string& data) {
ProcessProxyRegistry  118 chromeos/process_proxy/process_proxy_registry.cc bool ProcessProxyRegistry::CloseProcess(pid_t pid) {
ProcessProxyRegistry  131 chromeos/process_proxy/process_proxy_registry.cc bool ProcessProxyRegistry::OnTerminalResize(pid_t pid, int width, int height) {
ProcessProxyRegistry  141 chromeos/process_proxy/process_proxy_registry.cc void ProcessProxyRegistry::OnProcessOutput(pid_t pid,
ProcessProxyRegistry   26 chromeos/process_proxy/process_proxy_registry.h class CHROMEOS_EXPORT ProcessProxyRegistry : public base::NonThreadSafe {
ProcessProxyRegistry   41 chromeos/process_proxy/process_proxy_registry.h   static ProcessProxyRegistry* Get();
ProcessProxyRegistry   57 chromeos/process_proxy/process_proxy_registry.h   friend struct ::base::DefaultLazyInstanceTraits<ProcessProxyRegistry>;
ProcessProxyRegistry   59 chromeos/process_proxy/process_proxy_registry.h   ProcessProxyRegistry();
ProcessProxyRegistry   60 chromeos/process_proxy/process_proxy_registry.h   ~ProcessProxyRegistry();
ProcessProxyRegistry   70 chromeos/process_proxy/process_proxy_registry.h   DISALLOW_COPY_AND_ASSIGN(ProcessProxyRegistry);
ProcessProxyRegistry   36 chromeos/process_proxy/process_proxy_unittest.cc   virtual void StartRegistryTest(ProcessProxyRegistry* registry) = 0;
ProcessProxyRegistry   84 chromeos/process_proxy/process_proxy_unittest.cc   virtual void StartRegistryTest(ProcessProxyRegistry* registry) OVERRIDE {
ProcessProxyRegistry  143 chromeos/process_proxy/process_proxy_unittest.cc   virtual void StartRegistryTest(ProcessProxyRegistry* registry) OVERRIDE {
ProcessProxyRegistry  170 chromeos/process_proxy/process_proxy_unittest.cc   virtual void StartRegistryTest(ProcessProxyRegistry* registry) OVERRIDE {
ProcessProxyRegistry  185 chromeos/process_proxy/process_proxy_unittest.cc     registry_ = ProcessProxyRegistry::Get();
ProcessProxyRegistry  230 chromeos/process_proxy/process_proxy_unittest.cc   ProcessProxyRegistry* registry_;