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

  /external/libmojo/mojo/public/cpp/bindings/
associated_group_controller.h 26 class MOJO_CPP_BINDINGS_EXPORT AssociatedGroupController
27 : public base::RefCountedThreadSafe<AssociatedGroupController> {
29 // Associates an interface with this AssociatedGroupController's message pipe.
73 friend class base::RefCountedThreadSafe<AssociatedGroupController>;
80 // has been associated with this AssociatedGroupController's message pipe, and
88 virtual ~AssociatedGroupController();
  /external/libmojo/mojo/public/cpp/bindings/lib/
associated_group_controller.cc 11 AssociatedGroupController::~AssociatedGroupController() {}
14 AssociatedGroupController::CreateScopedInterfaceEndpointHandle(InterfaceId id) {
18 bool AssociatedGroupController::NotifyAssociation(

Completed in 51 milliseconds