Home
last modified time | relevance | path

Searched defs:NPP (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
DPluginDebugAndroid.h40 # define PLUGIN_LOG_EVENT(NPP, EVT, RET, TIME) do { anp_logPluginEvent(NPP, EVT, RET, TIME); } whil… argument
54 # define PLUGIN_LOG_EVENT(NPP, EVT, RET, TIME) do { } while(0) argument
/external/webkit/Source/WebCore/bridge/
DNP_jsobject.cpp118 static NPObject* jsAllocate(NPP, NPClass*) in jsAllocate() argument
168 bool _NPN_InvokeDefault(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* resu… in _NPN_InvokeDefault() argument
299 bool _NPN_GetProperty(NPP, NPObject* o, NPIdentifier propertyName, NPVariant* variant) in _NPN_GetProperty() argument
333 bool _NPN_SetProperty(NPP, NPObject* o, NPIdentifier propertyName, const NPVariant* variant) in _NPN_SetProperty() argument
361 bool _NPN_RemoveProperty(NPP, NPObject* o, NPIdentifier propertyName) in _NPN_RemoveProperty() argument
396 bool _NPN_HasProperty(NPP, NPObject* o, NPIdentifier propertyName) in _NPN_HasProperty() argument
425 bool _NPN_HasMethod(NPP, NPObject* o, NPIdentifier methodName) in _NPN_HasMethod() argument
458 bool _NPN_Enumerate(NPP, NPObject* o, NPIdentifier** identifier, uint32_t* count) in _NPN_Enumerate() argument
492 bool _NPN_Construct(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* result) in _NPN_Construct() argument
Dnpapi.h191 typedef NPP_t* NPP; typedef
/external/webkit/Source/WebCore/platform/qt/
DPlatformBridge.h81 typedef NPP_t* NPP; typedef
/external/webkit/Examples/NetscapeCocoaPlugin/
DMenuHandler.m61 - (id)initWithBrowserFuncs:(NPNetscapeFuncs *)theBrowserFuncs instance:(NPP)theInstance; argument
/external/webkit/Source/WebCore/plugins/
DPluginMainThreadScheduler.h35 typedef NPP_t* NPP; typedef
DPluginViewNone.cpp148 void PluginView::keepAlive(NPP) in keepAlive() argument
DPluginView.cpp1296 void (*timerFunc)(NPP, uint32_t timerID)) in scheduleTimer()
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp240 webkit_test_plugin_stream_as_file(NPP /*instance*/, NPStream* /*stream*/, const char* /*fname*/) in webkit_test_plugin_stream_as_file() argument
245 webkit_test_plugin_write_ready(NPP /*instance*/, NPStream* /*stream*/) in webkit_test_plugin_write_ready() argument
266 webkit_test_plugin_print(NPP /*instance*/, NPPrint* /*platformPrint*/) in webkit_test_plugin_print() argument
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DNPPSetWindowCalledDuringDestruction.cpp75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPP, NPWindow* window) in NPP_SetWindow() argument
/external/webkit/Source/WebCore/bridge/jni/v8/
DJavaNPObjectV8.cpp44 static NPObject* AllocJavaNPObject(NPP, NPClass*) in AllocJavaNPObject() argument
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DTestObject.cpp110 static NPObject* testAllocate(NPP /*npp*/, NPClass* /*theClass*/) in testAllocate() argument
DPluginTest.cpp106 NPError PluginTest::NPP_SetWindow(NPP, NPWindow*) in NPP_SetWindow() argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp115 bool PlatformBridge::popupsAllowed(NPP) in popupsAllowed() argument
/external/webkit/Source/WebCore/platform/chromium/
DPlatformBridge.h51 typedef NPP_t* NPP; typedef
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp646 static bool NPN_Invoke(NPP, NPObject *npObject, NPIdentifier methodName, const NPVariant* arguments… in NPN_Invoke() argument
654 static bool NPN_InvokeDefault(NPP, NPObject *npObject, const NPVariant* arguments, uint32_t argumen… in NPN_InvokeDefault() argument
/external/webkit/Source/WebCore/bindings/v8/
DNPV8Object.cpp66 static NPObject* allocV8NPObject(NPP, NPClass*) in allocV8NPObject() argument