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

1 2

  /external/chromium_org/content/shell/tools/plugin/
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
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_stream_test.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_execute_stream_javascript.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_private_test.cc 22 NPBool private_mode = 0;
44 if (private_mode != static_cast<NPBool>(private_expected))
plugin_delete_plugin_in_stream_test.cc 35 NPBool seekable, uint16* stype) {
plugin_get_javascript_url2_test.h 25 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url_test.h 24 NPBool seekable, uint16* stype) OVERRIDE;
plugin_request_read_test.h 30 NPBool seekable, uint16* stream_type) OVERRIDE;
npapi_test.cc 100 *(static_cast<NPBool*>(value)) = true;
plugin_execute_stream_javascript.cc 20 NPBool seekable, uint16* stype) {
plugin_geturl_test.h 34 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url2_test.cc 41 NPBool seekable, uint16* stype) {
plugin_test.h 36 NPBool seekable, uint16* stype);
plugin_request_read_test.cc 40 NPBool seekable, uint16* stream_type) {
plugin_client.cc 155 NPStream* stream, NPBool seekable, uint16* stype) {
229 *static_cast<NPBool*>(value) = 1;
plugin_get_javascript_url_test.cc 100 NPBool seekable,
plugin_test.cc 160 NPBool seekable, uint16* stype) {
  /external/chromium_org/content/shell/tools/plugin/Tests/
PassDifferentNPPStruct.cpp 58 NPBool privateMode;
GetURLWithJavaScriptURL.cpp 61 virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) OVERRIDE
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 54 typedef NPError (* NP_LOADDS NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
66 typedef NPBool (* NP_LOADDS NPP_GotFocusPtr)(NPP instance, NPFocusDirection direction);
75 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* url, const char* window, uint32_t len, const char* buf, NPBool file, void* notifyData);
77 typedef NPError (*NPN_PostURLProcPtr)(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 (*timerFunc)(NPP npp, uint32_t timerID));
125 typedef NPBool (*NPN_ConvertPointPtr)(NPP instance, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
126 typedef NPBool (*NPN_HandleEventPtr)(NPP instance, void *event, NPBool handled)
    [all...]
npapi.h 184 typedef unsigned char NPBool;
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...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 340 void NPN_ReloadPlugins(NPBool reload_pages) {
425 NPBool file,
510 NPBool file,
520 NPBool file) {
753 NPBool* supports_windowless = reinterpret_cast<NPBool*>(value);
759 NPBool* private_mode = reinterpret_cast<NPBool*>(value);
784 NPBool* supports_model = reinterpret_cast<NPBool*>(value)
    [all...]
plugin_instance.h 175 NPBool repeat,
192 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool, unsigned short*);
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 227 typedef unsigned char NPBool;
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);
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);

Completed in 472 milliseconds

1 2