HomeSort by relevance Sort by last modified time
    Searched defs:GinJavaMethodInvocationHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper.cc 40 GinJavaMethodInvocationHelper::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::SetInvocationError
    [all...]
gin_java_method_invocation_helper.h 24 class CONTENT_EXPORT GinJavaMethodInvocationHelper
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);

Completed in 3698 milliseconds