Home
last modified time | relevance | path

Searched refs:NPBool (Results 1 – 19 of 19) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.h33 NPBool eventLogging;
34 NPBool logSetWindow;
35 NPBool logDestroy;
36 NPBool returnErrorFromNewStream;
Dmain.cpp75 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/
Dnpapi.h157 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 …]
Dtestbindings.cpp173 if (!NPN_VariantToBool (variant, (NPBool *)&obj->boolValue)) { in setBooleanValue()
/external/webkit/WebCore/plugins/
Dnpapi.cpp62 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()
Dnpfunctions.h46 …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…
DPluginView.h134 …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);
DPluginView.cpp380 …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/
DWebNetscapePluginView.h155 … 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 …
Dnpapi.mm59 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…
DWebNetscapePluginView.mm106 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/
Dmain.m62 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/
Dmain.m67 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/
Dmain.c43 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/
Dmain.cpp42 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/
Dmain.c105 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
Dmain.cpp135 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
/external/webkit/WebCore/plugins/win/
DPluginViewWin.cpp822 NPBool *result = reinterpret_cast<NPBool*>(value); in getValue()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1423550 Fixed build snafu (re-declaration of NPBool in npruntime.h and