Home
last modified time | relevance | path

Searched refs:cfstring (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dsys_string_conversions_mac.mm24 static StringType CFStringToSTLStringWithEncodingT(CFStringRef cfstring,
26 CFIndex length = CFStringGetLength(cfstring);
32 CFIndex converted = CFStringGetBytes(cfstring,
52 converted = CFStringGetBytes(cfstring,
81 base::mac::ScopedCFTypeRef<CFStringRef> cfstring(
89 if (!cfstring)
92 return CFStringToSTLStringWithEncodingT<OutStringType>(cfstring,
Dfile_path.cc1093 base::mac::ScopedCFTypeRef<CFStringRef> cfstring( in GetHFSDecomposedForm() local
1104 CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring); in GetHFSDecomposedForm()
1112 Boolean success = CFStringGetFileSystemRepresentation(cfstring, in GetHFSDecomposedForm()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0316347 Optimizations that remove unnecessary cfstring allocations of local scope