Searched refs:GinJavaMethodInvocationHelper (Results 1 – 6 of 6) sorted by relevance
17 : public GinJavaMethodInvocationHelper::ObjectDelegate {54 : public GinJavaMethodInvocationHelper::DispatcherDelegate {76 : public GinJavaMethodInvocationHelper::DispatcherDelegate {113 scoped_refptr<GinJavaMethodInvocationHelper> helper = in TEST_F()114 new GinJavaMethodInvocationHelper( in TEST_F()115 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>( in TEST_F()147 scoped_refptr<GinJavaMethodInvocationHelper> helper = in TEST_F()148 new GinJavaMethodInvocationHelper( in TEST_F()149 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>( in TEST_F()210 scoped_refptr<GinJavaMethodInvocationHelper> helper = in TEST_F()[all …]
40 GinJavaMethodInvocationHelper::GinJavaMethodInvocationHelper( in GinJavaMethodInvocationHelper() function in content::GinJavaMethodInvocationHelper50 GinJavaMethodInvocationHelper::~GinJavaMethodInvocationHelper() {} in ~GinJavaMethodInvocationHelper()52 void GinJavaMethodInvocationHelper::Init(DispatcherDelegate* dispatcher) { in Init()61 void GinJavaMethodInvocationHelper::BuildObjectRefsFromListValue( in BuildObjectRefsFromListValue()80 void GinJavaMethodInvocationHelper::BuildObjectRefsFromDictionaryValue( in BuildObjectRefsFromDictionaryValue()99 bool GinJavaMethodInvocationHelper::AppendObjectRef( in AppendObjectRef()122 void GinJavaMethodInvocationHelper::Invoke() { in Invoke()172 void GinJavaMethodInvocationHelper::SetInvocationError( in SetInvocationError()179 void GinJavaMethodInvocationHelper::SetPrimitiveResult( in SetPrimitiveResult()185 void GinJavaMethodInvocationHelper::SetObjectResult( in SetObjectResult()[all …]
26 class CONTENT_EXPORT GinJavaMethodInvocationHelper27 : public base::RefCountedThreadSafe<GinJavaMethodInvocationHelper> {59 GinJavaMethodInvocationHelper(scoped_ptr<ObjectDelegate> object,75 friend class base::RefCountedThreadSafe<GinJavaMethodInvocationHelper>;76 ~GinJavaMethodInvocationHelper();112 DISALLOW_COPY_AND_ASSIGN(GinJavaMethodInvocationHelper);
36 public GinJavaMethodInvocationHelper::DispatcherDelegate {85 scoped_refptr<GinJavaMethodInvocationHelper> result);88 scoped_refptr<GinJavaMethodInvocationHelper> result);
461 scoped_refptr<GinJavaMethodInvocationHelper> result = in OnInvokeMethod()462 new GinJavaMethodInvocationHelper( in OnInvokeMethod()464 .PassAs<GinJavaMethodInvocationHelper::ObjectDelegate>(), in OnInvokeMethod()473 base::Bind(&GinJavaMethodInvocationHelper::Invoke, result), in OnInvokeMethod()483 scoped_refptr<GinJavaMethodInvocationHelper> result) { in ProcessMethodInvocationResult()499 scoped_refptr<GinJavaMethodInvocationHelper> result) { in ProcessMethodInvocationObjectResult()
15 : public GinJavaMethodInvocationHelper::ObjectDelegate {