Home | History | Annotate | Download | only in bridge

Lines Matching refs:NPBool

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);
883 void NP_LOADDS NPN_PushPopupsEnabledState(NPP instance, NPBool enabled);
902 uint32_t NP_LOADDS NPN_ScheduleTimer(NPP instance, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID));
905 NPBool NP_LOADDS NPN_ConvertPoint(NPP instance, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);