OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessProxyRegistry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/process_proxy/
process_proxy_registry.h
26
class CHROMEOS_EXPORT
ProcessProxyRegistry
: public base::NonThreadSafe {
41
static
ProcessProxyRegistry
* Get();
57
friend struct ::base::DefaultLazyInstanceTraits<
ProcessProxyRegistry
>;
59
ProcessProxyRegistry
();
60
~
ProcessProxyRegistry
();
70
DISALLOW_COPY_AND_ASSIGN(
ProcessProxyRegistry
);
process_proxy_registry.cc
32
static base::LazyInstance<
ProcessProxyRegistry
> g_process_proxy_registry =
37
ProcessProxyRegistry
::ProcessProxyInfo::ProcessProxyInfo() {
40
ProcessProxyRegistry
::ProcessProxyInfo::ProcessProxyInfo(
46
ProcessProxyRegistry
::ProcessProxyInfo::~ProcessProxyInfo() {
49
ProcessProxyRegistry
::
ProcessProxyRegistry
() {
52
ProcessProxyRegistry
::~
ProcessProxyRegistry
() {
53
// TODO(tbarzic): Fix issue with
ProcessProxyRegistry
being destroyed
63
ProcessProxyRegistry
* ProcessProxyRegistry::Get()
[
all
...]
process_proxy_unittest.cc
36
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) = 0;
84
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) OVERRIDE {
143
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) OVERRIDE {
170
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) OVERRIDE {
185
registry_ =
ProcessProxyRegistry
::Get();
230
ProcessProxyRegistry
* registry_;
/external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_api.cc
113
chromeos::
ProcessProxyRegistry
* registry =
114
chromeos::
ProcessProxyRegistry
::Get();
149
bool success = chromeos::
ProcessProxyRegistry
::Get()->SendInput(pid, text);
180
bool success = chromeos::
ProcessProxyRegistry
::Get()->CloseProcess(pid);
211
bool success = chromeos::
ProcessProxyRegistry
::Get()->OnTerminalResize(
Completed in 152 milliseconds