Home | History | Annotate | Download | only in chrome_frame

Lines Matching full:post_data

815                                  const wchar_t* fragment, IStream* post_data,
833 if (post_data) {
834 RewindStream(post_data);
839 post_data->Stat(&stat, STATFLAG_NONAME);
845 while ((hr = ReadStream(post_data, 0xffff, &data)) == S_OK) {