Searched refs:ObjectDelegate (Results 1 – 5 of 5) sorted by relevance
38 class ObjectDelegate {40 ObjectDelegate() {} in ObjectDelegate() function41 virtual ~ObjectDelegate() {} in ~ObjectDelegate()52 DISALLOW_COPY_AND_ASSIGN(ObjectDelegate);55 GinJavaMethodInvocationHelper(scoped_ptr<ObjectDelegate> object,94 scoped_ptr<ObjectDelegate> object_;
17 : public GinJavaMethodInvocationHelper::ObjectDelegate {115 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>( in TEST_F()149 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>( in TEST_F()212 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>( in TEST_F()264 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>( in TEST_F()321 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>( in TEST_F()
15 : public GinJavaMethodInvocationHelper::ObjectDelegate {
41 scoped_ptr<ObjectDelegate> object, in GinJavaMethodInvocationHelper()
447 .PassAs<GinJavaMethodInvocationHelper::ObjectDelegate>(), in OnInvokeMethod()