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

  /external/chromium_org/chromeos/dbus/
introspectable_client.h 18 // IntrospectableClient is used to retrieve the D-Bus introspection data
20 class CHROMEOS_EXPORT IntrospectableClient : public DBusClient {
22 virtual ~IntrospectableClient();
47 static IntrospectableClient* Create();
50 IntrospectableClient();
53 DISALLOW_COPY_AND_ASSIGN(IntrospectableClient);
introspectable_client.cc 32 // The IntrospectableClient implementation used in production.
33 class IntrospectableClientImpl : public IntrospectableClient {
40 // IntrospectableClient override.
94 IntrospectableClient::IntrospectableClient() {
97 IntrospectableClient::~IntrospectableClient() {
102 IntrospectableClient::GetInterfacesFromIntrospectResult(
134 IntrospectableClient* IntrospectableClient::Create()
    [all...]

Completed in 29 milliseconds