/external/webkit/Source/WebKit/android/plugins/ |
D | PluginDebugAndroid.h | 40 # 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/ |
D | NP_jsobject.cpp | 118 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
|
D | npapi.h | 191 typedef NPP_t* NPP; typedef
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PlatformBridge.h | 81 typedef NPP_t* NPP; typedef
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
D | MenuHandler.m | 61 - (id)initWithBrowserFuncs:(NPNetscapeFuncs *)theBrowserFuncs instance:(NPP)theInstance; argument
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginMainThreadScheduler.h | 35 typedef NPP_t* NPP; typedef
|
D | PluginViewNone.cpp | 148 void PluginView::keepAlive(NPP) in keepAlive() argument
|
D | PluginView.cpp | 1296 void (*timerFunc)(NPP, uint32_t timerID)) in scheduleTimer()
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 240 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/ |
D | NPPSetWindowCalledDuringDestruction.cpp | 75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPP, NPWindow* window) in NPP_SetWindow() argument
|
/external/webkit/Source/WebCore/bridge/jni/v8/ |
D | JavaNPObjectV8.cpp | 44 static NPObject* AllocJavaNPObject(NPP, NPClass*) in AllocJavaNPObject() argument
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | TestObject.cpp | 110 static NPObject* testAllocate(NPP /*npp*/, NPClass* /*theClass*/) in testAllocate() argument
|
D | PluginTest.cpp | 106 NPError PluginTest::NPP_SetWindow(NPP, NPWindow*) in NPP_SetWindow() argument
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | PlatformBridge.cpp | 115 bool PlatformBridge::popupsAllowed(NPP) in popupsAllowed() argument
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformBridge.h | 51 typedef NPP_t* NPP; typedef
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapeBrowserFuncs.cpp | 646 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/ |
D | NPV8Object.cpp | 66 static NPObject* allocV8NPObject(NPP, NPClass*) in allocV8NPObject() argument
|