HomeSort by relevance Sort by last modified time
    Searched refs:NPBool (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.h 53 NPBool eventLogging;
54 NPBool logSetWindow;
55 NPBool logDestroy;
56 NPBool returnNegativeOneFromWrite;
57 NPBool returnErrorFromNewStream;
58 NPBool cachedPrivateBrowsingMode;
62 NPBool testGetURLOnDestroy;
63 NPBool testWindowOpen;
64 NPBool testKeyboardFocusForPlugins;
65 NPBool mouseDownForEvaluateScript
    [all...]
main.cpp 139 NPBool supportsCoreGraphics;
148 NPBool supportsCoreAnimation;
153 NPBool supportsCarbon = false;
155 NPBool supportsCocoa = false;
388 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
779 obj->cachedPrivateBrowsingMode = *(NPBool*)value;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapeContainerCheckContextInfo.h 35 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;
WebNetscapeContainerCheckContextInfo.mm 32 - (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
WebNetscapeContainerCheckPrivate.h 43 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);
npapi.mm 58 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)
WebNetscapePluginView.h 149 - (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;
163 - (NPError)postURLNotify:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file notifyData:(void *)notifyData;
164 - (NPError)postURL:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file;
175 - (uint32_t)scheduleTimerWithInterval:(uint32_t)interval repeat:(NPBool)repeat timerFunc:(void (*)(NPP npp, uint32_t timerID))timerFunc;
WebNetscapePluginView.mm 121 PluginTimer(NPP npp, uint32_t timerID, uint32_t interval, NPBool repeat, TimerFunc timerFunc)
156 NPBool m_repeat;
851 NPBool value = _isPrivateBrowsingEnabled;
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
PassDifferentNPPStruct.cpp 54 NPBool privateMode;
  /external/webkit/Source/WebCore/bridge/
npapi.h 167 typedef unsigned char NPBool;
511 NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */
512 NPBool printOne; /* TRUE if plugin should print one copy to default
671 NPBool isARepeat;
682 NPBool hasFocus;
824 NPStream* stream, NPBool seekable,
840 NPBool NP_LOADDS NPP_GotFocus(NPP instance, NPFocusDirection direction);
855 const char* buf, NPBool file,
859 const char* buf, NPBool file);
872 void NP_LOADDS NPN_ReloadPlugins(NPBool reloadPages)
    [all...]
  /external/webkit/Source/WebCore/plugins/
npapi.cpp 62 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)
164 void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled)
197 uint32_t NPN_ScheduleTimer(NPP instance, uint32_t interval, NPBool repeat,
npfunctions.h 46 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, uint32_t len, const char* buf, NPBool file, void* notifyData);
56 typedef void (*NPN_ReloadPluginsProcPtr)(NPBool reloadPages);
63 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* URL, const char* window, uint32_t len, const char* buf, NPBool file);
66 typedef void (*NPN_PushPopupsEnabledStateProcPtr)(NPP instance, NPBool enabled);
73 typedef uint32_t (*NPN_ScheduleTimerProcPtr)(NPP npp, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID));
76 typedef NPBool (*NPN_ConvertPointProcPtr)(NPP npp, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
105 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
115 typedef NPBool (*NPP_GotFocusPtr)(NPP instance, NPFocusDirection direction);
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
119 NPBool supportsCoreAnimation;
130 NPBool supportsCocoa;
163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 294 static NPError NPN_PostURL(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file)
368 static void NPN_ReloadPlugins(NPBool reloadPages)
396 static NPError NPN_PostURLNotify(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
443 *(NPBool*)value = plugin->isPrivateBrowsingEnabled();
449 *(NPBool*)value = true;
456 *(NPBool*)value = plugin->isAcceleratedCompositingEnabled();
461 *(NPBool*)value = true;
474 *(NPBool*)value = false;
480 *(NPBool*)value = false;
490 *(NPBool*)value = true
    [all...]
NetscapePlugin.h 56 NPBool convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace destSpace);
107 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
NetscapePlugin.cpp 306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType)
380 NPBool cancelSrcStream = false;
722 // (assigned enum value 18) with a pointer to an NPBool value on all applicable instances.
725 NPBool value = privateBrowsingEnabled;
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
122 NPBool supportsCoreGraphics;
133 NPBool supportsCocoa;
167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 180 NPBool eventModelSupported;
193 NPBool drawingModelSupported;
268 *static_cast<NPBool*>(value) = true;
274 *static_cast<NPBool*>(value) = true;
280 *static_cast<NPBool*>(value) = false;
286 *static_cast<NPBool*>(value) = true;
296 *static_cast<NPBool*>(value) = false;
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
138 NPBool supportsCoreAnimation;
149 NPBool supportsCocoa;
193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
124 NPBool supportsCoreGraphics;
135 NPBool supportsCocoa;
180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 42 NPBool seekable, uint16_t* stype);
191 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 189 NPBool /*seekable*/,
348 *((NPBool *)value) = TRUE;
377 obj->cachedPrivateBrowsingMode = *(NPBool*)value;
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 327 *static_cast<NPBool*>(value) = true;
332 *static_cast<NPBool*>(value) = true;
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 609 *static_cast<NPBool*>(value) = true;
611 *static_cast<NPBool*>(value) = false;
617 *static_cast<NPBool*>(value) = true;
623 *static_cast<NPBool*>(value) = true;
625 *static_cast<NPBool*>(value) = false;

Completed in 204 milliseconds

1 2