HomeSort by relevance Sort by last modified time
    Searched refs:WKURLResponseCopyCFURLResponse (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLResponseCF.h 37 WK_EXPORT CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse);
WKURLResponseCF.cpp 44 CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse)
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DoNotCopyANullCFURLResponse.cpp 38 RetainPtr<CFURLResponseRef> nullCFResponse(AdoptCF, WKURLResponseCopyCFURLResponse(kCFAllocatorDefault, nullWKResponse.get()));
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 109 RetainPtr<CFURLResponseRef> response(AdoptCF, WKURLResponseCopyCFURLResponse(0, wkResponse));

Completed in 213 milliseconds