Searched refs:leakRef (Results 151 - 175 of 228) sorted by relevance

12345678910

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestGenerateIsReachable.cpp116 , m_impl(impl.leakRef())
H A DJSTestMediaQueryListListener.cpp124 , m_impl(impl.leakRef())
H A DJSattribute.cpp121 , m_impl(impl.leakRef())
H A DJSreadonly.cpp116 , m_impl(impl.leakRef())
H A DJSTestCustomNamedGetter.cpp137 , m_impl(impl.leakRef())
H A DJSTestException.cpp134 , m_impl(impl.leakRef())
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSDefaultStyleSheets.cpp84 StyleSheetContents& sheet = StyleSheetContents::create().leakRef(); // leak the sheet on purpose
H A DCSSSelector.cpp51 m_data.m_rareData = RareData::create(adoptRef(m_data.m_value)).leakRef();
599 : m_value(value.leakRef())
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.cpp199 // The leakRef below is balanced by the adoptRef in the deref member function.
200 Entry leakedValue = value.leakRef();
234 // The adoptRef here is balanced by the leakRef in the insert member function.
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DTimingFunction.h155 static const CubicBezierTimingFunction* dtf = create().leakRef();
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DSynchronousResourceHandleCFURLConnectionDelegate.cpp108 static CFStringRef defaultMIMETypeString = defaultMIMEType().createCFString().leakRef();
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/
H A DDatabaseProcess.cpp56 : m_queue(adoptRef(*WorkQueue::create("com.apple.WebKit.DatabaseProcess").leakRef()))
/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DArgumentCodersGtk.cpp231 dragData = DragData(platformData.release().leakRef(), clientPosition, globalPosition, static_cast<DragOperation>(sourceOperationMask),
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitContextMenuItem.cpp136 GtkMenuItem* menuItem = GTK_MENU_ITEM(widget.leakRef());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DGenericCallback.h206 return adoptRef(base.release().leakRef()->as<T>());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderThemeWin.cpp193 static RenderTheme* winTheme = RenderThemeWin::create().leakRef();
941 static Image* cancelImage = Image::loadPlatformResource("searchCancel").leakRef();
942 static Image* cancelPressedImage = Image::loadPlatformResource("searchCancelPressed").leakRef();
991 static Image* magnifierImage = Image::loadPlatformResource("searchMagnifier").leakRef();
1027 static Image* magnifierImage = Image::loadPlatformResource("searchMagnifierResults").leakRef();
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableElement.cpp422 return style.release().leakRef();
532 return style.release().leakRef();
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebBackForwardList.mm95 _private = reinterpret_cast<WebBackForwardListPrivate*>(backForwardList.leakRef());
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebResource.mm88 coreResource = passedResource.leakRef();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContext.cpp91 return toAPI(WebContext::create(toImpl(configuration)->webContextConfiguration()).leakRef());
550 return toAPI(toImpl(contextRef)->plugInAutoStartOriginHashes().leakRef());
H A DWKPreferences.cpp47 return toAPI(preferences.release().leakRef());
53 return toAPI(preferences.release().leakRef());
59 return toAPI(preferences.release().leakRef());
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DHRTFElevation.cpp81 bus = concatenatedImpulseResponses.release().leakRef();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp59 static Image* nullImage = BitmapImage::create().leakRef();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugInBrowserContextController.mm450 userData = API::Data::createWithoutCopying((const unsigned char*)[data bytes], [data length], releaseNSData, data.leakRef()).leakRef();
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKSharedAPICast.h171 return toAPI(apiString.release().leakRef());
186 return toAPI(url.release().leakRef());
222 return toAPI(WebSecurityOrigin::create(origin).leakRef());

Completed in 409 milliseconds

12345678910