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

/external/chromium_org/content/browser/android/java/
H A Djava_bound_object.h30 class JavaBoundObject { class in namespace:content
32 // Takes a Java object and creates a JavaBoundObject around it. If
35 // JavaBoundObject.
43 virtual ~JavaBoundObject();
45 // Gets a local ref to the underlying JavaObject from a JavaBoundObject
59 JavaBoundObject(
70 // The weak ref to the underlying Java object that this JavaBoundObject
75 // can notify it when this JavaBoundObject is destroyed. JavaBoundObjects
91 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;
266 OBJECT_TO_NPVARIANT(JavaBoundObject::Create(scoped_java_object,
693 JavaBoundObject::GetJavaObject(object).obj());
829 NPObject* JavaBoundObject::Create(
839 // The NPObject takes ownership of the JavaBoundObject.
841 new JavaBoundObject(
846 JavaBoundObject::JavaBoundObject( function in class:content::JavaBoundObject
[all...]
H A Djava_bridge_dispatcher_host_manager.cc109 JavaBoundObject::GetJavaObject(it->second));

Completed in 95 milliseconds