/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | PluginObject.h | 33 NPBool eventLogging; 34 NPBool logSetWindow; 35 NPBool logDestroy; 36 NPBool returnErrorFromNewStream;
|
D | main.cpp | 75 NPBool supportsCocoa; in NPP_New() 157 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
|
/external/webkit/WebCore/bridge/ |
D | npapi.h | 157 typedef unsigned char NPBool; typedef 485 NPBool isARepeat; 495 NPBool hasFocus; 520 NPBool pluginPrinted; /* Set TRUE if plugin handled fullscreen */ 522 NPBool printOne; /* TRUE if plugin should print one copy */ 769 NPStream* stream, NPBool seekable, 800 const char* buf, NPBool file, 804 const char* buf, NPBool file); 817 void NPN_ReloadPlugins(NPBool reloadPages); 827 void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled); [all …]
|
D | testbindings.cpp | 173 if (!NPN_VariantToBool (variant, (NPBool *)&obj->boolValue)) { in setBooleanValue()
|
/external/webkit/WebCore/plugins/ |
D | npapi.cpp | 62 void NPN_ReloadPlugins(NPBool reloadPages) in NPN_ReloadPlugins() 82 …tance, const char* url, const char* target, uint32 len, const char* buf, NPBool file, void* notify… in NPN_PostURLNotify() 87 …ostURL(NPP instance, const char* url, const char* target, uint32 len, const char* buf, NPBool file) in NPN_PostURL() 164 void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled) in NPN_PushPopupsEnabledState() 180 uint32 NPN_ScheduleTimer(NPP instance, uint32 interval, NPBool repeat, in NPN_ScheduleTimer()
|
D | npfunctions.h | 46 …tance, const char* URL, const char* window, uint32 len, const char* buf, NPBool file, void* notify… 56 typedef void (*NPN_ReloadPluginsProcPtr)(NPBool reloadPages); 63 …cPtr)(NPP instance, const char* URL, const char* window, uint32 len, const char* buf, NPBool file); 66 typedef void (*NPN_PushPopupsEnabledStateProcPtr)(NPP instance, NPBool enabled); 69 typedef uint32 (*NPN_ScheduleTimerProcPtr)(NPP npp, uint32 interval, NPBool repeat, void (*timerFun… 100 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool see…
|
D | PluginView.h | 134 …Notify(const char* url, const char* target, uint32 len, const char* but, NPBool file, void* notify… 135 … NPError postURL(const char* url, const char* target, uint32 len, const char* but, NPBool file);
|
D | PluginView.cpp | 380 …Notify(const char* url, const char* target, uint32 len, const char* buf, NPBool file, void* notify… in postURLNotify() 385 … PluginView::postURL(const char* url, const char* target, uint32 len, const char* buf, NPBool file) in postURL()
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.h | 155 … target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file notifyData:(v… 156 …nst char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file; 167 - (uint32)scheduleTimerWithInterval:(uint32)interval repeat:(NPBool)repeat timerFunc:(void (*)(NPP …
|
D | npapi.mm | 59 void NPN_ReloadPlugins(NPBool reloadPages) 93 …tance, const char* URL, const char* target, uint32 len, const char* buf, NPBool file, void* notify… 98 …ostURL(NPP instance, const char* URL, const char* target, uint32 len, const char* buf, NPBool file) 167 void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled) 180 uint32 NPN_ScheduleTimer(NPP instance, uint32 interval, NPBool repeat, void (*timerFunc)(NPP npp, u…
|
D | WebNetscapePluginView.mm | 106 PluginTimer(NPP npp, uint32 timerID, uint32 interval, NPBool repeat, TimerFunc timerFunc) 141 NPBool m_repeat; 1777 file:(NPBool)file 1861 file:(NPBool)file 1872 file:(NPBool)file argument 2045 *(NPBool *)value = TRUE; 2052 *(NPBool *)value = TRUE; 2058 *(NPBool *)value = FALSE; 2065 *(NPBool *)value = FALSE; 2067 *(NPBool *)value = TRUE; [all …]
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
D | main.m | 62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 122 NPBool supportsCoreGraphics; 133 NPBool supportsCocoa; 167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/ |
D | main.m | 67 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 126 NPBool supportsCoreGraphics; 137 NPBool supportsCocoa; 184 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
|
/external/webkit/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… in NPP_NewStream()
|
/external/webkit/WebKit/android/plugins/sample/ |
D | main.cpp | 42 NPBool seekable, uint16* stype); 262 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… in NPP_NewStream()
|
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/ |
D | main.c | 105 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
|
D | main.cpp | 135 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
|
/external/webkit/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 822 NPBool *result = reinterpret_cast<NPBool*>(value); in getValue()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 23550 Fixed build snafu (re-declaration of NPBool in npruntime.h and
|