Home | History | Annotate | Download | only in Netscape

Lines Matching refs:NPBool

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;
504 *static_cast<NPBool*>(value) = true;
507 *static_cast<NPBool*>(value) = true;
737 static void NPN_PushPopupsEnabledState(NPP npp, NPBool enabled)
852 static uint32_t NPN_ScheduleTimer(NPP instance, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID))
871 static NPBool NPN_ConvertPoint(NPP npp, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double* destX, double* destY, NPCoordinateSpace destSpace)