ChannelFactory     24 apps/app_shim/app_shim_host_manager_mac.h     : public IPC::ChannelFactory::Delegate,
ChannelFactory     61 apps/app_shim/app_shim_host_manager_mac.h   scoped_ptr<IPC::ChannelFactory> factory_;
ChannelFactory     18 apps/app_shim/test/app_shim_host_manager_test_api_mac.cc IPC::ChannelFactory* AppShimHostManagerTestApi::factory() {
ChannelFactory     17 apps/app_shim/test/app_shim_host_manager_test_api_mac.h class ChannelFactory;
ChannelFactory     26 apps/app_shim/test/app_shim_host_manager_test_api_mac.h   IPC::ChannelFactory* factory();
ChannelFactory     66 content/child/npapi/np_channel_base.cc     ChannelFactory factory, base::MessageLoopProxy* ipc_message_loop,
ChannelFactory    120 content/child/npapi/np_channel_base.h   typedef NPChannelBase* (*ChannelFactory)();
ChannelFactory    133 content/child/npapi/np_channel_base.h       ChannelFactory factory, base::MessageLoopProxy* ipc_message_loop,
ChannelFactory     14 ipc/ipc_channel_factory.cc ChannelFactory::ChannelFactory(const base::FilePath& path, Delegate* delegate)
ChannelFactory     20 ipc/ipc_channel_factory.cc ChannelFactory::~ChannelFactory() {
ChannelFactory     24 ipc/ipc_channel_factory.cc bool ChannelFactory::CreateSocket() {
ChannelFactory     31 ipc/ipc_channel_factory.cc bool ChannelFactory::Listen() {
ChannelFactory     47 ipc/ipc_channel_factory.cc void ChannelFactory::OnFileCanReadWithoutBlocking(int fd) {
ChannelFactory     72 ipc/ipc_channel_factory.cc void ChannelFactory::OnFileCanWriteWithoutBlocking(int fd) {
ChannelFactory     76 ipc/ipc_channel_factory.cc void ChannelFactory::Close() {
ChannelFactory     19 ipc/ipc_channel_factory.h class IPC_EXPORT ChannelFactory : public base::MessageLoopForIO::Watcher {
ChannelFactory     32 ipc/ipc_channel_factory.h   ChannelFactory(const base::FilePath& path, Delegate* delegate);
ChannelFactory     34 ipc/ipc_channel_factory.h   virtual ~ChannelFactory();
ChannelFactory     53 ipc/ipc_channel_factory.h   DISALLOW_COPY_AND_ASSIGN(ChannelFactory);
ChannelFactory     22 remoting/protocol/channel_dispatcher_base.h class ChannelFactory;
ChannelFactory     59 remoting/protocol/channel_dispatcher_base.h   ChannelFactory* channel_factory_;
ChannelFactory     20 remoting/protocol/channel_factory.h class ChannelFactory : public base::NonThreadSafe {
ChannelFactory     29 remoting/protocol/channel_factory.h   ChannelFactory() {}
ChannelFactory     50 remoting/protocol/channel_factory.h   virtual ~ChannelFactory() {}
ChannelFactory     53 remoting/protocol/channel_factory.h   DISALLOW_COPY_AND_ASSIGN(ChannelFactory);
ChannelFactory    356 remoting/protocol/channel_multiplexer.cc ChannelMultiplexer::ChannelMultiplexer(ChannelFactory* factory,
ChannelFactory     17 remoting/protocol/channel_multiplexer.h class ChannelMultiplexer : public ChannelFactory {
ChannelFactory     22 remoting/protocol/channel_multiplexer.h   ChannelMultiplexer(ChannelFactory* factory,
ChannelFactory     66 remoting/protocol/channel_multiplexer.h   ChannelFactory* base_channel_factory_;
ChannelFactory    323 remoting/protocol/fake_session.cc ChannelFactory* FakeSession::GetTransportChannelFactory() {
ChannelFactory    327 remoting/protocol/fake_session.cc ChannelFactory* FakeSession::GetMultiplexedChannelFactory() {
ChannelFactory    151 remoting/protocol/fake_session.h                     public ChannelFactory {
ChannelFactory    176 remoting/protocol/fake_session.h   virtual ChannelFactory* GetTransportChannelFactory() OVERRIDE;
ChannelFactory    177 remoting/protocol/fake_session.h   virtual ChannelFactory* GetMultiplexedChannelFactory() OVERRIDE;
ChannelFactory    211 remoting/protocol/jingle_session.cc ChannelFactory* JingleSession::GetTransportChannelFactory() {
ChannelFactory    216 remoting/protocol/jingle_session.cc ChannelFactory* JingleSession::GetMultiplexedChannelFactory() {
ChannelFactory     40 remoting/protocol/jingle_session.h                       public ChannelFactory,
ChannelFactory     52 remoting/protocol/jingle_session.h   virtual ChannelFactory* GetTransportChannelFactory() OVERRIDE;
ChannelFactory     53 remoting/protocol/jingle_session.h   virtual ChannelFactory* GetMultiplexedChannelFactory() OVERRIDE;
ChannelFactory     20 remoting/protocol/protobuf_video_reader.h class ChannelFactory;
ChannelFactory     43 remoting/protocol/protobuf_video_reader.h   ChannelFactory* channel_factory_;
ChannelFactory     23 remoting/protocol/protobuf_video_writer.h class ChannelFactory;
ChannelFactory     46 remoting/protocol/protobuf_video_writer.h   ChannelFactory* channel_factory_;
ChannelFactory    168 remoting/protocol/protocol_mock_objects.h   MOCK_METHOD0(GetTransportChannelFactory, ChannelFactory*());
ChannelFactory    169 remoting/protocol/protocol_mock_objects.h   MOCK_METHOD0(GetMultiplexedChannelFactory, ChannelFactory*());
ChannelFactory     20 remoting/protocol/session.h class ChannelFactory;
ChannelFactory    105 remoting/protocol/session.h   virtual ChannelFactory* GetTransportChannelFactory() = 0;
ChannelFactory    106 remoting/protocol/session.h   virtual ChannelFactory* GetMultiplexedChannelFactory() = 0;