OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PluginObject
(Results
1 - 7
of
7
) sorted by null
/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/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
...]
/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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 49 milliseconds