Home
last modified time | relevance | path

Searched defs:StrongBinding (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dstrong_binding.h54 explicit StrongBinding(Interface* impl) : binding_(impl) {} in StrongBinding() function
56 StrongBinding(Interface* impl, ScopedMessagePipeHandle handle) in StrongBinding() function
61 StrongBinding(Interface* impl, InterfacePtr<Interface>* ptr) in StrongBinding() function
66 StrongBinding(Interface* impl, InterfaceRequest<Interface> request) in StrongBinding() function