Home
last modified time | relevance | path

Searched refs:adoptRef (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyleDefs.h98 static PassRefPtr<StyleFillData> create() { return adoptRef(new StyleFillData); } in create()
99 PassRefPtr<StyleFillData> copy() const { return adoptRef(new StyleFillData(*this)); } in copy()
119 static PassRefPtr<StyleStrokeData> create() { return adoptRef(new StyleStrokeData); } in create()
120 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); } in copy()
146 static PassRefPtr<StyleStopData> create() { return adoptRef(new StyleStopData); } in create()
147 PassRefPtr<StyleStopData> copy() const { return adoptRef(new StyleStopData(*this)); } in copy()
165 static PassRefPtr<StyleTextData> create() { return adoptRef(new StyleTextData); } in create()
166 PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); } in copy()
184 static PassRefPtr<StyleMiscData> create() { return adoptRef(new StyleMiscData); } in create()
185 PassRefPtr<StyleMiscData> copy() const { return adoptRef(new StyleMiscData(*this)); } in copy()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.cpp46 userData = adoptRef(toImpl(userDataToPass)); in didStartProvisionalLoadForFrame()
56 userData = adoptRef(toImpl(userDataToPass)); in didReceiveServerRedirectForProvisionalLoadForFrame()
66 userData = adoptRef(toImpl(userDataToPass)); in didFailProvisionalLoadWithErrorForFrame()
76 userData = adoptRef(toImpl(userDataToPass)); in didCommitLoadForFrame()
86 userData = adoptRef(toImpl(userDataToPass)); in didFinishDocumentLoadForFrame()
96 userData = adoptRef(toImpl(userDataToPass)); in didFinishLoadForFrame()
106 userData = adoptRef(toImpl(userDataToPass)); in didFailLoadWithErrorForFrame()
116 userData = adoptRef(toImpl(userDataToPass)); in didSameDocumentNavigationForFrame()
126 userData = adoptRef(toImpl(userDataToPass)); in didReceiveTitleForFrame()
136 userData = adoptRef(toImpl(userDataToPass)); in didFirstLayoutForFrame()
[all …]
H A DInjectedBundlePagePolicyClient.cpp46 userData = adoptRef(toImpl(userDataToPass)); in decidePolicyForNavigationAction()
59 userData = adoptRef(toImpl(userDataToPass)); in decidePolicyForNewWindowAction()
73 userData = adoptRef(toImpl(userDataToPass)); in decidePolicyForResponse()
84 userData = adoptRef(toImpl(userDataToPass)); in unableToImplementPolicy()
H A DInjectedBundleScriptWorld.cpp47 return adoptRef(new InjectedBundleScriptWorld(ScriptController::createWorld())); in create()
58 return adoptRef(new InjectedBundleScriptWorld(world)); in getOrCreate()
63 …static InjectedBundleScriptWorld* world = adoptRef(new InjectedBundleScriptWorld(mainThreadNormalW… in normalWorld()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGPaint.h49 return adoptRef(new SVGPaint(SVG_PAINTTYPE_UNKNOWN)); in createUnknown()
54 return adoptRef(new SVGPaint(SVG_PAINTTYPE_NONE)); in createNone()
59 return adoptRef(new SVGPaint(SVG_PAINTTYPE_CURRENTCOLOR)); in createCurrentColor()
64 RefPtr<SVGPaint> paint = adoptRef(new SVGPaint(SVG_PAINTTYPE_RGBCOLOR)); in createColor()
71 RefPtr<SVGPaint> paint = adoptRef(new SVGPaint(SVG_PAINTTYPE_URI, uri)); in createURI()
77 RefPtr<SVGPaint> paint = adoptRef(new SVGPaint(SVG_PAINTTYPE_URI_RGBCOLOR, uri)); in createURIAndColor()
95 RefPtr<SVGPaint> paint = adoptRef(new SVGPaint(type, uri)); in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DMediaList.h41 return adoptRef(new MediaList(0, false)); in create()
45 return adoptRef(new MediaList(parentRule, media)); in create()
49 return adoptRef(new MediaList(parentSheet, media, false)); in create()
54 return adoptRef(new MediaList(0, mediaQueryOrDescription, true)); in createAllowingDescriptionSyntax()
58 return adoptRef(new MediaList(parentSheet, mediaQueryOrDescription, true)); in createAllowingDescriptionSyntax()
63 return adoptRef(new MediaList(0, media, allowDescriptionSyntax)); in create()
H A DCSSStyleSheet.h41 … return adoptRef(new CSSStyleSheet(static_cast<CSSStyleSheet*>(0), String(), KURL(), String())); in create()
45 return adoptRef(new CSSStyleSheet(ownerNode, String(), KURL(), String())); in create()
49 return adoptRef(new CSSStyleSheet(ownerNode, originalURL, finalURL, String())); in create()
53 return adoptRef(new CSSStyleSheet(ownerNode, originalURL, finalURL, charset)); in create()
57 return adoptRef(new CSSStyleSheet(ownerRule, originalURL, finalURL, charset)); in create()
61 return adoptRef(new CSSStyleSheet(ownerNode, finalURL.string(), finalURL, String())); in createInline()
H A DCSSValueList.h36 return adoptRef(new CSSValueList(false)); in createCommaSeparated()
40 return adoptRef(new CSSValueList(true)); in createSpaceSeparated()
44 return adoptRef(new CSSValueList(list)); in createFromParserValueList()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DTextEvent.cpp36 return adoptRef(new TextEvent); in create()
41 return adoptRef(new TextEvent(view, data, inputType)); in create()
46 return adoptRef(new TextEvent(view, data, 0, shouldSmartReplace, false)); in createForPlainTextPaste()
51 return adoptRef(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle)); in createForFragmentPaste()
56 return adoptRef(new TextEvent(view, data, TextEventInputDrop)); in createForDrop()
H A DDeviceMotionData.cpp35 …return adoptRef(new DeviceMotionData::Acceleration(canProvideX, x, canProvideY, y, canProvideZ, z)… in create()
53 …return adoptRef(new DeviceMotionData::RotationRate(canProvideAlpha, alpha, canProvideBeta, beta, c… in create()
68 return adoptRef(new DeviceMotionData); in create()
74 …return adoptRef(new DeviceMotionData(acceleration, accelerationIncludingGravity, rotationRate, can… in create()
H A DClientRect.h40 static PassRefPtr<ClientRect> create() { return adoptRef(new ClientRect); } in create()
41 …static PassRefPtr<ClientRect> create(const IntRect& rect) { return adoptRef(new ClientRect(rect));… in create()
42 …static PassRefPtr<ClientRect> create(const FloatRect& rect) { return adoptRef(new ClientRect(rect)… in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/shadow/
H A DMediaControlElements.cpp111 return adoptRef(new MediaControlPanelElement(mediaElement)); in create()
236 …RefPtr<MediaControlTimelineContainerElement> element = adoptRef(new MediaControlTimelineContainerE… in create()
341 …RefPtr<MediaControlStatusDisplayElement> element = adoptRef(new MediaControlStatusDisplayElement(m… in create()
512 …RefPtr<MediaControlPlayButtonElement> button = adoptRef(new MediaControlPlayButtonElement(mediaEle… in create()
604 …RefPtr<MediaControlSeekForwardButtonElement> button = adoptRef(new MediaControlSeekForwardButtonEl… in create()
624 …RefPtr<MediaControlSeekBackButtonElement> button = adoptRef(new MediaControlSeekBackButtonElement(… in create()
644 …RefPtr<MediaControlRewindButtonElement> button = adoptRef(new MediaControlRewindButtonElement(medi… in create()
744 …RefPtr<MediaControlTimelineElement> timeline = adoptRef(new MediaControlTimelineElement(mediaEleme… in create()
808 …RefPtr<MediaControlVolumeSliderElement> slider = adoptRef(new MediaControlVolumeSliderElement(medi… in create()
1032 return adoptRef(new MediaControlTimeRemainingDisplayElement(mediaElement)); in create()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/
H A DInspectorValues.h56 return adoptRef(new InspectorValue()); in null()
102 return adoptRef(new InspectorBasicValue(value)); in create()
107 return adoptRef(new InspectorBasicValue(value)); in create()
112 return adoptRef(new InspectorBasicValue(value)); in create()
139 return adoptRef(new InspectorString(value)); in create()
144 return adoptRef(new InspectorString(value)); in create()
169 return adoptRef(new InspectorObject()); in create()
217 return adoptRef(new InspectorArray()); in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXSLStyleSheet.h47 return adoptRef(new XSLStyleSheet(parentImport, originalURL, finalURL)); in create()
52 return adoptRef(new XSLStyleSheet(parentNode, originalURL, finalURL, false)); in create()
56 return adoptRef(new XSLStyleSheet(parentNode, finalURL.string(), finalURL, true)); in createEmbedded()
63 return adoptRef(new XSLStyleSheet(parentNode, originalURL, finalURL, false)); in createForXSLTProcessor()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/Authentication/
H A DWebCredential.h46 return adoptRef(new WebCredential(credential)); in create()
51 …return adoptRef(new WebCredential(WebCore::Credential(username->string(), password->string(), pers… in create()
56 return adoptRef(new WebCredential(certificateInfo)); in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/animation/
H A DTimingFunction.h60 return adoptRef(new LinearTimingFunction); in create()
81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2)); in create()
86 return adoptRef(new CubicBezierTimingFunction()); in create()
131 return adoptRef(new StepsTimingFunction(steps, stepAtStart)); in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DImmutableArray.h44 return adoptRef(new ImmutableArray); in create()
48 return adoptRef(new ImmutableArray(entries, size)); in create()
52 return adoptRef(new ImmutableArray(entries)); in adopt()
H A DWebSerializedScriptValue.h42 return adoptRef(new WebSerializedScriptValue(serializedValue)); in create()
50 return adoptRef(new WebSerializedScriptValue(serializedValue.get())); in create()
55 … return adoptRef(new WebSerializedScriptValue(WebCore::SerializedScriptValue::adopt(buffer))); in adopt()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DSVGShadowTreeElements.cpp42 return adoptRef(new SVGShadowTreeContainerElement(document)); in create()
52 return adoptRef(new SVGShadowTreeContainerElement(document())); in cloneElementWithoutAttributesAndChildren()
65 return adoptRef(new SVGShadowTreeRootElement(document, host)); in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontCacheFreeType.cpp86 RefPtr<FcPattern> pattern = adoptRef(createFontConfigPatternForCharacters(characters, length)); in getFontDataForCharacters()
89 … RefPtr<FcPattern> fallbackPattern = adoptRef(findBestFontGivenFallbacks(fontData, pattern.get())); in getFontDataForCharacters()
96 RefPtr<FcPattern> resultPattern = adoptRef(FcFontMatch(0, pattern.get(), &fontConfigResult)); in getFontDataForCharacters()
177 RefPtr<FcPattern> pattern = adoptRef(FcPatternCreate()); in createFontPlatformData()
203 RefPtr<FcPattern> resultPattern = adoptRef(FcFontMatch(0, pattern.get(), &fontConfigResult)); in createFontPlatformData()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DFile.h42 return adoptRef(new File(path)); in create()
48 return adoptRef(new File(path, srcURL, type)); in create()
54 return adoptRef(new File(relativePath, path)); in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.cpp144 return adoptRef(new CanvasStyle(rgba)); in createFromString()
146 return adoptRef(new CanvasStyle(CurrentColor)); in createFromString()
161 return adoptRef(new CanvasStyle(colorWithOverrideAlpha(rgba, alpha))); in createFromStringWithOverrideAlpha()
163 return adoptRef(new CanvasStyle(CurrentColorWithOverrideAlpha, alpha)); in createFromStringWithOverrideAlpha()
176 return adoptRef(new CanvasStyle(gradient)); in createFromGradient()
182 return adoptRef(new CanvasStyle(pattern)); in createFromPattern()
H A DCanvasStyle.h44 …static PassRefPtr<CanvasStyle> createFromRGBA(RGBA32 rgba) { return adoptRef(new CanvasStyle(rgba)… in createFromRGBA()
47 …le> createFromGrayLevelWithAlpha(float grayLevel, float alpha) { return adoptRef(new CanvasStyle(g… in createFromGrayLevelWithAlpha()
48 …le> createFromRGBAChannels(float r, float g, float b, float a) { return adoptRef(new CanvasStyle(r… in createFromRGBAChannels()
49 …FromCMYKAChannels(float c, float m, float y, float k, float a) { return adoptRef(new CanvasStyle(c… in createFromCMYKAChannels()
/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/
H A DPassRefPtr.h31 template <typename T> PassRefPtr<T> adoptRef(T *);
109 friend PassRefPtr adoptRef<T>(T *);
213 template <typename T> inline PassRefPtr<T> adoptRef(T *p) in adoptRef() function
220 return adoptRef(static_cast<T *>(p.releaseRef())); in static_pointer_cast()
225 return adoptRef(const_cast<T *>(p.releaseRef())); in const_pointer_cast()
236 using WTF::adoptRef;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.h69 return adoptRef(new EditingStyle()); in create()
74 return adoptRef(new EditingStyle(node, propertiesToInclude));
79 return adoptRef(new EditingStyle(position, propertiesToInclude));
84 return adoptRef(new EditingStyle(style)); in create()
89 return adoptRef(new EditingStyle(propertyID, value)); in create()

12345678910>>...45