Searched defs:pobject (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslot.h1751 _connection0(dest_type* pobject, void (dest_type::*pmemfun)()) argument
1753 m_pobject = pobject;
1796 _connection1(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type)) argument
1798 m_pobject = pobject;
1841 _connection2(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, argument
1844 m_pobject = pobject;
1887 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, argument
1890 m_pobject = pobject;
1935 _connection4(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, argument
1938 m_pobject = pobject;
1985 _connection5(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type)) argument
2039 _connection6(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type)) argument
2093 _connection7(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type)) argument
2148 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type, arg8_type)) argument
[all...]

Completed in 50 milliseconds