Home
last modified time | relevance | path

Searched refs:GinJavaMethodInvocationHelper (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/android/java/
Dgin_java_method_invocation_helper_unittest.cc17 : 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 …]
Dgin_java_method_invocation_helper.cc40 GinJavaMethodInvocationHelper::GinJavaMethodInvocationHelper( in GinJavaMethodInvocationHelper() function in content::GinJavaMethodInvocationHelper
50 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 …]
Dgin_java_method_invocation_helper.h26 class CONTENT_EXPORT GinJavaMethodInvocationHelper
27 : public base::RefCountedThreadSafe<GinJavaMethodInvocationHelper> {
59 GinJavaMethodInvocationHelper(scoped_ptr<ObjectDelegate> object,
75 friend class base::RefCountedThreadSafe<GinJavaMethodInvocationHelper>;
76 ~GinJavaMethodInvocationHelper();
112 DISALLOW_COPY_AND_ASSIGN(GinJavaMethodInvocationHelper);
Dgin_java_bridge_dispatcher_host.h36 public GinJavaMethodInvocationHelper::DispatcherDelegate {
85 scoped_refptr<GinJavaMethodInvocationHelper> result);
88 scoped_refptr<GinJavaMethodInvocationHelper> result);
Dgin_java_bridge_dispatcher_host.cc461 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()
Dgin_java_bound_object_delegate.h15 : public GinJavaMethodInvocationHelper::ObjectDelegate {