Searched
refs:adoptRef (Results
351 -
375 of
1190) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/storage/ |
SQLError.h | 41 static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQLError(code, message)); }
|
SQLResultSetRowList.h | 41 static PassRefPtr<SQLResultSetRowList> create() { return adoptRef(new SQLResultSetRowList); }
|
StorageInfo.h | 55 return adoptRef(new StorageInfo());
|
/external/webkit/Source/WebCore/storage/wince/ |
DatabaseThreadWinCE.h | 38 static PassRefPtr<DatabaseThread> create() { return adoptRef(new DatabaseThread); }
|
/external/webkit/Source/WebCore/svg/ |
SVGDocument.h | 38 return adoptRef(new SVGDocument(frame, url));
|
SVGFESpotLightElement.cpp | 36 return adoptRef(new SVGFESpotLightElement(tagName, document));
|
SVGPolygonElement.cpp | 37 return adoptRef(new SVGPolygonElement(tagName, document));
|
SVGPolylineElement.cpp | 37 return adoptRef(new SVGPolylineElement(tagName, document));
|
/external/webkit/Source/WebCore/svg/graphics/ |
SVGImage.h | 43 return adoptRef(new SVGImage(observer));
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedStaticPropertyTearOff.h | 57 return adoptRef(new SVGAnimatedStaticPropertyTearOff<PropertyType>(contextElement, attributeName, property));
|
SVGAnimatedTransformListPropertyTearOff.h | 52 return adoptRef(new SVGAnimatedTransformListPropertyTearOff(contextElement, attributeName, values));
|
/external/webkit/Source/WebCore/webaudio/ |
AudioGainNode.h | 44 return adoptRef(new AudioGainNode(context, sampleRate));
|
ConvolverNode.h | 42 return adoptRef(new ConvolverNode(context, sampleRate));
|
OfflineAudioDestinationNode.h | 43 return adoptRef(new OfflineAudioDestinationNode(context, renderTarget));
|
/external/webkit/Source/WebCore/workers/ |
DedicatedWorkerContext.h | 48 return adoptRef(new DedicatedWorkerContext(url, userAgent, thread));
|
SharedWorkerContext.h | 48 return adoptRef(new SharedWorkerContext(name, url, userAgent, thread));
|
WorkerLocation.h | 44 return adoptRef(new WorkerLocation(url));
|
/external/webkit/Source/WebCore/xml/ |
XPathEvaluator.h | 47 static PassRefPtr<XPathEvaluator> create() { return adoptRef(new XPathEvaluator); }
|
XPathExpression.h | 50 static PassRefPtr<XPathExpression> create() { return adoptRef(new XPathExpression); }
|
/external/webkit/Source/WebKit/chromium/src/ |
IDBFactoryBackendProxy.cpp | 52 return adoptRef(new IDBFactoryBackendProxy());
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DocumentLoaderGtk.h | 48 return adoptRef(new DocumentLoader(request, data));
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
FrameNetworkingContextQt.cpp | 41 return adoptRef(new FrameNetworkingContextQt(frame, originatingObject, mimeSniffingEnabled, networkAccessManager));
|
/external/webkit/Source/WebKit2/Shared/ |
WebContextMenuItem.h | 42 return adoptRef(new WebContextMenuItem(data));
|
WebImage.cpp | 44 return adoptRef(new WebImage(bitmap));
|
WebNumber.h | 41 return adoptRef(new WebNumber(value));
|
Completed in 1924 milliseconds
<<11121314151617181920>>