OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeIntrospectableClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_introspectable_client.cc
13
FakeIntrospectableClient
::
FakeIntrospectableClient
() {}
15
FakeIntrospectableClient
::~
FakeIntrospectableClient
() {}
17
void
FakeIntrospectableClient
::Init(dbus::Bus* bus) {}
19
void
FakeIntrospectableClient
::Introspect(const std::string& service_name,
fake_introspectable_client.h
16
class
FakeIntrospectableClient
: public IntrospectableClient {
18
FakeIntrospectableClient
();
19
virtual ~
FakeIntrospectableClient
();
Completed in 175 milliseconds