Searched refs:leakRef (Results 76 - 100 of 148) sorted by relevance

123456

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContextConfigurationRef.cpp36 return toAPI(API::ContextConfiguration::create().leakRef());
H A DWKIconDatabase.cpp74 return toAPI(toImpl(iconDatabaseRef)->iconDataForPageURL(toWTFString(pageURL)).leakRef());
H A DWKPageGroup.cpp43 return toAPI(pageGroup.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_application_cache_manager.cpp63 origins = eina_list_append(origins, EwkSecurityOrigin::create(securityOriginRef).leakRef());
H A Dewk_database_manager.cpp59 originList = eina_list_append(originList, origin.release().leakRef());
H A Dewk_storage_manager.cpp61 originList = eina_list_append(originList, origin.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/
H A DProcessLauncher.cpp36 static WorkQueue* processLauncherWorkQueue = WorkQueue::create("com.apple.WebKit.ProcessLauncher").leakRef();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DSecItemShimProxy.cpp45 proxy = adoptRef(new SecItemShimProxy).leakRef();
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundleHitTestResult.cpp44 return toAPI(nodeHandle.release().leakRef());
H A DWKBundlePage.cpp197 return toAPI(contextMenuItems(*contextMenu).leakRef());
211 return toAPI(contextMenuItems(*contextMenu).leakRef());
425 return toAPI(webImage.release().leakRef());
433 return toAPI(webImage.release().leakRef());
439 return toAPI(webImage.release().leakRef());
445 return toAPI(webImage.release().leakRef());
495 return toAPI(WebRenderObject::create(toImpl(pageRef)).leakRef());
500 return toAPI(WebRenderLayer::create(toImpl(pageRef)).leakRef());
526 return toAPI(toImpl(pageRef)->trackedRepaintRects().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleScriptWorld.cpp64 static InjectedBundleScriptWorld* world = adoptRef(new InjectedBundleScriptWorld(&mainThreadNormalWorld())).leakRef();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DArgumentCodersMac.mm279 result = adoptNS(resultString.leakRef());
346 result = adoptNS(dictionary.leakRef());
381 result = adoptNS((NSNumber *)number.leakRef());
396 result = adoptNS((NSString *)string.leakRef());
431 result = adoptNS(array.leakRef());
446 result = adoptNS((NSDate *)date.leakRef());
461 result = adoptNS((NSData *)data.leakRef());
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebOpenPanelResultListener.mm44 _chooser = chooser.leakRef();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/mac/
H A DWKContextPrivateMac.mm63 return toAPI(dictionary.release().leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebKeyValueStorageManager.cpp104 context()->storageManager().getOrigins(RunLoop::main(), ArrayCallback::create(WTF::move(callbackFunction)).leakRef(), didGetKeyValueStorageOrigins);
133 context()->storageManager().getStorageDetailsByOrigin(RunLoop::main(), ArrayCallback::create(WTF::move(callbackFunction)).leakRef(), didGetStorageDetailsByOrigin);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/mac/
H A DWKBundlePageBannerMac.mm106 return toAPI(PageBanner::create(layer, height, clientImpl.release()).leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMNode.mm124 return toAPI(nodeHandle.release().leakRef());
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DRefPtr.h43 ALWAYS_INLINE RefPtr(RefPtr&& o) : m_ptr(o.release().leakRef()) { }
44 template<typename U> RefPtr(RefPtr<U>&& o) : m_ptr(o.release().leakRef()) { }
90 : m_ptr(o.leakRef())
95 : m_ptr(&reference.leakRef())
H A DRetainPtr.h67 RetainPtr(RetainPtr&& o) : m_ptr(toStorageType(o.leakRef())) { }
68 template<typename U> RetainPtr(RetainPtr<U>&& o) : m_ptr(toStorageType(o.leakRef())) { }
79 PtrType leakRef() WARN_UNUSED_RETURN;
156 template<typename T> inline typename RetainPtr<T>::PtrType RetainPtr<T>::leakRef() function in class:WTF::RetainPtr
166 return (__bridge PtrType)CFBridgingRelease(leakRef());
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebKitClassFactory.cpp140 return object.leakRef();
H A DWebHistoryItem.cpp146 values[keyCount++] = m_historyItem->urlString().createCFString().leakRef();
151 values[keyCount++] = m_historyItem->title().createCFString().leakRef();
164 items[i] = redirectURLs->at(i).createCFString().leakRef();
353 *urls = enumVariant.leakRef();
H A DWebScriptWorld.cpp66 static WebScriptWorld* standardWorld = createInstance(&mainThreadNormalWorld()).leakRef();
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DAtomicString.cpp100 location = &StringImpl::create(c).leakRef();
136 location = &StringImpl::create8BitIfPossible(buf.s, buf.length).leakRef();
164 location = &StringImpl::create(buffer.characters, buffer.length).leakRef();
232 location = newString.release().leakRef();
287 location = &StringImpl::createSubstringSharingImpl(buffer.baseString, buffer.start, buffer.length).leakRef();
352 location = &StringImpl::create(buf.s, buf.length).leakRef();
372 location = &StringImpl::createFromLiteral(buf.s, buf.length).leakRef();
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSContextRef.cpp64 return toRef(VM::createContextGroup().leakRef());
224 return OpaqueJSString::create(name).leakRef();
304 return OpaqueJSString::create(builder.toString()).leakRef();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIString.h107 return OpaqueJSString::create(m_string).leakRef();

Completed in 388 milliseconds

123456