Searched refs:_connection8 (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/webrtc/base/ |
D | sigslot.h | 2172 class _connection8 : public _connection_base8<arg1_type, arg2_type, 2176 _connection8() in _connection8() function 2182 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection8() function 2190 virtual ~_connection8() in ~_connection8() 2197 return new _connection8<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in clone() 2204 return new _connection8<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in duplicate() 2802 _connection8<desttype, arg1_type, arg2_type, arg3_type, arg4_type, in connect() 2804 new _connection8<desttype, arg1_type, arg2_type, arg3_type, in connect()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | sigslot.h | 2172 class _connection8 : public _connection_base8<arg1_type, arg2_type, 2176 _connection8() in _connection8() function 2182 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection8() function 2190 virtual ~_connection8() in ~_connection8() 2197 return new _connection8<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in clone() 2204 return new _connection8<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in duplicate() 2802 _connection8<desttype, arg1_type, arg2_type, arg3_type, arg4_type, in connect() 2804 new _connection8<desttype, arg1_type, arg2_type, arg3_type, in connect()
|