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

/external/chromium_org/content/browser/android/java/
H A Dgin_java_method_invocation_helper_unittest.cc17 : public GinJavaMethodInvocationHelper::ObjectDelegate {
54 : public GinJavaMethodInvocationHelper::DispatcherDelegate {
76 : public GinJavaMethodInvocationHelper::DispatcherDelegate {
113 scoped_refptr<GinJavaMethodInvocationHelper> helper =
114 new GinJavaMethodInvocationHelper(
115 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>(
147 scoped_refptr<GinJavaMethodInvocationHelper> helper =
148 new GinJavaMethodInvocationHelper(
149 scoped_ptr<GinJavaMethodInvocationHelper::ObjectDelegate>(
210 scoped_refptr<GinJavaMethodInvocationHelper> helpe
[all...]
H A Dgin_java_method_invocation_helper.h24 class CONTENT_EXPORT GinJavaMethodInvocationHelper class in namespace:content
25 : public base::RefCountedThreadSafe<GinJavaMethodInvocationHelper> {
55 GinJavaMethodInvocationHelper(scoped_ptr<ObjectDelegate> object,
69 friend class base::RefCountedThreadSafe<GinJavaMethodInvocationHelper>;
70 ~GinJavaMethodInvocationHelper();
104 DISALLOW_COPY_AND_ASSIGN(GinJavaMethodInvocationHelper);
H A Dgin_java_method_invocation_helper.cc40 GinJavaMethodInvocationHelper::GinJavaMethodInvocationHelper( function in class:content::GinJavaMethodInvocationHelper
50 GinJavaMethodInvocationHelper::~GinJavaMethodInvocationHelper() {}
52 void GinJavaMethodInvocationHelper::Init(DispatcherDelegate* dispatcher) {
61 void GinJavaMethodInvocationHelper::BuildObjectRefsFromListValue(
80 void GinJavaMethodInvocationHelper::BuildObjectRefsFromDictionaryValue(
99 bool GinJavaMethodInvocationHelper::AppendObjectRef(
122 void GinJavaMethodInvocationHelper::Invoke() {
182 void GinJavaMethodInvocationHelper
[all...]
H A Dgin_java_bound_object_delegate.h15 : public GinJavaMethodInvocationHelper::ObjectDelegate {
H A Dgin_java_bridge_dispatcher_host.h38 public GinJavaMethodInvocationHelper::DispatcherDelegate {
63 // GinJavaMethodInvocationHelper::DispatcherDelegate
H A Dgin_java_bridge_dispatcher_host.cc444 scoped_refptr<GinJavaMethodInvocationHelper> result =
445 new GinJavaMethodInvocationHelper(
447 .PassAs<GinJavaMethodInvocationHelper::ObjectDelegate>(),

Completed in 69 milliseconds