Searched refs:sourceRef (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageGroup.cpp61 void WKPageGroupAddUserStyleSheet(WKPageGroupRef pageGroupRef, WKStringRef sourceRef, WKURLRef baseURL, WKArrayRef whitelistedURLPatterns, WKArrayRef blacklistedURLPatterns, WKUserContentInjectedFrames injectedFrames) argument
63 toImpl(pageGroupRef)->addUserStyleSheet(toWTFString(sourceRef), toWTFString(baseURL), toImpl(whitelistedURLPatterns), toImpl(blacklistedURLPatterns), toUserContentInjectedFrames(injectedFrames), WebCore::UserStyleUserLevel);
71 void WKPageGroupAddUserScript(WKPageGroupRef pageGroupRef, WKStringRef sourceRef, WKURLRef baseURL, WKArrayRef whitelistedURLPatterns, WKArrayRef blacklistedURLPatterns, WKUserContentInjectedFrames injectedFrames, _WKUserScriptInjectionTime injectionTime) argument
73 toImpl(pageGroupRef)->addUserScript(toWTFString(sourceRef), toWTFString(baseURL), toImpl(whitelistedURLPatterns), toImpl(blacklistedURLPatterns), toUserContentInjectedFrames(injectedFrames), toUserScriptInjectionTime(injectionTime));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp96 void WKBundleAddUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKStringRef sourceRef, WKURLRef urlRef, WKArrayRef whitelistRef, WKArrayRef blacklistRef, _WKUserScriptInjectionTime injectionTimeRef, WKUserContentInjectedFrames injectedFramesRef) argument
98 toImpl(bundleRef)->addUserScript(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(sourceRef), toWTFString(urlRef), toImpl(whitelistRef), toImpl(blacklistRef), toUserScriptInjectionTime(injectionTimeRef), toUserContentInjectedFrames(injectedFramesRef));
101 void WKBundleAddUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKStringRef sourceRef, WKURLRef urlRef, WKArrayRef whitelistRef, WKArrayRef blacklistRef, WKUserContentInjectedFrames injectedFramesRef) argument
103 toImpl(bundleRef)->addUserStyleSheet(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(sourceRef), toWTFString(urlRef), toImpl(whitelistRef), toImpl(blacklistRef), toUserContentInjectedFrames(injectedFramesRef));
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainItem.cpp250 OSStatus SecAccessCreateFromObject(CFTypeRef sourceRef,
255 SecPointer<Access> access = new Access(*aclBearer(sourceRef));
264 OSStatus SecAccessModifyObject(SecAccessRef accessRef, CFTypeRef sourceRef)
267 Access::required(accessRef)->setAccess(*aclBearer(sourceRef), true);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainItem.cpp250 OSStatus SecAccessCreateFromObject(CFTypeRef sourceRef,
255 SecPointer<Access> access = new Access(*aclBearer(sourceRef));
264 OSStatus SecAccessModifyObject(SecAccessRef accessRef, CFTypeRef sourceRef)
267 Access::required(accessRef)->setAccess(*aclBearer(sourceRef), true);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainItem.cpp250 OSStatus SecAccessCreateFromObject(CFTypeRef sourceRef,
255 SecPointer<Access> access = new Access(*aclBearer(sourceRef));
264 OSStatus SecAccessModifyObject(SecAccessRef accessRef, CFTypeRef sourceRef)
267 Access::required(accessRef)->setAccess(*aclBearer(sourceRef), true);
/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.c4605 CGImageSourceRef sourceRef; /* The file's image source */ local
4619 sourceRef = CGImageSourceCreateWithURL(icnsFileUrl, NULL);
4620 if (sourceRef)
4622 for (i = 0; i < (int)CGImageSourceGetCount(sourceRef); i ++)
4624 imageRef = CGImageSourceCreateImageAtIndex(sourceRef, (size_t)i, NULL);
4702 CFRelease(sourceRef);

Completed in 131 milliseconds