Home
last modified time | relevance | path

Searched refs:NPPVpluginCoreAnimationLayer (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/plugins/
DPluginDebug.cpp159 case NPPVpluginCoreAnimationLayer: return "NPPVpluginCoreAnimationLayer"; in prettyNameForNPPVariable()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h386 , NPPVpluginCoreAnimationLayer = 1003 enumerator
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m225 case NPPVpluginCoreAnimationLayer:
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m353 case NPPVpluginCoreAnimationLayer:
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp760 if (variable == NPPVpluginCoreAnimationLayer) { in NPP_GetValue()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm233 if (NPP_GetValue(NPPVpluginCoreAnimationLayer, &value) == NPERR_NO_ERROR && value) {
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm1094 …if ([_pluginPackage.get() pluginFuncs]->getvalue(plugin, NPPVpluginCoreAnimationLayer, &value) == …