HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 251 - 275 of 4624) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageNamespace.cpp 53 return StorageArea::create(adoptPtr(localStorageNamespace->createStorageArea(origin->toString())), LocalStorage);
58 return StorageArea::create(adoptPtr(m_webStorageNamespace->createStorageArea(origin->toString())), SessionStorage);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDropShadowElement.cpp 34 , m_dx(SVGAnimatedNumber::create(this, SVGNames::dxAttr, SVGNumber::create(2)))
35 , m_dy(SVGAnimatedNumber::create(this, SVGNames::dyAttr, SVGNumber::create(2)))
36 , m_stdDeviation(SVGAnimatedNumberOptionalNumber::create(this, SVGNames::stdDeviationAttr, 2, 2))
37 , m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create()))
110 RefPtr<FilterEffect> effect = FEDropShadow::create(filter, stdDeviationX()->currentValue()->value(), stdDeviationY()->currentValue()->value(), m_dx->currentValue()->value(), m_dy->currentValue()->value(), color, opacity);
SVGFEMergeNodeElement.cpp 31 , m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create()))
SVGPolyElement.cpp 33 , m_points(SVGAnimatedPointList::create(this, SVGNames::pointsAttr, SVGPointList::create()))
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerThread.cpp 41 PassRefPtr<DedicatedWorkerThread> DedicatedWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) function in class:blink::DedicatedWorkerThread
59 return DedicatedWorkerGlobalScope::create(this, startupData, m_timeOrigin);
SharedWorkerThread.cpp 40 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);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEvent.h 37 static PassRefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> create() function in class:blink::FINAL
41 static PassRefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.h 48 static PassRefPtrWillBeRawPtr<MediaKeyMessageEvent> create() function in class:blink::FINAL
53 static PassRefPtrWillBeRawPtr<MediaKeyMessageEvent> create(const AtomicString& type, const MediaKeyMessageEventInit& initializer) function in class:blink::FINAL
MediaKeyNeededEvent.h 46 static PassRefPtrWillBeRawPtr<MediaKeyNeededEvent> create() function in class:blink::FINAL
51 static PassRefPtrWillBeRawPtr<MediaKeyNeededEvent> create(const AtomicString& type, const MediaKeyNeededEventInit& initializer) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.h 49 static DOMFileSystemSync* create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) function in class:blink::FINAL
54 static DOMFileSystemSync* create(DOMFileSystemBase*);
DataTransferItemFileSystem.cpp 78 return DirectoryEntry::create(domFileSystem, virtualPath);
79 return FileEntry::create(domFileSystem, virtualPath);
  /external/chromium_org/third_party/WebKit/Source/modules/geofencing/
CircularGeofencingRegion.cpp 13 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
CircularGeofencingRegion.h 19 static CircularGeofencingRegion* create(const Dictionary& init);
20 static CircularGeofencingRegion* create(const WebString& id, const WebCircularGeofencingRegion&);
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushController.cpp 18 PassOwnPtrWillBeRawPtr<PushController> PushController::create(WebPushClient* client) function in class:blink::PushController
37 PushController::provideTo(page, PushController::supplementName(), PushController::create(client));
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchEvent.h 26 static PassRefPtrWillBeRawPtr<FetchEvent> create();
27 static PassRefPtrWillBeRawPtr<FetchEvent> create(RespondWithObserver*, Request*);
FetchRequestData.cpp 18 FetchRequestData* FetchRequestData::create() function in class:blink::FetchRequestData
23 FetchRequestData* FetchRequestData::create(ExecutionContext* context) function in class:blink::FetchRequestData
25 FetchRequestData* request = FetchRequestData::create();
33 FetchRequestData* FetchRequestData::create(const WebServiceWorkerRequest& webRequest) function in class:blink::FetchRequestData
35 FetchRequestData* request = FetchRequestData::create();
54 FetchRequestData* request = FetchRequestData::create();
73 FetchRequestData* request = FetchRequestData::create();
95 , m_headerList(FetchHeaderList::create())
ServiceWorkerThread.cpp 40 PassRefPtr<ServiceWorkerThread> ServiceWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) function in class:blink::ServiceWorkerThread
56 return ServiceWorkerGlobalScope::create(this, startupData);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.h 41 static SpeechGrammar* create(); // FIXME: The spec is not clear on what the constructor should look like.
42 static SpeechGrammar* create(const KURL& src, double weight);
SpeechSynthesisEvent.h 36 static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create();
37 static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioProcessingEvent.h 40 static PassRefPtrWillBeRawPtr<AudioProcessingEvent> create();
41 static PassRefPtrWillBeRawPtr<AudioProcessingEvent> create(AudioBuffer* inputBuffer, AudioBuffer* outputBuffer, double playbackTime);
OfflineAudioCompletionEvent.cpp 33 PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create() function in class:blink::OfflineAudioCompletionEvent
38 PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create(AudioBuffer* renderedBuffer) function in class:blink::OfflineAudioCompletionEvent
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIController.cpp 54 PassOwnPtrWillBeRawPtr<MIDIController> MIDIController::create(PassOwnPtr<MIDIClient> client) function in class:blink::MIDIController
71 MIDIController::provideTo(frame, MIDIController::supplementName(), MIDIController::create(client));
  /external/chromium_org/third_party/WebKit/Source/platform/
ClockTest.cpp 44 OwnPtr<Clock> clock = Clock::create();
54 OwnPtr<Clock> clock = Clock::create();
DragImage.h 42 static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation, float deviceScaleFactor = 1);
43 static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebArrayBuffer.cpp 39 WebArrayBuffer WebArrayBuffer::create(unsigned numElements, unsigned elementByteSize) function in class:blink::WebArrayBuffer
41 RefPtr<ArrayBuffer> buffer = ArrayBuffer::create(numElements, elementByteSize);

Completed in 177 milliseconds

<<11121314151617181920>>