/external/chromium_org/content/shell/tools/plugin/ |
D | PluginObject.h | 47 NPBool eventLogging; 48 NPBool logSetWindow; 49 NPBool logDestroy; 50 NPBool returnNegativeOneFromWrite; 51 NPBool returnErrorFromNewStream; 55 NPBool testGetURLOnDestroy; 56 NPBool testWindowOpen; 57 NPBool testKeyboardFocusForPlugins; 58 NPBool mouseDownForEvaluateScript; 77 NPBool alwaysFilterEvents;
|
D | main.cpp | 155 NPBool supportsCoreGraphics; in NPP_New() 164 NPBool supportsCoreAnimation; in NPP_New() 169 NPBool supportsCarbon = false; in NPP_New() 171 NPBool supportsCocoa = false; in NPP_New() 411 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *s… in NPP_NewStream() 843 *((NPBool *)value) = true; in NPP_GetValue()
|
/external/chromium_org/content/child/npapi/ |
D | plugin_host.cc | 340 void NPN_ReloadPlugins(NPBool reload_pages) { in NPN_ReloadPlugins() 425 NPBool file, in PostURLNotify() 510 NPBool file, in NPN_PostURLNotify() 520 NPBool file) { in NPN_PostURL() 753 NPBool* supports_windowless = reinterpret_cast<NPBool*>(value); in NPN_GetValue() 759 NPBool* private_mode = reinterpret_cast<NPBool*>(value); in NPN_GetValue() 784 NPBool* supports_model = reinterpret_cast<NPBool*>(value); in NPN_GetValue() 791 NPBool* supports_model = reinterpret_cast<NPBool*>(value); in NPN_GetValue() 805 NPBool* supports_model = reinterpret_cast<NPBool*>(value); in NPN_GetValue() 811 NPBool* supports_compositing = reinterpret_cast<NPBool*>(value); in NPN_GetValue() [all …]
|
D | plugin_instance.h | 175 NPBool repeat, 192 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool, unsigned short*);
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npapi.h | 184 typedef unsigned char NPBool; typedef 522 NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */ 523 NPBool printOne; /* TRUE if plugin should print one copy to default 682 NPBool isARepeat; 693 NPBool hasFocus; 833 NPStream* stream, NPBool seekable, 848 NPBool NP_LOADDS NPP_GotFocus(NPP instance, NPFocusDirection direction); 863 const char* buf, NPBool file, 867 const char* buf, NPBool file); 880 void NP_LOADDS NPN_ReloadPlugins(NPBool reloadPages); [all …]
|
D | npfunctions.h | 54 …S NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t… 66 typedef NPBool (* NP_LOADDS NPP_GotFocusPtr)(NPP instance, NPFocusDirection direction); 75 …nce, const char* url, const char* window, uint32_t len, const char* buf, NPBool file, void* notify… 77 …tr)(NPP instance, const char* url, const char* window, uint32_t len, const char* buf, NPBool file); 89 typedef void (*NPN_ReloadPluginsProcPtr)(NPBool reloadPages); 114 typedef void (*NPN_PushPopupsEnabledStateProcPtr)(NPP npp, NPBool enabled); 122 typedef uint32_t (*NPN_ScheduleTimerPtr)(NPP instance, uint32_t interval, NPBool repeat, void (… 125 typedef NPBool (*NPN_ConvertPointPtr)(NPP instance, double sourceX, double sourceY, NPCoordin… 126 typedef NPBool (*NPN_HandleEventPtr)(NPP instance, void *event, NPBool handled); 127 typedef NPBool (*NPN_UnfocusInstancePtr)(NPP instance, NPFocusDirection direction); [all …]
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npapi.h | 227 typedef unsigned char NPBool; typedef 488 NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */ 489 NPBool printOne; /* TRUE if plugin should print one copy to default printer */ 690 NPStream* stream, NPBool seekable, 720 const char* buf, NPBool file, 724 const char* buf, NPBool file); 735 void NP_LOADDS NPN_ReloadPlugins(NPBool reloadPages); 746 bool NP_LOADDS NPN_PushPopupsEnabledState(NPP instance, NPBool enabled);
|
D | npupp.h | 110 …OADDS NPP_NewStreamUPP)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* … 206 …tance, const char* url, const char* window, uint32 len, const char* buf, NPBool file, void* notify… 220 …LUPP)(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file); 290 typedef void (* NP_LOADDS NPN_ReloadPluginsUPP)(NPBool reloadPages); 467 typedef bool (* NP_LOADDS NPN_PushPopupsEnabledStateUPP)(NPP npp, NPBool enabled);
|
/external/chromium_org/content/test/plugin/ |
D | plugin_private_test.cc | 22 NPBool private_mode = 0; in New() 44 if (private_mode != static_cast<NPBool>(private_expected)) in New()
|
D | plugin_delete_plugin_in_stream_test.h | 23 NPBool seekable, uint16* stype) OVERRIDE;
|
D | plugin_execute_stream_javascript.h | 23 NPBool seekable, uint16* stype) OVERRIDE;
|
D | plugin_delete_plugin_in_stream_test.cc | 35 NPBool seekable, uint16* stype) { in NewStream()
|
D | plugin_get_javascript_url2_test.h | 25 NPBool seekable, uint16* stype) OVERRIDE;
|
D | plugin_request_read_test.h | 30 NPBool seekable, uint16* stream_type) OVERRIDE;
|
D | plugin_get_javascript_url_test.h | 24 NPBool seekable, uint16* stype) OVERRIDE;
|
D | npapi_test.cc | 100 *(static_cast<NPBool*>(value)) = true; in NP_GetValue()
|
D | plugin_execute_stream_javascript.cc | 20 NPBool seekable, uint16* stype) { in NewStream()
|
D | plugin_geturl_test.h | 34 NPBool seekable, uint16* stype) OVERRIDE;
|
D | plugin_client.cc | 155 NPStream* stream, NPBool seekable, uint16* stype) { in NPP_NewStream() 229 *static_cast<NPBool*>(value) = 1; in NPP_GetValue()
|
D | plugin_get_javascript_url2_test.cc | 41 NPBool seekable, uint16* stype) { in NewStream()
|
D | plugin_test.h | 36 NPBool seekable, uint16* stype);
|
/external/chromium_org/content/shell/tools/plugin/Tests/ |
D | PassDifferentNPPStruct.cpp | 58 NPBool privateMode; in NPP_SetWindow()
|
D | GetURLWithJavaScriptURL.cpp | 61 …virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)… in NPP_NewStream()
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | npn_gate.cpp | 95 …tance, const char* url, const char* window, uint32 len, const char* buf, NPBool file, void* notify… in NPN_PostURLNotify() 115 …ostURL(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file) in NPN_PostURL() 260 void NPN_ReloadPlugins(NPBool reloadPages) in NPN_ReloadPlugins() 423 bool NPN_PushPopupsEnabledState(NPP id, NPBool enabled) in NPN_PushPopupsEnabledState()
|
/external/chromium_org/third_party/npapi/npspy/include/ |
D | epmanager.h | 93 …NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16…
|