Searched refs:JavaBoundObject (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/java/
H A Djava_bound_object.h30 class JavaBoundObject { class in namespace:content
32 // Takes a Java object and creates a JavaBoundObject around it. The
37 // JavaBoundObject.
44 virtual ~JavaBoundObject();
46 // Gets a local ref to the underlying JavaObject from a JavaBoundObject
58 explicit JavaBoundObject(
65 // The weak ref to the underlying Java object that this JavaBoundObject
70 // can notify it when this JavaBoundObject is destroyed. JavaBoundObjects
85 DISALLOW_IMPLICIT_CONSTRUCTORS(JavaBoundObject);
H A Djava_bound_object.cc55 // JavaBoundObject. We also add static methods for each of the NPObject
57 // delegate to the private implementation methods of JavaBoundObject.
59 JavaBoundObject* bound_object;
221 OBJECT_TO_NPVARIANT(JavaBoundObject::Create(scoped_java_object,
647 JavaBoundObject::GetJavaObject(object).obj());
783 NPObject* JavaBoundObject::Create(
792 // The NPObject takes ownership of the JavaBoundObject.
794 new JavaBoundObject(object, safe_annotation_clazz, manager);
798 JavaBoundObject::JavaBoundObject( function in class:content::JavaBoundObject
[all...]
H A Djava_bridge_dispatcher_host_manager.cc131 JavaBoundObject::GetJavaObject(it->second));
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1214 // JavaBoundObject creates the NPObject with a ref count of 1, and
1219 NPObject* bound_object = JavaBoundObject::Create(scoped_object, scoped_clazz,

Completed in 2442 milliseconds