Searched defs:InterfacePtr (Results 1 - 1 of 1) sorted by path

/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_ptr.h18 // InterfacePtr represents a proxy to a remote instance of an interface.
20 class InterfacePtr { class in namespace:mojo
21 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(InterfacePtr, RValue)
23 InterfacePtr() {} function in class:mojo::InterfacePtr
25 InterfacePtr(RValue other) { function in class:mojo::InterfacePtr
28 InterfacePtr& operator=(RValue other) {
34 ~InterfacePtr() {}
55 // This method configures the InterfacePtr<..> to be a proxy to a remote
61 // To move a bound InterfacePtr<..> to another thread, call PassMessagePipe().
62 // Then create a new InterfacePtr<
[all...]

Completed in 182 milliseconds