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

/external/chromium_org/content/browser/android/java/
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...]

Completed in 492 milliseconds