Searched defs:create (Results 1 - 25 of 734) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-780423.js29 create: function() {
35 var o1 = Class.create();
36 var o2 = Class.create();
/external/webkit/JavaScriptCore/API/
H A DOpaqueJSString.cpp35 PassRefPtr<OpaqueJSString> OpaqueJSString::create(const UString& ustring) function in class:OpaqueJSString
/external/webkit/JavaScriptCore/wtf/
H A DByteArray.cpp31 PassRefPtr<ByteArray> ByteArray::create(size_t size) function in class:WTF::ByteArray
/external/webkit/WebCore/bindings/v8/
H A DDOMWrapperWorld.h45 static PassRefPtr<DOMWrapperWorld> create() { return adoptRef(new DOMWrapperWorld()); } function in class:WebCore::DOMWrapperWorld
/external/webkit/WebCore/css/
H A DCSSInheritedValue.h31 static PassRefPtr<CSSInheritedValue> create() function in class:WebCore::CSSInheritedValue
/external/webkit/WebCore/html/canvas/
H A DCanvasNumberArray.cpp35 PassRefPtr<CanvasNumberArray> CanvasNumberArray::create(unsigned length) function in class:WebCore::CanvasNumberArray
H A DCanvasPixelArray.cpp34 PassRefPtr<CanvasPixelArray> CanvasPixelArray::create(unsigned length) function in class:WebCore::CanvasPixelArray
40 : m_data(WTF::ByteArray::create(length))
H A DWebGLUniformLocation.cpp35 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, long location) function in class:WebCore::WebGLUniformLocation
/external/webkit/WebCore/platform/graphics/filters/
H A DImageBufferFilter.cpp36 PassRefPtr<ImageBufferFilter> ImageBufferFilter::create() function in class:WebCore::ImageBufferFilter
/external/webkit/WebCore/xml/
H A DDOMParser.h31 static PassRefPtr<DOMParser> create() { return adoptRef(new DOMParser); } function in class:WebCore::DOMParser
/external/webkit/WebCore/accessibility/
H A DAccessibilityScrollbar.cpp41 PassRefPtr<AccessibilityScrollbar> AccessibilityScrollbar::create() function in class:WebCore::AccessibilityScrollbar
/external/webkit/WebCore/dom/
H A DDOMCoreException.h38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description) function in class:WebCore::DOMCoreException
H A DDOMImplementation.h43 static PassRefPtr<DOMImplementation> create() { return adoptRef(new DOMImplementation); } function in class:WebCore::DOMImplementation
H A DMessagePortChannel.cpp36 PassOwnPtr<MessagePortChannel::EventData> MessagePortChannel::EventData::create(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) function in class:WebCore::MessagePortChannel::EventData
/external/webkit/WebCore/editing/
H A DBreakBlockquoteCommand.h35 static PassRefPtr<BreakBlockquoteCommand> create(Document* document) function in class:WebCore::BreakBlockquoteCommand
H A DInsertLineBreakCommand.h35 static PassRefPtr<InsertLineBreakCommand> create(Document* document) function in class:WebCore::InsertLineBreakCommand
/external/webkit/WebCore/html/
H A DImageData.cpp34 PassRefPtr<ImageData> ImageData::create(unsigned width, unsigned height) function in class:WebCore::ImageData
42 , m_data(CanvasPixelArray::create(width * height * 4))
/external/webkit/WebCore/loader/
H A DFTPDirectoryDocument.h36 static PassRefPtr<FTPDirectoryDocument> create(Frame* frame) function in class:WebCore::FTPDirectoryDocument
H A DPlaceholderDocument.h35 static PassRefPtr<PlaceholderDocument> create(Frame* frame) function in class:WebCore::PlaceholderDocument
H A DTextDocument.h36 static PassRefPtr<TextDocument> create(Frame* frame) function in class:WebCore::TextDocument
/external/webkit/WebCore/mathml/
H A DMathMLMathElement.cpp44 PassRefPtr<MathMLMathElement> MathMLMathElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::MathMLMathElement
/external/webkit/WebCore/platform/
H A DSearchPopupMenu.h33 static PassRefPtr<SearchPopupMenu> create(PopupMenuClient* client) { return adoptRef(new SearchPopupMenu(client)); } function in class:WebCore::SearchPopupMenu
/external/webkit/WebCore/svg/
H A DSVGLengthList.h32 static PassRefPtr<SVGLengthList> create(const QualifiedName& attributeName) { return adoptRef(new SVGLengthList(attributeName)); } function in class:WebCore::SVGLengthList
H A DSVGNumberList.h34 static PassRefPtr<SVGNumberList> create(const QualifiedName& attributeName) { return adoptRef(new SVGNumberList(attributeName)); } function in class:WebCore::SVGNumberList
H A DSVGPathSegList.h36 static PassRefPtr<SVGPathSegList> create(const QualifiedName& attributeName) { return adoptRef(new SVGPathSegList(attributeName)); } function in class:WebCore::SVGPathSegList

Completed in 246 milliseconds

1234567891011>>