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

/external/chromium_org/content/renderer/pepper/
H A Dpepper_broker.h71 struct PendingConnection { struct in class:content::PepperBroker
72 PendingConnection();
73 ~PendingConnection();
92 typedef std::map<PPB_Broker_Impl*, PendingConnection> ClientMap;
H A Dpepper_broker.cc212 PepperBroker::PendingConnection::PendingConnection() : is_authorized(false) { function in class:content::PepperBroker::PendingConnection
215 PepperBroker::PendingConnection::~PendingConnection() {

Completed in 109 milliseconds