Searched defs:postData (Results 1 – 3 of 3) sorted by relevance
297 Vector<uint8_t> postData; in NPN_PostURL() local399 Vector<uint8_t> postData; in NPN_PostURLNotify() local
1256 const char* postData = buffer.data(); in handlePost() local
1257 static void PostUrl(JNIEnv *env, jobject obj, jstring url, jbyteArray postData) in PostUrl()