Searched refs:new (Results 351 - 375 of 1611) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/html/shadow/
H A DDetailsMarkerControl.h56 return adoptRef(new DetailsMarkerControl(document));
/external/webkit/Source/WebCore/page/
H A DBarInfo.h43 static PassRefPtr<BarInfo> create(Frame* frame, Type type) { return adoptRef(new BarInfo(frame, type)); }
H A DGeolocationError.h45 static PassRefPtr<GeolocationError> create(ErrorCode code, const String& message) { return adoptRef(new GeolocationError(code, message)); }
H A DMemoryInfo.h43 static PassRefPtr<MemoryInfo> create(Frame* frame) { return adoptRef(new MemoryInfo(frame)); }
H A DPerformance.h47 static PassRefPtr<Performance> create(Frame* frame) { return adoptRef(new Performance(frame)); }
H A DPerformanceNavigation.h45 static PassRefPtr<PerformanceNavigation> create(Frame* frame) { return adoptRef(new PerformanceNavigation(frame)); }
H A DScreen.h42 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
H A DWebKitAnimation.h41 return adoptRef(new WebKitAnimation(keyframeAnimation));
H A DWebKitAnimationList.h42 return adoptRef(new WebKitAnimationList());
H A DWorkerNavigator.h41 static PassRefPtr<WorkerNavigator> create(const String& userAgent) { return adoptRef(new WorkerNavigator(userAgent)); }
/external/webkit/Source/WebCore/platform/animation/
H A DTimingFunction.h60 return adoptRef(new LinearTimingFunction);
81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2));
86 return adoptRef(new CubicBezierTimingFunction());
131 return adoptRef(new StepsTimingFunction(steps, stepAtStart));
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DPrerenderedInval.h47 return adoptRef(new PrerenderedInval(ir));
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCCanvasLayerImpl.h39 return adoptRef(new CCCanvasLayerImpl(owner));
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DDistantLightSource.h35 return adoptRef(new DistantLightSource(azimuth, elevation));
H A DPointLightSource.h35 return adoptRef(new PointLightSource(position));
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DStillImageHaiku.h40 return adoptRef(new StillImage(bitmap));
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DIdentityTransformOperation.h36 return adoptRef(new IdentityTransformOperation());
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebLayer.h41 return adoptRef(new WebLayer(layerType, owner));
/external/webkit/Source/WebCore/storage/
H A DChangeVersionWrapper.h43 static PassRefPtr<ChangeVersionWrapper> create(const String& oldVersion, const String& newVersion) { return adoptRef(new ChangeVersionWrapper(oldVersion, newVersion)); }
H A DDatabaseTask.h103 return adoptPtr(new DatabaseOpenTask(db, setVersionInNewDatabase, synchronizer, code, success));
123 return adoptPtr(new DatabaseCloseTask(db, synchronizer));
140 return adoptPtr(new DatabaseTransactionTask(transaction));
160 return adoptPtr(new DatabaseTableNamesTask(db, synchronizer, names));
H A DIDBFactory.h53 return adoptRef(new IDBFactory(factory));
H A DSQLError.h41 static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQLError(code, message)); }
H A DSQLException.h44 return adoptRef(new SQLException(description));
H A DSQLResultSetRowList.h41 static PassRefPtr<SQLResultSetRowList> create() { return adoptRef(new SQLResultSetRowList); }
H A DStorageInfo.h55 return adoptRef(new StorageInfo());

Completed in 336 milliseconds

<<11121314151617181920>>