OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPP_GetValue
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
FormValue.cpp
37
virtual NPError
NPP_GetValue
(NPPVariable, void*);
40
NPError FormValue::
NPP_GetValue
(NPPVariable variable, void *value)
NullNPPGetValuePointer.cpp
32
// Passing null for our
NPP_GetValue
function pointer should not crash.
40
virtual NPError
NPP_GetValue
(NPPVariable, void* value);
52
// that doesn't implement
NPP_GetValue
(like Shockwave Director 10.3 on Windows). Note that if
54
// call into our
NPP_GetValue
implementation.
60
// Set the
NPP_GetValue
pointer back the way it was before we mucked with it so we don't mess
66
NPError NullNPPGetValuePointer::
NPP_GetValue
(NPPVariable, void*)
68
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
50
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value)
NPPSetWindowCalledDuringDestruction.cpp
46
virtual NPError
NPP_GetValue
(NPPVariable, void*);
65
NPError NPPSetWindowCalledDuringDestruction::
NPP_GetValue
(NPPVariable variable, void* value)
NPDeallocateCalledBeforeNPShutdown.cpp
76
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value)
NPRuntimeObjectFromDestroyedPlugin.cpp
76
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value)
PluginScriptableObjectOverridesAllProperties.cpp
71
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value)
SlowNPPNew.cpp
70
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value)
NPRuntimeRemoveProperty.cpp
158
virtual NPError
NPP_GetValue
(NPPVariable variable, void *value)
/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
173
NPError error =
NPP_GetValue
(NPPVpluginScriptableNPObject, &value);
182
NPError error =
NPP_GetValue
(NPPVformValue, &plugin_value);
336
NPError PluginInstance::
NPP_GetValue
(NPPVariable variable, void* value) {
plugin_instance.h
198
NPError
NPP_GetValue
(NPPVariable, void*);
webplugin_delegate_impl_gtk.cc
111
//
NPP_GetValue
() might write 4 bytes of data to this variable. Don't use a
114
NPError err = instance_->
NPP_GetValue
(NPPVpluginNeedsXEmbed, &xembed);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp
135
NPError PluginTest::
NPP_GetValue
(NPPVariable variable, void *value)
PluginTest.h
70
virtual NPError
NPP_GetValue
(NPPVariable, void* value);
main.cpp
123
pluginFuncs->getvalue =
NPP_GetValue
;
814
NPError
NPP_GetValue
(NPP instance, NPPVariable variable, void *value)
836
if (obj->pluginTest->
NPP_GetValue
(variable, value) == NPERR_NO_ERROR)
877
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 582 milliseconds