Searched defs:NPBool (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h227 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);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h184 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 reloadPage
[all...]

Completed in 182 milliseconds