Searched refs:NPBool (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapeContainerCheckContextInfo.h35 void (*_callback)(NPP npp, uint32_t, NPBool, void *);
39 - (id)initWithCheckRequestID:(uint32_t)checkRequestID callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
41 - (void (*)(NPP npp, uint32_t, NPBool, void*))callback;
H A DWebNetscapeContainerCheckContextInfo.mm32 - (id)initWithCheckRequestID:(uint32_t)checkRequestID callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context
49 - (void (*)(NPP npp, uint32_t, NPBool, void*))callback
H A DWebNetscapeContainerCheckPrivate.h43 typedef uint32_t (*WKN_CheckIfAllowedToLoadURLProcPtr)(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32_t, NPBool allowed, void* context), void* context);
47 uint32_t WKN_CheckIfAllowedToLoadURL(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32_t, NPBool allowed, void* context), void* context);
H A Dnpapi.mm58 void NPN_ReloadPlugins(NPBool reloadPages)
92 NPError NPN_PostURLNotify(NPP instance, const char* URL, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
97 NPError NPN_PostURL(NPP instance, const char* URL, const char* target, uint32_t len, const char* buf, NPBool file)
166 void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled)
179 uint32_t NPN_ScheduleTimer(NPP instance, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID))
215 NPBool NPN_ConvertPoint(NPP instance, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace)
220 uint32_t WKN_CheckIfAllowedToLoadURL(NPP instance, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32_t, NPBool, void*), void* context)
H A DWebNetscapePluginView.h150 - (uint32_t)checkIfAllowedToLoadURL:(const char*)urlCString frame:(const char*)frameNameCString callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
162 - (NPError)postURLNotify:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file notifyData:(void *)notifyData;
163 - (NPError)postURL:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file;
174 - (uint32_t)scheduleTimerWithInterval:(uint32_t)interval repeat:(NPBool)repeat timerFunc:(void (*)(NPP npp, uint32_t timerID))timerFunc;
H A DWebNetscapePluginView.mm122 PluginTimer(NPP npp, uint32_t timerID, uint32_t interval, NPBool repeat, TimerFunc timerFunc)
157 NPBool m_repeat;
843 NPBool value = _isPrivateBrowsingEnabled;
1253 callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc
1283 void (*pluginCallback)(NPP npp, uint32_t, NPBool, void*) = [contextInfo callback];
1784 file:(NPBool)file
1868 file:(NPBool)file
1879 file:(NPBool)file
2030 *(NPBool *)value = TRUE;
2037 *(NPBool *)valu
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpfunctions.h43 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, uint32_t len, const char* buf, NPBool file, void* notifyData);
53 typedef void (*NPN_ReloadPluginsProcPtr)(NPBool reloadPages);
60 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* URL, const char* window, uint32_t len, const char* buf, NPBool file);
63 typedef void (*NPN_PushPopupsEnabledStateProcPtr)(NPP instance, NPBool enabled);
70 typedef uint32_t (*NPN_ScheduleTimerProcPtr)(NPP npp, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID));
73 typedef NPBool (*NPN_ConvertPointProcPtr)(NPP npp, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
102 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
112 typedef NPBool (*NPP_GotFocusPtr)(NPP instance, NPFocusDirection direction);
H A Dnpapi.h158 typedef unsigned char NPBool; typedef
474 NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */
475 NPBool printOne; /* TRUE if plugin should print one copy to default
630 NPBool isARepeat;
641 NPBool hasFocus;
783 NPStream* stream, NPBool seekable,
799 NPBool NP_LOADDS NPP_GotFocus(NPP instance, NPFocusDirection direction);
814 const char* buf, NPBool file,
818 const char* buf, NPBool file);
831 void NP_LOADDS NPN_ReloadPlugins(NPBool reloadPage
[all...]
H A Dnpapi.cpp62 void NPN_ReloadPlugins(NPBool reloadPages)
82 NPError NPN_PostURLNotify(NPP instance, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
87 NPError NPN_PostURL(NPP instance, const char* url, const char* target, uint32_t len, const char* buf, NPBool file)
171 void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled)
H A DPluginView.h153 NPError postURLNotify(const char* url, const char* target, uint32_t len, const char* but, NPBool file, void* notifyData);
154 NPError postURL(const char* url, const char* target, uint32_t len, const char* but, NPBool file);
H A DPluginView.cpp580 NPError PluginView::postURLNotify(const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
585 NPError PluginView::postURL(const char* url, const char* target, uint32_t len, const char* buf, NPBool file)
1360 *((NPBool*)value) = page->usesEphemeralSession();
1491 NPBool value = privateBrowsingEnabled;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp289 static NPError NPN_PostURL(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file)
363 static void NPN_ReloadPlugins(NPBool)
391 static NPError NPN_PostURLNotify(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
442 *(NPBool*)value = plugin->isPrivateBrowsingEnabled();
448 *(NPBool*)value = true;
455 *(NPBool*)value = plugin->isAcceleratedCompositingEnabled();
466 *(NPBool*)value = true;
479 *reinterpret_cast<NPBool*>(value) = supportsUpdatedTextInput;
495 *(NPBool*)value = true;
508 *(NPBool*)valu
[all...]
H A DNetscapePlugin.h66 NPBool convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace destSpace);
136 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
H A DNetscapePlugin.cpp417 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType)
511 NPBool cancelSrcStream = false;
1010 // (assigned enum value 18) with a pointer to an NPBool value on all applicable instances.
1013 NPBool value = m_privateBrowsingState || m_storageBlockingState;
/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginViewMac.mm122 NPBool eventModelSupported;
155 *static_cast<NPBool*>(value) = true;
160 *static_cast<NPBool*>(value) = true;
166 *static_cast<NPBool*>(value) = true;
171 *static_cast<NPBool*>(value) = true;
177 *static_cast<NPBool*>(value) = false;
193 *static_cast<NPBool*>(value) = false;
197 *static_cast<NPBool*>(value) = true;
247 NPBool focus = focused;
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Dtestbindings.cpp171 if (!NPN_VariantToBool (variant, (NPBool *)&obj->boolValue)) {
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginViewWin.cpp916 NPBool* flag = reinterpret_cast<NPBool*>(value);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm137 NPBool NetscapePlugin::convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace destSpace)

Completed in 205 milliseconds