/external/webkit/Source/WebCore/storage/ |
H A D | IDBFactoryBackendInterface.cpp | 41 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create() function in class:WebCore::IDBFactoryBackendInterface 43 return IDBFactoryBackendImpl::create();
|
/external/webkit/Source/WebCore/storage/chromium/ |
H A D | IDBFactoryBackendInterface.cpp | 37 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create() function in class:WebCore::IDBFactoryBackendInterface
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-780423.js | 29 create: function() { 35 var o1 = Class.create(); 36 var o2 = Class.create();
|
/external/webkit/Source/JavaScriptCore/API/ |
H A D | OpaqueJSString.cpp | 35 PassRefPtr<OpaqueJSString> OpaqueJSString::create(const UString& ustring) function in class:OpaqueJSString
|
/external/webkit/Source/JavaScriptCore/wtf/ |
H A D | ByteArray.cpp | 32 PassRefPtr<ByteArray> ByteArray::create(size_t size) function in class:WTF::ByteArray
|
/external/webkit/Source/WebCore/bindings/cpp/ |
H A D | WebDOMCustomVoidCallback.h | 40 static PassRefPtr<WebDOMCustomVoidCallback> create() function in class:WebDOMCustomVoidCallback
|
H A D | WebNativeNodeFilterCondition.h | 29 static PassRefPtr<WebNativeNodeFilterCondition> create(WebUserNodeFilter* filter) function in class:WebNativeNodeFilterCondition
|
/external/webkit/Source/WebCore/css/ |
H A D | CSSInheritedValue.h | 31 static PassRefPtr<CSSInheritedValue> create() function in class:WebCore::CSSInheritedValue
|
/external/webkit/Source/WebCore/rendering/ |
H A D | ShadowElement.cpp | 32 PassRefPtr<ShadowInputElement> ShadowInputElement::create(HTMLElement* shadowParent) function in class:WebCore::ShadowInputElement
|
/external/webkit/Source/WebCore/xml/ |
H A D | DOMParser.h | 32 static PassRefPtr<DOMParser> create() { return adoptRef(new DOMParser); } function in class:WebCore::DOMParser
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
H A D | WebFrameNetworkingContext.h | 24 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame) function in class:WebFrameNetworkingContext
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
H A D | WebPopupMenuProxyQt.h | 35 static PassRefPtr<WebPopupMenuProxyQt> create() function in class:WebKit::WebPopupMenuProxyQt
|
/external/webkit/Source/WebCore/dom/ |
H A D | DOMCoreException.h | 38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description) function in class:WebCore::DOMCoreException
|
H A D | MessagePortChannel.cpp | 36 PassOwnPtr<MessagePortChannel::EventData> MessagePortChannel::EventData::create(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) function in class:WebCore::MessagePortChannel::EventData
|
/external/webkit/Source/WebCore/editing/ |
H A D | BreakBlockquoteCommand.h | 35 static PassRefPtr<BreakBlockquoteCommand> create(Document* document) function in class:WebCore::BreakBlockquoteCommand
|
H A D | InsertLineBreakCommand.h | 35 static PassRefPtr<InsertLineBreakCommand> create(Document* document) function in class:WebCore::InsertLineBreakCommand
|
/external/webkit/Source/WebCore/html/ |
H A D | HTMLBaseFontElement.cpp | 38 PassRefPtr<HTMLBaseFontElement> HTMLBaseFontElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLBaseFontElement
|
H A D | HTMLDListElement.cpp | 38 PassRefPtr<HTMLDListElement> HTMLDListElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLDListElement
|
H A D | HTMLDirectoryElement.cpp | 38 PassRefPtr<HTMLDirectoryElement> HTMLDirectoryElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLDirectoryElement
|
H A D | HTMLHeadElement.cpp | 40 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 D | HTMLHeadingElement.cpp | 33 PassRefPtr<HTMLHeadingElement> HTMLHeadingElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLHeadingElement
|
H A D | HTMLMenuElement.cpp | 38 PassRefPtr<HTMLMenuElement> HTMLMenuElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLMenuElement
|
H A D | ImageData.cpp | 34 PassRefPtr<ImageData> ImageData::create(const IntSize& size) function in class:WebCore::ImageData 39 PassRefPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<ByteArray> byteArray) function in class:WebCore::ImageData 46 , m_data(CanvasPixelArray::create(size.width() * size.height() * 4)) 52 , m_data(CanvasPixelArray::create(byteArray))
|
/external/webkit/Source/WebCore/html/canvas/ |
H A D | CanvasPixelArray.cpp | 34 PassRefPtr<CanvasPixelArray> CanvasPixelArray::create(unsigned length) function in class:WebCore::CanvasPixelArray 39 PassRefPtr<CanvasPixelArray> CanvasPixelArray::create(PassRefPtr<ByteArray> byteArray) function in class:WebCore::CanvasPixelArray 45 : m_data(ByteArray::create(length))
|
/external/webkit/Source/WebCore/html/parser/ |
H A D | TextViewSourceParser.h | 35 static PassRefPtr<TextViewSourceParser> create(HTMLViewSourceDocument* document) function in class:WebCore::TextViewSourceParser
|