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

  /external/chromium_org/content/renderer/pepper/
plugin_object.h 21 // A PluginObject is a JS-accessible object implemented by the plugin.
25 class PluginObject {
27 virtual ~PluginObject();
29 // Allocates a new PluginObject and returns it as a PP_Var with a
52 // The given NPObject must be one corresponding to a PluginObject or this
53 // will crash. If the object is a PluginObject but the plugin has gone
56 static PluginObject* FromNPObject(NPObject* object);
70 PluginObject(PepperPluginInstanceImpl* instance,
88 DISALLOW_COPY_AND_ASSIGN(PluginObject);
plugin_object.cc 41 return PluginObject::AllocateObjectWrapper();
45 PluginObject* plugin_object = PluginObject::FromNPObject(np_object);
94 PluginObject* obj = PluginObject::FromNPObject(np_object);
173 PluginObject* obj = PluginObject::FromNPObject(object);
226 PluginObject* obj = PluginObject::FromNPObject(object);
255 // PluginObject ---------------------------------------------------------------
    [all...]
npapi_glue.h 21 class PluginObject;
219 PluginObject* object() { return object_; }
223 PluginObject* object_;
ppb_var_deprecated_impl.cc 384 return PluginObject::IsInstanceOf(object->np_object(),
397 return PluginObject::Create(instance, ppp_class, ppp_class_data);
406 return PluginObject::Create(module->GetSomeInstance(),
pepper_plugin_instance_impl.h 103 class PluginObject;
228 void AddPluginObject(PluginObject* plugin_object);
229 void RemovePluginObject(PluginObject* plugin_object);
    [all...]
npapi_glue.cc 317 : object_(PluginObject::FromNPObject(object)),
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
PluginScriptableObjectOverridesAllProperties.cpp 41 class PluginObject : public Object<PluginObject> {
43 PluginObject()
47 ~PluginObject()
76 *(NPObject**)value = PluginObject::create(this);
SlowNPPNew.cpp 40 class PluginObject : public Object<PluginObject> {
42 PluginObject()
46 ~PluginObject()
75 *(NPObject**)value = PluginObject::create(this);
NPRuntimeRemoveProperty.cpp 84 struct PluginObject : Object<PluginObject> {
86 PluginObject()
91 ~PluginObject()
163 *(NPObject**)value = PluginObject::create(this);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.h 73 } PluginObject;
77 extern void handleCallback(PluginObject* object, const char *url, NPReason reason, void *notifyData);
78 extern void notifyStream(PluginObject* object, const char *url, const char *headers);
PluginObject.cpp 28 #include "PluginObject.h"
270 PluginObject* plugin = reinterpret_cast<PluginObject*>(obj);
307 PluginObject* plugin = reinterpret_cast<PluginObject*>(obj);
373 PluginObject* plugin = reinterpret_cast<PluginObject*>(obj);
405 static bool testDOMAccess(PluginObject* obj, const NPVariant*, uint32_t, NPVariant* result)
464 static bool testIdentifierToString(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant* result)
478 static bool testIdentifierToInt(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant* result
    [all...]
main.cpp 26 #include "PluginObject.h"
77 // Create a copy of the PluginObject NPClass that we can trash on shutdown.
132 // Trash the PluginObject NPClass so that the process will deterministically
142 static void executeScript(const PluginObject* obj, const char* script);
190 PluginObject* obj = (PluginObject*)browser->createobject(instance, pluginObjectClass);
314 PluginObject* obj = static_cast<PluginObject*>(instance->pdata);
358 PluginObject* obj = static_cast<PluginObject*>(instance->pdata)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 2581 milliseconds