HomeSort by relevance Sort by last modified time
    Searched defs:cfURL (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp 142 CFURLRef cfURL = CFURLCreateWithString(0, string, 0);
145 WKURLRef url = WKURLCreateWithCFURL(cfURL);
146 CFRelease(cfURL);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 448 CFURLRef cfURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, urlStringRef, kCFURLWindowsPathStyle, false);
450 load(cfURL, preservesPitch);
452 CFRelease(cfURL);
459 CFURLRef cfURL = CFURLCreateWithString(kCFAllocatorDefault, urlStringRef, 0);
461 load(cfURL, preservesPitch);
463 CFRelease(cfURL);

Completed in 630 milliseconds