Searched refs:create (Results 251 - 275 of 4414) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPolyElement.cpp33 , m_points(SVGAnimatedPointList::create(this, SVGNames::pointsAttr, SVGPointList::create()))
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DDedicatedWorkerThread.cpp41 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);
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);
/external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
H A DFederatedCredential.cpp13 FederatedCredential* FederatedCredential::create(const String& id, const String& name, const String& avatar, const String& federation, ExceptionState& exceptionState) function in class:blink::FederatedCredential
23 : Credential(PlatformFederatedCredential::create(id, name, avatar, federation))
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDataTransferItemFileSystem.cpp78 return DirectoryEntry::create(domFileSystem, virtualPath);
79 return FileEntry::create(domFileSystem, virtualPath);
H A DMetadata.h43 static Metadata* create(const FileMetadata& platformMetadata) function in class:blink::Metadata
48 static Metadata* create(Metadata* metadata) function in class:blink::Metadata
/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/mediastream/
H A DMediaStreamTrackEvent.h40 static PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> create();
41 static PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> create(const AtomicString& type, bool canBubble, bool cancelable, MediaStreamTrack*);
H A DRTCDataChannelEvent.h39 static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create();
40 static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create(const AtomicString& type, bool canBubble, bool cancelable, RTCDataChannel*);
H A DRTCIceCandidate.h46 static RTCIceCandidate* create(const Dictionary&, ExceptionState&);
47 static RTCIceCandidate* create(WebRTCICECandidate);
H A DRTCIceCandidateEvent.h39 static PassRefPtrWillBeRawPtr<RTCIceCandidateEvent> create();
40 static PassRefPtrWillBeRawPtr<RTCIceCandidateEvent> create(bool canBubble, bool cancelable, RTCIceCandidate*);
H A DRTCSessionDescription.h46 static RTCSessionDescription* create(const Dictionary&, ExceptionState&);
47 static RTCSessionDescription* create(WebRTCSessionDescription);
/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));
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DExtendableEvent.h44 static PassRefPtrWillBeRawPtr<ExtendableEvent> create();
45 static PassRefPtrWillBeRawPtr<ExtendableEvent> create(const AtomicString& type, const EventInit&, WaitUntilObserver*);
H A DFetchEvent.h26 static PassRefPtrWillBeRawPtr<FetchEvent> create();
27 static PassRefPtrWillBeRawPtr<FetchEvent> create(RespondWithObserver*, Request*);
H A DFetchRequestData.cpp18 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())
H A DInstallEvent.h45 static PassRefPtrWillBeRawPtr<InstallEvent> create();
46 static PassRefPtrWillBeRawPtr<InstallEvent> create(const AtomicString& type, const EventInit&, WaitUntilObserver*);
H A DServiceWorkerThread.cpp40 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/
H A DSpeechGrammar.h41 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);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DOfflineAudioCompletionEvent.cpp33 PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create() function in class:blink::OfflineAudioCompletionEvent
38 PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create(AudioBuffer* renderedBuffer) function in class:blink::OfflineAudioCompletionEvent
H A DOfflineAudioCompletionEvent.h40 static PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> create();
41 static PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> create(AudioBuffer* renderedBuffer);
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIController.cpp54 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/
H A DClockTest.cpp44 OwnPtr<Clock> clock = Clock::create();
54 OwnPtr<Clock> clock = Clock::create();
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebArrayBuffer.cpp39 WebArrayBuffer WebArrayBuffer::create(unsigned numElements, unsigned elementByteSize) function in class:blink::WebArrayBuffer
41 RefPtr<ArrayBuffer> buffer = ArrayBuffer::create(numElements, elementByteSize);
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisVoice.cpp31 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) function in class:blink::PlatformSpeechSynthesisVoice
36 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create() function in class:blink::PlatformSpeechSynthesisVoice

Completed in 225 milliseconds

<<11121314151617181920>>