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

  /external/chromium_org/mojo/public/cpp/bindings/lib/
interface_ptr_internal.h 21 class InterfacePtrState {
23 InterfacePtrState() : proxy_(NULL), router_(NULL), waiter_(NULL) {}
25 ~InterfacePtrState() {
40 void Swap(InterfacePtrState* other) {
145 MOJO_DISALLOW_COPY_AND_ASSIGN(InterfacePtrState);
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 101 internal::InterfacePtrState<Interface>* internal_state() {
108 typedef internal::InterfacePtrState<Interface> InterfacePtr::*Testable;
116 typedef internal::InterfacePtrState<Interface> State;

Completed in 4689 milliseconds