Searched defs:nameCount (Results 1 – 6 of 6) sorted by relevance
49 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) in _NPN_GetStringIdentifiers()
72 const int nameCount = sizeof(names)/sizeof(names[0]); in adjfind2() local
376 int32_t nameCount; in HackPinyinTest() local
185 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) in _NPN_GetStringIdentifiers()
101 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* ident… in getStringIdentifiers()
589 static void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount, NPIdentifier *identif… in NPN_GetStringIdentifiers()