Home
last modified time | relevance | path

Searched refs:MethodCall0 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dproxy.h135 class MethodCall0 : public rtc::Message,
139 MethodCall0(C* c, Method m) : c_(c), m_(m) {} in MethodCall0() function
321 MethodCall0<c##Proxy, void> call(this, &c##Proxy::Release_s); \
332 MethodCall0<C, r> call(c_.get(), &C::method); \
Dpeerconnectionfactory.cc85 MethodCall0<PeerConnectionFactory, bool> call( in CreatePeerConnectionFactory()
113 MethodCall0<PeerConnectionFactory, bool> call( in CreatePeerConnectionFactory()