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
34
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) = 0;
82
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) OVERRIDE {
141
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) OVERRIDE {
168
virtual void StartRegistryTest(
ProcessProxyRegistry
* registry) OVERRIDE {
183
registry_ =
ProcessProxyRegistry
::Get();
228
ProcessProxyRegistry
* registry_;
/external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_api.cc
111
chromeos::
ProcessProxyRegistry
* registry =
112
chromeos::
ProcessProxyRegistry
::Get();
147
bool success = chromeos::
ProcessProxyRegistry
::Get()->SendInput(pid, text);
178
bool success = chromeos::
ProcessProxyRegistry
::Get()->CloseProcess(pid);
209
bool success = chromeos::
ProcessProxyRegistry
::Get()->OnTerminalResize(
Completed in 62 milliseconds