Searched refs:leakRef (Results 1 - 25 of 148) sorted by relevance

123456

/macosx-10.10.1/WTF-7600.1.24/wtf/text/mac/
H A DStringImplMac.mm31 return CFBridgingRelease(createCFString().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKPluginInformation.cpp38 static API::String* key = API::String::create(pluginInformationBundleIdentifierKey()).leakRef();
48 static API::String* key = API::String::create(pluginInformationBundleVersionKey()).leakRef();
58 static API::String* key = API::String::create(pluginInformationBundleShortVersionKey()).leakRef();
68 static API::String* key = API::String::create(pluginInformationPathKey()).leakRef();
78 static API::String* key = API::String::create(pluginInformationDisplayNameKey()).leakRef();
88 static API::String* key = API::String::create(pluginInformationDefaultLoadPolicyKey()).leakRef();
98 static API::String* key = API::String::create(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey()).leakRef();
108 static API::String* key = API::String::create(pluginInformationHasSandboxProfileKey()).leakRef();
118 static API::String* key = API::String::create(pluginInformationFrameURLKey()).leakRef();
128 static API::String* key = API::String::create(pluginInformationMIMETypeKey()).leakRef();
[all...]
H A DWKGeometry.cpp51 return toAPI(API::Point::create(point).leakRef());
56 return toAPI(API::Size::create(size).leakRef());
61 return toAPI(API::Rect::create(rect).leakRef());
H A DWKData.cpp41 return toAPI(API::Data::create(bytes, size).leakRef());
H A DWKMutableArray.cpp36 return const_cast<WKMutableArrayRef>(toAPI(API::Array::create().leakRef()));
H A DWKMutableDictionary.cpp37 return toAPI(dictionary.release().leakRef());
H A DWKDictionary.cpp46 return toAPI(ImmutableDictionary::create(WTF::move(map)).release().leakRef());
62 return toAPI(keys.release().leakRef());
H A DWKSerializedScriptValue.cpp43 return toAPI(serializedValue.release().leakRef());
49 return toAPI(serializedValue.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/mac/
H A DWKWebArchive.cpp47 return toAPI(webArchive.release().leakRef());
53 return toAPI(webArchive.release().leakRef());
59 return toAPI(webArchive.release().leakRef());
65 return toAPI(mainResource.release().leakRef());
71 return toAPI(subresources.release().leakRef());
77 return toAPI(subframeArchives.release().leakRef());
82 return toAPI(toImpl(webArchiveRef)->data().leakRef());
H A DWKCertificateInfoMac.mm38 return toAPI(certificateInfo.release().leakRef());
H A DWKObjCTypeWrapperRef.mm42 return toAPI(objectWrapper.release().leakRef());
H A DWKURLRequestNS.mm39 return toAPI(request.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cf/
H A DWKErrorCF.cpp38 return toAPI(error.release().leakRef());
44 return cfError.leakRef();
H A DWKURLRequestCF.cpp38 return toAPI(request.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundleNodeHandle.cpp46 return toAPI(nodeHandle.release().leakRef());
52 return toAPI(nodeHandle.release().leakRef());
63 return toAPI(image.release().leakRef());
99 return toAPI(nodeHandle.release().leakRef());
105 return toAPI(frame.release().leakRef());
111 return toAPI(frame.release().leakRef());
117 return toAPI(frame.release().leakRef());
H A DWKBundleRangeHandle.cpp44 return toAPI(rangeHandle.release().leakRef());
H A DWKBundleScriptWorld.cpp43 return toAPI(world.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKCredential.cpp43 return toAPI(WebCredential::create(WebCore::Credential(toImpl(username)->string(), toImpl(password)->string(), toCredentialPersistence(persistence))).leakRef());
48 return toAPI(WebCredential::create(toImpl(certificateInfo)).leakRef());
H A DWKOpenPanelParameters.cpp48 return toAPI(toImpl(parametersRef)->acceptMIMETypes().leakRef());
69 return toAPI(toImpl(parametersRef)->selectedFileNames().leakRef());
H A DWKSessionStateRef.cpp46 return WebKit::toAPI(API::SessionState::create(WTF::move(sessionState)).leakRef());
51 return WebKit::toAPI(WebKit::encodeLegacySessionState(WebKit::toImpl(sessionState)->sessionState()).release().leakRef());
H A DWKSessionRef.cpp37 return toAPI(session.release().leakRef());
H A DWKDatabaseManager.cpp46 static API::String* key = API::String::create(WebDatabaseManagerProxy::originKey()).leakRef();
56 static API::String* key = API::String::create(WebDatabaseManagerProxy::originQuotaKey()).leakRef();
66 static API::String* key = API::String::create(WebDatabaseManagerProxy::originUsageKey()).leakRef();
76 static API::String* key = API::String::create(WebDatabaseManagerProxy::databaseDetailsKey()).leakRef();
86 static API::String* key = API::String::create(WebDatabaseManagerProxy::databaseDetailsNameKey()).leakRef();
96 static API::String* key = API::String::create(WebDatabaseManagerProxy::databaseDetailsDisplayNameKey()).leakRef();
106 static API::String* key = API::String::create(WebDatabaseManagerProxy::databaseDetailsExpectedUsageKey()).leakRef();
116 static API::String* key = API::String::create(WebDatabaseManagerProxy::databaseDetailsCurrentUsageKey()).leakRef();
126 static API::String* key = API::String::create(WebDatabaseManagerProxy::databaseDetailsCreationTimeKey()).leakRef();
136 static API::String* key = API::String::create(WebDatabaseManagerProxy::databaseDetailsModificationTimeKey()).leakRef();
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Platform/cf/
H A DModuleCF.cpp44 m_bundle = adoptCF(bundle.leakRef());
59 CFBundleRef unused = m_bundle.leakRef();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cairo/
H A DWKImageCairo.cpp42 return toImpl(imageRef)->bitmap()->createCairoSurface().leakRef();
57 return toAPI(webImage.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cg/
H A DWKImageCG.cpp44 return webImage->bitmap()->makeCGImageCopy().leakRef();
61 return toAPI(webImage.release().leakRef());

Completed in 105 milliseconds

123456