Searched refs:WKURLCreateWithCFURL (Results 1 – 8 of 8) sorted by relevance
36 WK_EXPORT WKURLRef WKURLCreateWithCFURL(CFURLRef URL);
39 WKURLRef WKURLCreateWithCFURL(CFURLRef cfURL) in WKURLCreateWithCFURL() function
58 return WKURLCreateWithCFURL((CFURLRef)nsURL);64 return WKURLCreateWithCFURL((CFURLRef)nsURL);
98 return WKURLCreateWithCFURL(url.get()); in createURLForResource()
145 WKURLRef url = WKURLCreateWithCFURL(cfURL); in goToURL()
68 WKURLRef url = WKURLCreateWithCFURL(cfURL);551 WKURLRef wkURL = WKURLCreateWithCFURL((CFURLRef)nsURL);
37358 (WKURLCreateWithCFURL):44676 (WKURLCreateWithCFURL):44710 (WKURLCreateWithCFURL):45021 (WKURLCreateWithCFURL):
20619 WKURLCreateWithCFURL crashes with null url