Home
last modified time | relevance | path

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

12345678910>>...21

/external/webkit/WebCore/rendering/style/
DSVGRenderStyleDefs.h129 static PassRefPtr<StyleFillData> create() { return adoptRef(new StyleFillData); } in create()
130 PassRefPtr<StyleFillData> copy() const { return adoptRef(new StyleFillData(*this)); } in copy()
148 static PassRefPtr<StyleStrokeData> create() { return adoptRef(new StyleStrokeData); } in create()
149 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); } in copy()
173 static PassRefPtr<StyleStopData> create() { return adoptRef(new StyleStopData); } in create()
174 PassRefPtr<StyleStopData> copy() const { return adoptRef(new StyleStopData(*this)); } in copy()
192 static PassRefPtr<StyleTextData> create() { return adoptRef(new StyleTextData); } in create()
193 PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); } in copy()
210 static PassRefPtr<StyleClipData> create() { return adoptRef(new StyleClipData); } in create()
211 PassRefPtr<StyleClipData> copy() const { return adoptRef(new StyleClipData(*this)); } in copy()
[all …]
DStyleMarqueeData.h37 static PassRefPtr<StyleMarqueeData> create() { return adoptRef(new StyleMarqueeData); } in create()
38 PassRefPtr<StyleMarqueeData> copy() const { return adoptRef(new StyleMarqueeData(*this)); } in copy()
DStyleSurroundData.h37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); } in create()
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); } in copy()
DStyleBackgroundData.h38 static PassRefPtr<StyleBackgroundData> create() { return adoptRef(new StyleBackgroundData); } in create()
39 … PassRefPtr<StyleBackgroundData> copy() const { return adoptRef(new StyleBackgroundData(*this)); } in copy()
DStyleFlexibleBoxData.h35 static PassRefPtr<StyleFlexibleBoxData> create() { return adoptRef(new StyleFlexibleBoxData); } in create()
36 …PassRefPtr<StyleFlexibleBoxData> copy() const { return adoptRef(new StyleFlexibleBoxData(*this)); } in copy()
/external/webkit/WebCore/html/canvas/
DCanvasStyle.h39 …static PassRefPtr<CanvasStyle> create(const String& color) { return adoptRef(new CanvasStyle(color… in create()
40 …static PassRefPtr<CanvasStyle> create(float grayLevel) { return adoptRef(new CanvasStyle(grayLevel… in create()
41 …static PassRefPtr<CanvasStyle> create(const String& color, float alpha) { return adoptRef(new Canv… in create()
42 …static PassRefPtr<CanvasStyle> create(float grayLevel, float alpha) { return adoptRef(new CanvasSt… in create()
43 …static PassRefPtr<CanvasStyle> create(float r, float g, float b, float a) { return adoptRef(new Ca… in create()
44 …nvasStyle> create(float c, float m, float y, float k, float a) { return adoptRef(new CanvasStyle(c… in create()
45 …efPtr<CanvasStyle> create(PassRefPtr<CanvasGradient> gradient) { return adoptRef(new CanvasStyle(g… in create()
46 …static PassRefPtr<CanvasStyle> create(PassRefPtr<CanvasPattern> pattern) { return adoptRef(new Can… in create()
/external/webkit/WebCore/css/
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()
DCSSStyleSheet.h41 return adoptRef(new CSSStyleSheet(static_cast<CSSStyleSheet*>(0), String(), String())); in create()
45 return adoptRef(new CSSStyleSheet(ownerNode, String(), String())); in create()
49 return adoptRef(new CSSStyleSheet(ownerNode, href, String())); in create()
53 return adoptRef(new CSSStyleSheet(ownerNode, href, charset)); in create()
57 return adoptRef(new CSSStyleSheet(ownerRule, href, charset)); in create()
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()
DWebKitCSSMatrix.h42 return adoptRef(new WebKitCSSMatrix()); in create()
46 return adoptRef(new WebKitCSSMatrix(m)); in create()
50 return adoptRef(new WebKitCSSMatrix(m)); in create()
54 return adoptRef(new WebKitCSSMatrix(s, ec)); in create()
DCSSMutableStyleDeclaration.h62 return adoptRef(new CSSMutableStyleDeclaration); in create()
66 return adoptRef(new CSSMutableStyleDeclaration(parentRule)); in create()
70 return adoptRef(new CSSMutableStyleDeclaration(parentRule, properties, numProperties)); in create()
74 return adoptRef(new CSSMutableStyleDeclaration(0, properties, variableDependentValueCount)); in create()
/external/webkit/WebCore/svg/
DSVGPaint.h48 return adoptRef(new SVGPaint); in create()
52 return adoptRef(new SVGPaint(type)); in create()
56 return adoptRef(new SVGPaint(color)); in create()
60 return adoptRef(new SVGPaint(type, uri, String(), String())); in create()
64 return adoptRef(new SVGPaint(uri, color)); in create()
DSVGColor.h37 return adoptRef(new SVGColor(color)); in create()
41 return adoptRef(new SVGColor(color)); in create()
45 return adoptRef(new SVGColor(SVG_COLORTYPE_CURRENTCOLOR)); in createCurrentColor()
/external/webkit/WebCore/storage/
DDatabaseTask.h80 …static PassRefPtr<DatabaseOpenTask> create(Database* db) { return adoptRef(new DatabaseOpenTask(db… in create()
99 …static PassRefPtr<DatabaseCloseTask> create(Database* db) { return adoptRef(new DatabaseCloseTask(… in create()
112 …ransactionTask> create(PassRefPtr<SQLTransaction> transaction) { return adoptRef(new DatabaseTrans… in create()
130 …static PassRefPtr<DatabaseTableNamesTask> create(Database* db) { return adoptRef(new DatabaseTable… in create()
DLocalStorageTask.h47 …calStorageTask> createImport(PassRefPtr<StorageAreaSync> area) { return adoptRef(new LocalStorageT… in createImport()
48 …LocalStorageTask> createSync(PassRefPtr<StorageAreaSync> area) { return adoptRef(new LocalStorageT… in createSync()
49 …geTask> createTerminate(PassRefPtr<LocalStorageThread> thread) { return adoptRef(new LocalStorageT… in createTerminate()
DStorageNamespaceImpl.cpp52 …RefPtr<StorageNamespace> storageNamespace = adoptRef(new StorageNamespaceImpl(LocalStorage, lookup… in localStorageNamespace()
62 return adoptRef(new StorageNamespaceImpl(SessionStorage, String())); in sessionStorageNamespace()
99 return adoptRef(newNamespace); in copy()
111 storageArea = adoptRef(new StorageAreaImpl(m_storageType, origin, m_syncManager)); in storageArea()
/external/webkit/JavaScriptCore/wtf/
DPassRefPtr.h30 template <typename T> PassRefPtr<T> adoptRef(T*);
70 friend PassRefPtr adoptRef<T>(T*);
168 template <typename T> inline PassRefPtr<T> adoptRef(T* p) in adoptRef() function
175 return adoptRef(static_cast<T*>(p.releaseRef())); in static_pointer_cast()
180 return adoptRef(const_cast<T*>(p.releaseRef())); in const_pointer_cast()
191 using WTF::adoptRef;
/external/webkit/WebCore/xml/
DXSLStyleSheet.h43 return adoptRef(new XSLStyleSheet(parentImport, href)); in create()
47 return adoptRef(new XSLStyleSheet(parentNode, href, false)); in create()
51 return adoptRef(new XSLStyleSheet(parentNode, href, true)); in createEmbedded()
DXPathValue.h41 static PassRefPtr<ValueData> create() { return adoptRef(new ValueData); } in create()
42 …static PassRefPtr<ValueData> create(const NodeSet& nodeSet) { return adoptRef(new ValueData(nodeSe… in create()
43 …static PassRefPtr<ValueData> create(const String& string) { return adoptRef(new ValueData(string))… in create()
/external/webkit/WebCore/platform/
DSharedBuffer.h53 static PassRefPtr<SharedBuffer> create() { return adoptRef(new SharedBuffer); } in create()
54 …static PassRefPtr<SharedBuffer> create(const char* c, int i) { return adoptRef(new SharedBuffer(c,… in create()
55 …static PassRefPtr<SharedBuffer> create(const unsigned char* c, int i) { return adoptRef(new Shared… in create()
/external/webkit/WebCore/history/
DHistoryItem.h76 static PassRefPtr<HistoryItem> create() { return adoptRef(new HistoryItem); } in create()
79 return adoptRef(new HistoryItem(urlString, title, lastVisited)); in create()
83 return adoptRef(new HistoryItem(urlString, title, alternateTitle, lastVisited)); in create()
87 return adoptRef(new HistoryItem(url, target, parent, title)); in create()
192 void setBridge(android::WebHistoryItem* bridge) { m_bridge = adoptRef(bridge); } in setBridge()
/external/webkit/WebCore/dom/
DKeyboardEvent.h56 return adoptRef(new KeyboardEvent); in create()
60 return adoptRef(new KeyboardEvent(platformEvent, view)); in create()
66 … return adoptRef(new KeyboardEvent(type, canBubble, cancelable, view, keyIdentifier, keyLocation, in create()
DClientRectList.h41 static PassRefPtr<ClientRectList> create() { return adoptRef(new ClientRectList); } in create()
42 …static PassRefPtr<ClientRectList> create(const Vector<FloatQuad>& quads) { return adoptRef(new Cli… in create()
/external/webkit/WebCore/loader/archive/
DArchiveResource.cpp38 return data ? adoptRef(new ArchiveResource(data, url, response)) : 0; in create()
43 return data ? adoptRef(new ArchiveResource(data, url, mimeType, textEncoding, frameName)) : 0; in create()
48 …return data ? adoptRef(new ArchiveResource(data, url, mimeType, textEncoding, frameName, resourceR… in create()
/external/webkit/WebCore/platform/text/
DAtomicString.cpp91 return adoptRef(*addResult.first); in add()
184 return addResult.second ? adoptRef(*addResult.first) : *addResult.first; in add()
204 return addResult.second ? adoptRef(*addResult.first) : *addResult.first; in add()
241 return adoptRef(*addResult.first); in add()
258 return adoptRef(*addResult.first); in add()

12345678910>>...21