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

  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper_unittest.cc 17 : 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> helper
    [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);
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_bound_object_delegate.h 15 : public GinJavaMethodInvocationHelper::ObjectDelegate {
gin_java_bridge_dispatcher_host.h 38 public GinJavaMethodInvocationHelper::DispatcherDelegate {
63 // GinJavaMethodInvocationHelper::DispatcherDelegate
gin_java_bridge_dispatcher_host.cc 444 scoped_refptr<GinJavaMethodInvocationHelper> result =
445 new GinJavaMethodInvocationHelper(
447 .PassAs<GinJavaMethodInvocationHelper::ObjectDelegate>(),

Completed in 50 milliseconds