OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlockingMethodCaller
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
blocking_method_caller.cc
31
BlockingMethodCaller
::
BlockingMethodCaller
(dbus::Bus* bus,
39
BlockingMethodCaller
::~
BlockingMethodCaller
() {
42
scoped_ptr<dbus::Response>
BlockingMethodCaller
::CallMethodAndBlock(
blocking_method_caller.h
25
class CHROMEOS_EXPORT
BlockingMethodCaller
{
27
BlockingMethodCaller
(dbus::Bus* bus, dbus::ObjectProxy* proxy);
28
virtual ~
BlockingMethodCaller
();
38
DISALLOW_COPY_AND_ASSIGN(
BlockingMethodCaller
);
Completed in 33 milliseconds