OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallMethodAndBlockWithErrorDetails
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/dbus/
mock_object_proxy.h
32
virtual scoped_ptr<Response>
CallMethodAndBlockWithErrorDetails
(
mock_unittest.cc
169
TEST_F(MockTest,
CallMethodAndBlockWithErrorDetails
) {
181
proxy->
CallMethodAndBlockWithErrorDetails
(
object_proxy.h
99
virtual scoped_ptr<Response>
CallMethodAndBlockWithErrorDetails
(
object_proxy.cc
69
scoped_ptr<Response> ObjectProxy::
CallMethodAndBlockWithErrorDetails
(
109
return
CallMethodAndBlockWithErrorDetails
(method_call, timeout_ms, &error);
Completed in 37 milliseconds