Searched refs:create (Results 151 - 175 of 4955) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCIceCandidateEvent.cpp36 PassRefPtr<RTCIceCandidateEvent> RTCIceCandidateEvent::create() function in class:WebCore::RTCIceCandidateEvent
41 PassRefPtr<RTCIceCandidateEvent> RTCIceCandidateEvent::create(bool canBubble, bool cancelable, PassRefPtr<RTCIceCandidate> candidate) function in class:WebCore::RTCIceCandidateEvent
H A DRTCIceCandidateEvent.h40 static PassRefPtr<RTCIceCandidateEvent> create();
41 static PassRefPtr<RTCIceCandidateEvent> create(bool canBubble, bool cancelable, PassRefPtr<RTCIceCandidate>);
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechGrammar.cpp36 PassRefPtr<SpeechGrammar> SpeechGrammar::create() function in class:WebCore::SpeechGrammar
41 PassRefPtr<SpeechGrammar> SpeechGrammar::create(const URL& src, double weight) function in class:WebCore::SpeechGrammar
H A DSpeechGrammar.h41 static PassRefPtr<SpeechGrammar> create(); // FIXME: The spec is not clear on what the constructor should look like.
42 static PassRefPtr<SpeechGrammar> create(const URL& src, double weight);
H A DSpeechSynthesisEvent.cpp33 PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create() function in class:WebCore::SpeechSynthesisEvent
38 PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) function in class:WebCore::SpeechSynthesisEvent
H A DSpeechSynthesisEvent.h38 static PassRefPtr<SpeechSynthesisEvent> create();
39 static PassRefPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
H A DSpeechSynthesisUtterance.cpp33 PassRefPtr<SpeechSynthesisUtterance> SpeechSynthesisUtterance::create(ScriptExecutionContext& context, const String& text) function in class:WebCore::SpeechSynthesisUtterance
40 , m_platformUtterance(PlatformSpeechSynthesisUtterance::create(this))
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioProcessingEvent.cpp36 PassRefPtr<AudioProcessingEvent> AudioProcessingEvent::create() function in class:WebCore::AudioProcessingEvent
41 PassRefPtr<AudioProcessingEvent> AudioProcessingEvent::create(PassRefPtr<AudioBuffer> inputBuffer, PassRefPtr<AudioBuffer> outputBuffer, double playbackTime) function in class:WebCore::AudioProcessingEvent
H A DOfflineAudioCompletionEvent.h39 static PassRefPtr<OfflineAudioCompletionEvent> create();
40 static PassRefPtr<OfflineAudioCompletionEvent> create(PassRefPtr<AudioBuffer> renderedBuffer);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSNodeFilterCustom.cpp43 RefPtr<NodeFilter> result = NodeFilter::create();
44 result->setCondition(JSNodeFilterCondition::create(vm, result.get(), value));
/macosx-10.10/WebCore-7600.1.25/crypto/algorithms/
H A DCryptoAlgorithmSHA1.cpp45 std::unique_ptr<CryptoAlgorithm> CryptoAlgorithmSHA1::create() function in class:WebCore::CryptoAlgorithmSHA1
57 std::unique_ptr<CryptoDigest> digest = CryptoDigest::create(CryptoAlgorithmIdentifier::SHA_1);
H A DCryptoAlgorithmSHA224.cpp45 std::unique_ptr<CryptoAlgorithm> CryptoAlgorithmSHA224::create() function in class:WebCore::CryptoAlgorithmSHA224
57 std::unique_ptr<CryptoDigest> digest = CryptoDigest::create(CryptoAlgorithmIdentifier::SHA_224);
H A DCryptoAlgorithmSHA256.cpp45 std::unique_ptr<CryptoAlgorithm> CryptoAlgorithmSHA256::create() function in class:WebCore::CryptoAlgorithmSHA256
57 std::unique_ptr<CryptoDigest> digest = CryptoDigest::create(CryptoAlgorithmIdentifier::SHA_256);
H A DCryptoAlgorithmSHA384.cpp45 std::unique_ptr<CryptoAlgorithm> CryptoAlgorithmSHA384::create() function in class:WebCore::CryptoAlgorithmSHA384
57 std::unique_ptr<CryptoDigest> digest = CryptoDigest::create(CryptoAlgorithmIdentifier::SHA_384);
H A DCryptoAlgorithmSHA512.cpp45 std::unique_ptr<CryptoAlgorithm> CryptoAlgorithmSHA512::create() function in class:WebCore::CryptoAlgorithmSHA512
57 std::unique_ptr<CryptoDigest> digest = CryptoDigest::create(CryptoAlgorithmIdentifier::SHA_512);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DClientRectList.h41 static PassRefPtr<ClientRectList> create() { return adoptRef(new ClientRectList); } function in class:WebCore::ClientRectList
42 static PassRefPtr<ClientRectList> create(const Vector<FloatQuad>& quads) { return adoptRef(new ClientRectList(quads)); } function in class:WebCore::ClientRectList
H A DComment.h32 static PassRefPtr<Comment> create(Document&, const String&);
33 static PassRefPtr<Comment> create(ScriptExecutionContext&, const String&);
H A DDeviceMotionEvent.h38 static PassRefPtr<DeviceMotionEvent> create() function in class:WebCore::DeviceMotionEvent
42 static PassRefPtr<DeviceMotionEvent> create(const AtomicString& eventType, DeviceMotionData* deviceMotionData) function in class:WebCore::DeviceMotionEvent
H A DDeviceOrientationEvent.h38 static PassRefPtr<DeviceOrientationEvent> create() function in class:WebCore::DeviceOrientationEvent
42 static PassRefPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientationData* orientation) function in class:WebCore::DeviceOrientationEvent
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLBRElement.h33 static PassRefPtr<HTMLBRElement> create(Document&);
34 static PassRefPtr<HTMLBRElement> create(const QualifiedName&, Document&);
H A DHTMLLIElement.h32 static PassRefPtr<HTMLLIElement> create(Document&);
33 static PassRefPtr<HTMLLIElement> create(const QualifiedName&, Document&);
H A DHTMLTableRowElement.h35 static PassRefPtr<HTMLTableRowElement> create(Document&);
36 static PassRefPtr<HTMLTableRowElement> create(const QualifiedName&, Document&);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLContextAttributes.h41 static PassRefPtr<WebGLContextAttributes> create();
44 static PassRefPtr<WebGLContextAttributes> create(GraphicsContext3D::Attributes attributes);
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DDetailsMarkerControl.h43 static PassRefPtr<DetailsMarkerControl> create(Document&);
55 inline PassRefPtr<DetailsMarkerControl> DetailsMarkerControl::create(Document& document) function in class:WebCore::DetailsMarkerControl
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTrackEvent.h46 static PassRefPtr<TrackEvent> create() function in class:WebCore::TrackEvent
51 static PassRefPtr<TrackEvent> create(const AtomicString& type, const TrackEventInit& initializer) function in class:WebCore::TrackEvent

Completed in 138 milliseconds

1234567891011>>