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

  /external/chromium_org/content/browser/renderer_host/java/
java_bound_object.h 30 class JavaBoundObject {
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
84 DISALLOW_IMPLICIT_CONSTRUCTORS(JavaBoundObject);
java_bound_object.cc 50 // JavaBoundObject. We also add static methods for each of the NPObject
52 // delegate to the private implementation methods of JavaBoundObject.
54 JavaBoundObject* bound_object;
216 OBJECT_TO_NPVARIANT(JavaBoundObject::Create(scoped_java_object,
642 JavaBoundObject::GetJavaObject(object).obj());
778 NPObject* JavaBoundObject::Create(
787 // The NPObject takes ownership of the JavaBoundObject.
789 new JavaBoundObject(object, safe_annotation_clazz, manager);
793 JavaBoundObject::JavaBoundObject(
    [all...]

Completed in 284 milliseconds