Home | History | Annotate | Download | only in plugins

Lines Matching defs:cstr

440     CString cstr = str.utf8();
441 char* result = reinterpret_cast<char*>(fastMalloc(cstr.length() + 1));
443 strncpy(result, cstr.data(), cstr.length() + 1);
508 CString cstr;
510 cstr = resultString.utf8();
514 stream->sendJavaScriptStream(requestURL, cstr);