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/lib/
associated_group_controller.cc 11 AssociatedGroupController::AssociatedGroupController(
13 : base::RefCountedDeleteOnMessageLoop<AssociatedGroupController>(
16 AssociatedGroupController::~AssociatedGroupController() {}
19 AssociatedGroupController::CreateAssociatedGroup() {
26 AssociatedGroupController::CreateScopedInterfaceEndpointHandle(
  /external/libmojo/mojo/public/cpp/bindings/
associated_group_controller.h 24 class AssociatedGroupController :
25 public base::RefCountedDeleteOnMessageLoop<AssociatedGroupController> {
27 explicit AssociatedGroupController(
69 friend class base::RefCountedDeleteOnMessageLoop<AssociatedGroupController>;
70 friend class base::DeleteHelper<AssociatedGroupController>;
78 virtual ~AssociatedGroupController();
80 DISALLOW_COPY_AND_ASSIGN(AssociatedGroupController);

Completed in 59 milliseconds