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

  /external/chromium_org/content/browser/android/java/
gin_java_bound_object.cc 35 GinJavaBoundObject* GinJavaBoundObject::CreateNamed(
38 return new GinJavaBoundObject(ref, safe_annotation_clazz);
42 GinJavaBoundObject* GinJavaBoundObject::CreateTransient(
48 return new GinJavaBoundObject(ref, safe_annotation_clazz, holders);
51 GinJavaBoundObject::GinJavaBoundObject(
61 GinJavaBoundObject::GinJavaBoundObject(
    [all...]
gin_java_bound_object.h 24 class GinJavaBoundObject
25 : public base::RefCountedThreadSafe<GinJavaBoundObject> {
29 // the other hand, this allows us to manage lifetime of GinJavaBoundObject
31 typedef IDMap<scoped_refptr<GinJavaBoundObject>, IDMapOwnPointer> ObjectMap;
34 static GinJavaBoundObject* CreateNamed(
37 static GinJavaBoundObject* CreateTransient(
65 friend class base::RefCountedThreadSafe<GinJavaBoundObject>;
67 GinJavaBoundObject(
70 GinJavaBoundObject(
74 ~GinJavaBoundObject();
    [all...]

Completed in 8286 milliseconds