HomeSort by relevance Sort by last modified time
    Searched refs:NPPVariable (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
NullNPPGetValuePointer.cpp 40 virtual NPError NPP_GetValue(NPPVariable, void* value);
66 NPError NullNPPGetValuePointer::NPP_GetValue(NPPVariable, void*)
NPRuntimeObjectFromDestroyedPlugin.cpp 60 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
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)
NPRuntimeRemoveProperty.cpp 77 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
  /external/webkit/Source/WebCore/plugins/
PluginDebug.h 43 CString prettyNameForNPPVariable(NPPVariable variable, void* value);
PluginDebug.cpp 123 CString prettyNameForNPPVariable(NPPVariable variable, void* value)
PluginView.h 190 NPError setValue(NPPVariable variable, void* value);
373 NPError platformSetValue(NPPVariable variable, void* value);
npfunctions.h 58 typedef NPError (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value);
113 typedef NPError (*NPP_GetValueProcPtr)(NPP instance, NPPVariable variable, void *ret_value);
npapi.cpp 147 NPError NPN_SetValue(NPP instance, NPPVariable variable, void* value)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 52 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
57 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value);
238 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value) {
255 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /development/samples/BrowserPlugin/jni/
main.cpp 59 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
64 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value);
412 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value) {
429 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value)
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 67 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
220 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 162 #define kRequestDrawingModel_ANPSetValue ((NPPVariable)1000)
205 #define kAcceptEvents_ANPSetValue ((NPPVariable)1001)
225 #define kJavaSurface_ANPGetValue ((NPPVariable)2000)
    [all...]
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 49 NPError NP_GetValue(void *future, NPPVariable variable, void *value);
328 webkit_test_plugin_get_value(NPP instance, NPPVariable variable, void *value)
434 NP_GetValue(void* /*future*/, NPPVariable variable, void *value)
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 70 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
360 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 100 NPError PluginTest::NPP_GetValue(NPPVariable variable, void *value)
PluginTest.h 63 virtual NPError NPP_GetValue(NPPVariable, void* value);
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 51 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/Source/WebCore/bridge/
npapi.h 402 } NPPVariable;
838 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
877 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable,
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 86 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
348 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 73 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value);
390 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 174 - (NPError)setVariable:(NPPVariable)variable value:(void *)value;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 114 NPError NPP_GetValue(NPPVariable, void *value);

Completed in 511 milliseconds

1 2