HomeSort by relevance Sort by last modified time
    Searched full:introspectableclientimpl (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chromeos/dbus/
introspectable_client.cc 33 class IntrospectableClientImpl : public IntrospectableClient {
35 explicit IntrospectableClientImpl(dbus::Bus* bus)
40 virtual ~IntrospectableClientImpl() {
55 base::Bind(&IntrospectableClientImpl::OnIntrospect,
89 base::WeakPtrFactory<IntrospectableClientImpl> weak_ptr_factory_;
91 DISALLOW_COPY_AND_ASSIGN(IntrospectableClientImpl);
151 return new IntrospectableClientImpl(bus);

Completed in 738 milliseconds