HomeSort by relevance Sort by last modified time
    Searched full:urlbytes (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 628 UInt8 *urlBytes, buffer[2048];
632 urlBytes = static_cast<UInt8*>(malloc(numBytes));
633 CFURLGetBytes((CFURLRef)self, urlBytes, numBytes);
635 urlBytes = buffer;
637 NSURL *result = (NSURL *)CFMakeCollectable(CFURLCreateWithBytes(NULL, urlBytes, fragRg.location - 1, kCFStringEncodingUTF8, NULL));
639 result = (NSURL *)CFMakeCollectable(CFURLCreateWithBytes(NULL, urlBytes, fragRg.location - 1, kCFStringEncodingISOLatin1, NULL));
641 if (urlBytes != buffer) free(urlBytes);
664 UInt8* urlBytes;
669 urlBytes = static_cast<UInt8*>(malloc(numBytes))
    [all...]

Completed in 65 milliseconds