Searched defs:PepperPortAllocator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.h18 // * PepperPortAllocator uses Pepper URLLoader API when creating
20 // * PepperPortAllocator resolves STUN DNS names and passes IP
24 class PepperPortAllocator : public cricket::HttpPortAllocatorBase { class in namespace:remoting
26 static scoped_ptr<PepperPortAllocator> Create(
28 virtual ~PepperPortAllocator();
38 PepperPortAllocator(
47 DISALLOW_COPY_AND_ASSIGN(PepperPortAllocator);
H A Dpepper_port_allocator.cc207 scoped_ptr<PepperPortAllocator> PepperPortAllocator::Create(
213 scoped_ptr<PepperPortAllocator> result(new PepperPortAllocator(
218 PepperPortAllocator::PepperPortAllocator( function in class:remoting::PepperPortAllocator
237 PepperPortAllocator::~PepperPortAllocator() {
240 cricket::PortAllocatorSession* PepperPortAllocator::CreateSessionInternal(

Completed in 626 milliseconds