OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:It2MeHostFactory
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.cc
38
scoped_ptr<
It2MeHostFactory
> factory(new
It2MeHostFactory
());
it2me_host.h
174
class
It2MeHostFactory
{
176
It2MeHostFactory
();
177
virtual ~
It2MeHostFactory
();
187
DISALLOW_COPY_AND_ASSIGN(
It2MeHostFactory
);
it2me_native_messaging_host.h
29
scoped_ptr<
It2MeHostFactory
> factory);
62
scoped_ptr<
It2MeHostFactory
> factory_;
it2me_host.cc
464
It2MeHostFactory
::
It2MeHostFactory
() {}
466
It2MeHostFactory
::~
It2MeHostFactory
() {}
468
scoped_refptr<It2MeHost>
It2MeHostFactory
::CreateIt2MeHost(
it2me_native_messaging_host_unittest.cc
148
class MockIt2MeHostFactory : public
It2MeHostFactory
{
432
// Creating a native messaging host with a mock
It2MeHostFactory
.
433
scoped_ptr<
It2MeHostFactory
> factory(new MockIt2MeHostFactory());
it2me_native_messaging_host.cc
45
scoped_ptr<
It2MeHostFactory
> factory)
/external/chromium_org/remoting/host/plugin/
host_script_object.cc
490
scoped_ptr<
It2MeHostFactory
> factory(new
It2MeHostFactory
());
[
all
...]
Completed in 405 milliseconds