Searched refs:hasproperty (Results 1 – 7 of 7) sorted by relevance
302 m_browserFuncs.hasproperty = _NPN_HasProperty; in initializeBrowserFuncs()
160 NPN_HasPropertyProcPtr hasproperty; member
196 funcs->hasproperty = _NPN_HasProperty; in initializeExtraBrowserFuncs()
482 …browserFuncs.hasproperty = (NPN_HasPropertyProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN…595 browserFuncs.hasproperty = _NPN_HasProperty;
527 bool retval = browser->hasproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasProperty()
577 of the PluginObject to be able to test the browser hasproperty584 (testHasProperty): test hasproperty
8181 make hasproperty use _NP_HasProperty and hasmethod _NP_HasMethod.