Lines Matching full:cstring
83 #import <wtf/text/CString.h>
2227 CString cookieStringUTF8 = cookieString.utf8();
2250 CString proxiesUTF8 = toString(proxyServers).utf8();
2300 CString username;
2301 CString password;
2318 CString location = [self resolvedURLStringForURL:url target:target];
2393 NPError npErr = [_pluginPackage.get() pluginFuncs]->newp((char *)[_MIMEType.get() cString], plugin, _mode, argsCount, cAttributes, cValues, NULL);