Home | History | Annotate | Download | only in Plugins

Lines Matching refs:NPN_MemAlloc

2231                 *value = static_cast<char*>(NPN_MemAlloc(cookieStringUTF8.length()));
2252 NPN_MemAlloc(proxiesUTF8.length()));
2306 *usernameStr = static_cast<char*>(NPN_MemAlloc(username.length()));
2310 *passwordStr = static_cast<char*>(NPN_MemAlloc(password.length()));