Searched refs:hasproperty (Results 1 – 8 of 8) sorted by relevance
143 m_browserFuncs.hasproperty = _NPN_HasMethod; in load()
305 m_browserFuncs.hasproperty = _NPN_HasProperty; in initializeBrowserFuncs()
160 NPN_HasPropertyProcPtr hasproperty; member
187 funcs->hasproperty = _NPN_HasProperty; in initializeExtraBrowserFuncs()
482 …browserFuncs.hasproperty = (NPN_HasPropertyProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN…595 browserFuncs.hasproperty = _NPN_HasProperty;
577 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.