OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPP_GetValue
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/content/shell/tools/plugin/Tests/
FormValue.cpp
16
virtual NPError
NPP_GetValue
(NPPVariable, void*) OVERRIDE;
19
NPError FormValue::
NPP_GetValue
(NPPVariable variable, void *value)
NullNPPGetValuePointer.cpp
36
// Passing null for our
NPP_GetValue
function pointer should not crash.
44
virtual NPError
NPP_GetValue
(NPPVariable, void* value) OVERRIDE;
56
// that doesn't implement
NPP_GetValue
(like Shockwave Director 10.3 on Windows). Note that if
58
// call into our
NPP_GetValue
implementation.
64
// Set the
NPP_GetValue
pointer back the way it was before we mucked with it so we don't mess
70
NPError NullNPPGetValuePointer::
NPP_GetValue
(NPPVariable, void*)
72
pluginLog(m_npp, "
NPP_GetValue
was called but should not have been. Maybe WebKit copied the NPPluginFuncs struct, which would invalidate this test.");
PluginScriptableNPObjectInvokeDefault.cpp
54
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value) OVERRIDE
NPPSetWindowCalledDuringDestruction.cpp
50
virtual NPError
NPP_GetValue
(NPPVariable, void*);
69
NPError NPPSetWindowCalledDuringDestruction::
NPP_GetValue
(NPPVariable variable, void* value)
NPDeallocateCalledBeforeNPShutdown.cpp
84
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value) OVERRIDE
NPRuntimeObjectFromDestroyedPlugin.cpp
80
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value) OVERRIDE
PluginScriptableObjectOverridesAllProperties.cpp
75
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value) OVERRIDE
SlowNPPNew.cpp
74
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value)
NPRuntimeRemoveProperty.cpp
162
virtual NPError
NPP_GetValue
(NPPVariable variable, void* value) OVERRIDE {
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c
51
NPError
NPP_GetValue
(NPP instance, NPPVariable variable, void *value);
91
pluginFuncs->getvalue =
NPP_GetValue
;
148
pluginFuncs->getvalue = (NPP_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)
NPP_GetValue
);
223
NPError
NPP_GetValue
(NPP instance, NPPVariable variable, void *value)
/external/chromium_org/content/test/plugin/
plugin_client.cc
35
pFuncs->getvalue =
NPP_GetValue
;
224
NPError
NPP_GetValue
(NPP instance, NPPVariable variable, void *value) {
/external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp
88
pFuncs->getvalue =
NPP_GetValue
;
npp_gate.cpp
350
NPError
NPP_GetValue
(NPP instance, NPPVariable variable, void *value)
/external/chromium_org/content/child/npapi/
plugin_instance.cc
175
NPError error =
NPP_GetValue
(NPPVpluginScriptableNPObject, &value);
184
NPError error =
NPP_GetValue
(NPPVformValue, &plugin_value);
338
NPError PluginInstance::
NPP_GetValue
(NPPVariable variable, void* value) {
plugin_instance.h
198
NPError
NPP_GetValue
(NPPVariable, void*);
/external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp
126
NPError PluginTest::
NPP_GetValue
(NPPVariable variable, void* value) {
PluginTest.h
97
virtual NPError
NPP_GetValue
(NPPVariable, void* value);
main.cpp
128
pluginFuncs->getvalue =
NPP_GetValue
;
831
NPError
NPP_GetValue
(NPP instance, NPPVariable variable, void *value)
853
if (obj->pluginTest->
NPP_GetValue
(variable, value) == NPERR_NO_ERROR)
894
return
NPP_GetValue
(instance, variable, value);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h
383
* List of variable names for which
NPP_GetValue
shall be implemented
706
NPError NP_LOADDS
NPP_GetValue
(NPP instance, NPPVariable variable, void *value);
/external/chromium_org/third_party/npapi/bindings/
npapi.h
353
* List of variable names for which
NPP_GetValue
shall be implemented
846
NPError NP_LOADDS
NPP_GetValue
(NPP instance, NPPVariable variable, void *value);
Completed in 1681 milliseconds