Searched defs:LazyInterfacePtr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/public/cpp/application/
H A Dlazy_interface_ptr.h16 class LazyInterfacePtr : public InterfacePtr<Interface> { class in namespace:mojo
18 LazyInterfacePtr() : service_provider_(NULL) {} function in class:mojo::LazyInterfacePtr
20 LazyInterfacePtr(ServiceProvider* service_provider) function in class:mojo::LazyInterfacePtr
35 const_cast<LazyInterfacePtr<Interface>*>(this));

Completed in 77 milliseconds