Searched refs:schemeRef (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/soup/
H A DWKSoupRequestManager.cpp44 void WKSoupRequestManagerRegisterURIScheme(WKSoupRequestManagerRef soupRequestManagerRef, WKStringRef schemeRef) argument
46 toImpl(soupRequestManagerRef)->registerURIScheme(toWTFString(schemeRef));
H A DWKSoupRequestManager.h53 WK_EXPORT void WKSoupRequestManagerRegisterURIScheme(WKSoupRequestManagerRef, WKStringRef schemeRef);
/macosx-10.10/smb-759.0/NetFSPlugin/
H A Dsmb_netfs.c50 CFStringRef schemeRef; local
55 schemeRef = CFDictionaryGetValue(options, kNetFSTraceMessageSchemeKey);
56 if (!schemeRef) {
59 return NetFSCFStringtoCString(schemeRef);
/macosx-10.10/smb-759.0/lib/smb/
H A Dctx.c100 CFStringRef schemeRef; local
105 schemeRef = CFDictionaryGetValue(options, kNetFSTraceMessageSchemeKey);
106 if (!schemeRef) {
109 return CStringCreateWithCFString(schemeRef);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp1788 RetainPtr<CFStringRef> schemeRef = adoptCF(CFURLCopyScheme(requestURL.get())); local
1789 String scheme = schemeRef.get();

Completed in 94 milliseconds