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

  /external/chromium_org/content/shell/tools/plugin/Tests/
PluginScriptableObjectOverridesAllProperties.cpp 45 class PluginObject : public Object<PluginObject> {
47 PluginObject()
51 virtual ~PluginObject()
80 *(NPObject**)value = PluginObject::create(this);
SlowNPPNew.cpp 44 class PluginObject : public Object<PluginObject> {
46 PluginObject()
50 ~PluginObject()
79 *(NPObject**)value = PluginObject::create(this);
NPRuntimeRemoveProperty.cpp 88 struct PluginObject : Object<PluginObject> {
90 PluginObject()
95 virtual ~PluginObject()
166 *(NPObject**)value = PluginObject::create(this);
  /external/chromium_org/content/renderer/pepper/
plugin_object.cc 47 // PluginObject ----------------------------------------------------------------
49 PluginObject::~PluginObject() {
57 gin::WrapperInfo PluginObject::kWrapperInfo = {gin::kEmbedderNativeGin};
60 PluginObject* PluginObject::FromV8Object(v8::Isolate* isolate,
62 PluginObject* plugin_object;
71 PP_Var PluginObject::Create(PepperPluginInstanceImpl* instance,
75 gin::Handle<PluginObject> object =
77 new PluginObject(instance, ppp_class, ppp_class_data))
    [all...]
plugin_object.h 26 // A PluginObject is a JS-accessible object implemented by the plugin.
30 class PluginObject : public gin::Wrappable<PluginObject>,
35 virtual ~PluginObject();
37 // Returns the PluginObject which is contained in the given v8 object, or NULL
38 // if the object isn't backed by a PluginObject.
39 static PluginObject* FromV8Object(v8::Isolate* isolate,
42 // Allocates a new PluginObject and returns it as a PP_Var with a
65 PluginObject(PepperPluginInstanceImpl* instance,
84 base::WeakPtrFactory<PluginObject> weak_factory_
    [all...]
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.h 78 } PluginObject;
82 extern void handleCallback(PluginObject* object,
86 extern void notifyStream(PluginObject* object,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 338 milliseconds