Searched refs:create (Results 276 - 300 of 3678) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/html/
H A DHTMLQuoteElement.h34 static PassRefPtr<HTMLQuoteElement> create(const QualifiedName&, Document*);
H A DHTMLTableCaptionElement.h35 static PassRefPtr<HTMLTableCaptionElement> create(const QualifiedName&, Document*);
H A DResetInputType.h40 static PassOwnPtr<InputType> create(HTMLInputElement*);
H A DSearchInputType.cpp38 PassOwnPtr<InputType> SearchInputType::create(HTMLInputElement* element) function in class:WebCore::SearchInputType
H A DSearchInputType.h40 static PassOwnPtr<InputType> create(HTMLInputElement*);
H A DTelephoneInputType.cpp38 PassOwnPtr<InputType> TelephoneInputType::create(HTMLInputElement* element) function in class:WebCore::TelephoneInputType
H A DTelephoneInputType.h40 static PassOwnPtr<InputType> create(HTMLInputElement*);
H A DTextDocument.h34 static PassRefPtr<TextDocument> create(Frame* frame, const KURL& url) function in class:WebCore::TextDocument
H A DTextInputType.h40 static PassOwnPtr<InputType> create(HTMLInputElement*);
H A DTextMetrics.h36 static PassRefPtr<TextMetrics> create() { return adoptRef(new TextMetrics); } function in class:WebCore::TextMetrics
H A DURLInputType.h40 static PassOwnPtr<InputType> create(HTMLInputElement*);
/external/webkit/Source/WebCore/html/canvas/
H A DArrayBuffer.cpp33 PassRefPtr<ArrayBuffer> ArrayBuffer::create(unsigned numElements, unsigned elementByteSize) function in class:WebCore::ArrayBuffer
41 PassRefPtr<ArrayBuffer> ArrayBuffer::create(ArrayBuffer* other) function in class:WebCore::ArrayBuffer
43 return ArrayBuffer::create(other->data(), other->byteLength());
46 PassRefPtr<ArrayBuffer> ArrayBuffer::create(void* source, unsigned byteLength) function in class:WebCore::ArrayBuffer
H A DOESStandardDerivatives.h37 static PassRefPtr<OESStandardDerivatives> create();
H A DOESTextureFloat.h37 static PassRefPtr<OESTextureFloat> create();
H A DWebKitLoseContext.cpp51 PassRefPtr<WebKitLoseContext> WebKitLoseContext::create(WebGLRenderingContext* context) function in class:WebCore::WebKitLoseContext
/external/webkit/Source/WebCore/html/parser/
H A DTextDocumentParser.h35 static PassRefPtr<TextDocumentParser> create(HTMLDocument* document) function in class:WebCore::TextDocumentParser
H A DTextViewSourceParser.h35 static PassRefPtr<TextViewSourceParser> create(HTMLViewSourceDocument* document) function in class:WebCore::TextViewSourceParser
/external/webkit/Source/WebCore/loader/
H A DPlaceholderDocument.h35 static PassRefPtr<PlaceholderDocument> create(Frame* frame, const KURL& url) function in class:WebCore::PlaceholderDocument
H A DSinkDocument.h35 static PassRefPtr<SinkDocument> create(Frame* frame, const KURL& url) function in class:WebCore::SinkDocument
/external/webkit/Source/WebCore/loader/archive/
H A DArchiveFactory.h44 static PassRefPtr<Archive> create(SharedBuffer* data, const String& mimeType);
/external/webkit/Source/WebCore/mathml/
H A DMathMLElement.h38 static PassRefPtr<MathMLElement> create(const QualifiedName& tagName, Document*);
H A DMathMLInlineContainerElement.h37 static PassRefPtr<MathMLInlineContainerElement> create(const QualifiedName& tagName, Document*);
H A DMathMLMathElement.h37 static PassRefPtr<MathMLMathElement> create(const QualifiedName& tagName, Document*);
H A DMathMLTextElement.h37 static PassRefPtr<MathMLTextElement> create(const QualifiedName& tagName, Document*);
/external/webkit/Source/WebCore/page/
H A DConnection.h44 static PassRefPtr<Connection> create() { return adoptRef(new Connection()); } function in class:WebCore::Connection

Completed in 667 milliseconds

<<11121314151617181920>>