Searched refs:create (Results 51 - 75 of 4955) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMenuElement.h32 static PassRefPtr<HTMLMenuElement> create(const QualifiedName&, Document&);
H A DHTMLSpanElement.h35 static PassRefPtr<HTMLSpanElement> create(const QualifiedName&, Document&);
H A DImageData.h43 static PassRefPtr<ImageData> create(unsigned sw, unsigned sh, ExceptionCode&);
44 static PassRefPtr<ImageData> create(const IntSize&);
45 static PassRefPtr<ImageData> create(const IntSize&, PassRefPtr<Uint8ClampedArray>);
46 static PassRefPtr<ImageData> create(PassRefPtr<Uint8ClampedArray>, unsigned sw, unsigned sh, ExceptionCode&);
H A DHTMLDivElement.h32 static PassRefPtr<HTMLDivElement> create(Document&);
33 static PassRefPtr<HTMLDivElement> create(const QualifiedName&, Document&);
H A DHTMLHRElement.h32 static PassRefPtr<HTMLHRElement> create(Document&);
33 static PassRefPtr<HTMLHRElement> create(const QualifiedName&, Document&);
H A DHTMLHeadElement.cpp40 PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(Document& document) function in class:WebCore::HTMLHeadElement
45 PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(const QualifiedName& tagName, Document& document) function in class:WebCore::HTMLHeadElement
H A DHTMLParagraphElement.h32 static PassRefPtr<HTMLParagraphElement> create(Document&);
33 static PassRefPtr<HTMLParagraphElement> create(const QualifiedName&, Document&);
H A DHTMLUListElement.h32 static PassRefPtr<HTMLUListElement> create(Document&);
33 static PassRefPtr<HTMLUListElement> create(const QualifiedName&, Document&);
/macosx-10.10/WebCore-7600.1.25/page/
H A DWebKitNamespace.cpp38 , m_messageHandlerNamespace(UserMessageHandlersNamespace::create(frame))
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDisplaySleepDisabler.cpp32 std::unique_ptr<DisplaySleepDisabler> DisplaySleepDisabler::create(const char* reason) function in class:WebCore::DisplaySleepDisabler
H A DDisplaySleepDisabler.h33 static std::unique_ptr<DisplaySleepDisabler> create(const char*);
/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplaySessionSegment.cpp43 PassRefPtr<ReplaySessionSegment> ReplaySessionSegment::create() function in class:WebCore::ReplaySessionSegment
64 return CapturingInputCursor::create(*m_storage);
69 return ReplayingInputCursor::create(*m_storage, page, client);
74 return FunctorInputCursor::create(*m_storage);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIFrameHandle.cpp31 PassRefPtr<FrameHandle> FrameHandle::create(uint64_t frameID) function in class:API::FrameHandle
H A DAPIPageHandle.cpp31 RefPtr<PageHandle> PageHandle::create(uint64_t pageID) function in class:API::PageHandle
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebUndoStep.cpp37 PassRefPtr<WebUndoStep> WebUndoStep::create(PassRefPtr<WebCore::UndoStep> step) function in class:WebKit::WebUndoStep
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_json.tcl28 namespace ensemble create
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkpi_mbuf_internal.h10 * may not be used to create, or enable the creation or redistribution of,
35 mbuf_tag_id_t * out_id, int create);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DMyBase.pm25 my $create = sprintf "CREATE TABLE $table ( %s )", $self->create_sql;
27 $dbh->do($create);
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/t/
H A Dsegv.t11 Data::UUID->create;
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DOfflineAudioCompletionEvent.cpp36 PassRefPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create() function in class:WebCore::OfflineAudioCompletionEvent
41 PassRefPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create(PassRefPtr<AudioBuffer> renderedBuffer) function in class:WebCore::OfflineAudioCompletionEvent
/macosx-10.10/WebCore-7600.1.25/dom/
H A DEntityReference.cpp34 PassRefPtr<EntityReference> EntityReference::create(Document& document, const String& entityName) function in class:WebCore::EntityReference
51 return create(document(), m_entityName);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DSinkDocument.cpp35 static PassRefPtr<SinkDocumentParser> create(SinkDocument& document) function in class:WebCore::final
61 return SinkDocumentParser::create(*this);
/macosx-10.10/WebCore-7600.1.25/pdf/ios/
H A DPDFDocument.cpp37 static PassRefPtr<PDFDocumentParser> create(PDFDocument& document) function in class:WebCore::PDFDocumentParser
64 return PDFDocumentParser::create(*this);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEDistantLightElement.cpp36 PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const QualifiedName& tagName, Document& document) function in class:WebCore::SVGFEDistantLightElement
43 return DistantLightSource::create(azimuth(), elevation());
H A DSVGFEPointLightElement.cpp36 PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const QualifiedName& tagName, Document& document) function in class:WebCore::SVGFEPointLightElement
43 return PointLightSource::create(FloatPoint3D(x(), y(), z()));

Completed in 397 milliseconds

1234567891011>>