Searched defs:create (Results 276 - 300 of 1914) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegLinetoRel.h32 static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, float x, float y) function in class:blink::FINAL
H A DSVGPathSegMovetoAbs.h32 static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, float x, float y) function in class:blink::FINAL
H A DSVGPathSegMovetoRel.h32 static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, float x, float y) function in class:blink::FINAL
H A DSVGPointListTearOff.h44 static PassRefPtr<SVGPointListTearOff> create(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) function in class:blink::FINAL
H A DSVGPointTearOff.h45 static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) function in class:blink::SVGPointTearOff
H A DSVGStaticStringList.h45 static PassRefPtr<SVGStaticStringList> create(SVGElement* contextElement, const QualifiedName& attributeName) function in class:blink::FINAL
H A DSVGTransformListTearOff.h45 static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) function in class:blink::FINAL
H A DSVGZoomEvent.h34 static PassRefPtrWillBeRawPtr<SVGZoomEvent> create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageCache.h42 static PassOwnPtr<SVGImageCache> create(SVGImage* image) function in class:blink::SVGImageCache
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DGCObservation.h46 static GCObservation* create(v8::Handle<v8::Value> observedValue) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DMemoryInfo.h45 static PassRefPtrWillBeRawPtr<MemoryInfo> create() function in class:blink::FINAL
H A DPerformanceMark.h39 static PassRefPtrWillBeRawPtr<PerformanceMark> create(const String& name, double startTime) function in class:blink::FINAL
H A DPerformanceUserTiming.h49 static PassRefPtrWillBeRawPtr<UserTiming> create(Performance* performance) function in class:blink::UserTiming
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorkerThread.cpp40 PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) function in class:blink::SharedWorkerThread
57 return SharedWorkerGlobalScope::create(m_name, this, startupData);
H A DWorkerLocation.h44 static PassRefPtrWillBeRawPtr<WorkerLocation> create(const KURL& url) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoKey.h49 static CryptoKey* create(const WebCryptoKey& key) function in class:blink::CryptoKey
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationEvent.h40 static PassRefPtrWillBeRawPtr<DeviceOrientationEvent> create() function in class:blink::FINAL
44 static PassRefPtrWillBeRawPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientationData* orientation) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystemSync.h49 static DOMFileSystemSync* create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) function in class:blink::FINAL
54 static DOMFileSystemSync* create(DOMFileSystemBase*);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DWebKitGamepad.h18 static WebKitGamepad* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DCircularGeofencingRegion.cpp13 CircularGeofencingRegion* CircularGeofencingRegion::create(const Dictionary& dictionary) function in class:blink::CircularGeofencingRegion
24 CircularGeofencingRegion* CircularGeofencingRegion::create(const WebString& id, const WebCircularGeofencingRegion& region) function in class:blink::CircularGeofencingRegion
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursorWithValue.cpp35 IDBCursorWithValue* IDBCursorWithValue::create(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) function in class:blink::IDBCursorWithValue
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaDeviceInfo.cpp33 MediaDeviceInfo* MediaDeviceInfo::create(const WebMediaDeviceInfo& webMediaDeviceInfo) function in class:blink::MediaDeviceInfo
H A DSourceInfo.cpp33 SourceInfo* SourceInfo::create(const WebSourceInfo& webSourceInfo) function in class:blink::SourceInfo
/external/chromium_org/third_party/WebKit/Source/modules/presentation/
H A DPresentation.cpp22 Presentation* Presentation::create(ExecutionContext* executionContext) function in class:blink::Presentation
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushController.cpp18 PassOwnPtrWillBeRawPtr<PushController> PushController::create(WebPushClient* client) function in class:blink::PushController
37 PushController::provideTo(page, PushController::supplementName(), PushController::create(client));

Completed in 153 milliseconds

<<11121314151617181920>>