Searched refs:leakRef (Results 101 - 125 of 228) sorted by relevance

12345678910

/macosx-10.10/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/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/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMNode.mm124 return toAPI(nodeHandle.release().leakRef());
H A DWKDOMRange.mm156 return toAPI(rangeHandle.release().leakRef());
/macosx-10.10/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/WebCore-7600.1.25/platform/network/cf/
H A DDNSCFNet.cpp95 CFHostRef leakedHost = host.leakRef(); // The host will be released from clientCallback().
H A DResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp114 return m_requestResult.leakRef();
212 return m_cachedResponseResult.leakRef();
/macosx-10.10/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/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_storage_manager.cpp61 originList = eina_list_append(originList, origin.release().leakRef());
H A Dewk_page_group.cpp103 return EwkPageGroup::create(identifier).leakRef();
H A Dewk_context_menu.cpp112 return EwkContextMenu::create().leakRef();
117 return EwkContextMenu::create(items).leakRef();
/macosx-10.10/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/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();
H A DJSRetainPtr.h55 T leakRef();
106 template<typename T> inline T JSRetainPtr<T>::leakRef() function in class:JSRetainPtr
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DGraphicsContextMac.mm187 static CGPatternRef spellingPattern = createDotPattern(usingDotForSpelling, "SpellingDot").leakRef();
226 static CGPatternRef dictationPhraseWithAlternativesPattern = createDotPattern(usingDotForDictationPhraseWithAlternatives, "DictationPhraseWithAlternativesDot").leakRef();
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIString.h107 return OpaqueJSString::create(m_string).leakRef();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebViewClient.cpp107 WKRetainPtr<WKViewportAttributesRef> wkAttributes = adoptWK(toAPI(WebViewportAttributes::create(attributes).leakRef()));
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValue.cpp377 m_value.pair = Pair::create(create(lengthSize.width(), style), create(lengthSize.height(), style)).leakRef();
384 m_value.counter = c.leakRef();
391 m_value.rect = r.leakRef();
398 m_value.quad = quad.leakRef();
406 m_value.region = r.leakRef();
414 m_value.pair = p.leakRef();
421 m_value.calc = c.leakRef();
428 m_value.shape = shape.leakRef();
H A DCSSGrammar.y.in517 $$ = parser->createImportRule($4, adoptRef($6)).leakRef();
520 $$ = parser->createImportRule($4, adoptRef($6)).leakRef();
647 maybe_media_list: /* empty */ { $$ = MediaQuerySet::create().leakRef(); } | media_list ;
651 $$ = MediaQuerySet::create().leakRef();
690 $$ = parser->createMediaRule(adoptRef($4), std::unique_ptr<Vector<RefPtr<StyleRuleBase>>>($9).get()).leakRef();
693 $$ = parser->createEmptyMediaRule(std::unique_ptr<Vector<RefPtr<StyleRuleBase>>>($7).get()).leakRef();
705 $$ = parser->createSupportsRule($4, std::unique_ptr<Vector<RefPtr<StyleRuleBase>>>($9).get()).leakRef();
778 $$ = parser->createKeyframesRule($4, std::unique_ptr<Vector<RefPtr<StyleKeyframe>>>($9)).leakRef();
793 keyframe_rule: key_list maybe_space '{' maybe_space declaration_list closing_brace { $$ = parser->createKeyframe(*std::unique_ptr<CSSParserValueList>($1)).leakRef(); } ;
837 $$ = parser->createPageRule(std::unique_ptr<CSSParserSelector>($4)).leakRef();
[all...]
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasStyle.cpp111 : m_gradient(gradient.leakRef())
119 : m_pattern(pattern.leakRef())
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebSecurityOrigin.mm58 SecurityOrigin* rawOrigin = origin.release().leakRef();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.cpp91 return toAPI(toImpl(frameRef)->childFrames().leakRef());
262 return toAPI(toImpl(frameRef)->hitTest(toIntPoint(point)).leakRef());

Completed in 378 milliseconds

12345678910