HomeSort by relevance Sort by last modified time
    Searched refs:PendingConnection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_broker.h 70 struct PendingConnection {
71 PendingConnection();
72 ~PendingConnection();
91 typedef std::map<PPB_Broker_Impl*, PendingConnection> ClientMap;
pepper_broker.cc 209 PepperBroker::PendingConnection::PendingConnection() : is_authorized(false) {}
211 PepperBroker::PendingConnection::~PendingConnection() {}

Completed in 63 milliseconds