HomeSort by relevance Sort by last modified time
    Searched defs:create (Results 51 - 75 of 1932) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderbuffer.cpp 36 PassRefPtr<WebGLRenderbuffer> WebGLRenderbuffer::create(WebGLRenderingContext* ctx) function in class:WebCore::WebGLRenderbuffer
WebGLShader.cpp 36 PassRefPtr<WebGLShader> WebGLShader::create(WebGLRenderingContext* ctx, GC3Denum type) function in class:WebCore::WebGLShader
  /external/webkit/Source/WebCore/html/parser/
TextViewSourceParser.h 35 static PassRefPtr<TextViewSourceParser> create(HTMLViewSourceDocument* document) function in class:WebCore::TextViewSourceParser
  /external/webkit/Source/WebCore/html/shadow/
DetailsMarkerControl.h 44 static PassRefPtr<DetailsMarkerControl> create(Document*);
54 inline PassRefPtr<DetailsMarkerControl> DetailsMarkerControl::create(Document* document) function in class:WebCore::DetailsMarkerControl
  /external/webkit/Source/WebCore/loader/
FormState.cpp 45 PassRefPtr<FormState> FormState::create(PassRefPtr<HTMLFormElement> form, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Frame> sourceFrame, FormSubmissionTrigger formSubmissionTrigger) function in class:WebCore::FormState
PlaceholderDocument.h 35 static PassRefPtr<PlaceholderDocument> create(Frame* frame, const KURL& url) function in class:WebCore::PlaceholderDocument
SinkDocument.h 35 static PassRefPtr<SinkDocument> create(Frame* frame, const KURL& url) function in class:WebCore::SinkDocument
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResource.cpp 45 PassRefPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, const KURL& url, const String& mimeType, const String& textEncoding, const String& frameName, const ResourceResponse& response) function in class:WebCore::ArchiveResource
57 PassRefPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, const KURL& url, const ResourceResponse& response) function in class:WebCore::ArchiveResource
59 return create(data, url, response.mimeType(), response.textEncodingName(), String(), response);
  /external/webkit/Source/WebCore/mathml/
MathMLInlineContainerElement.cpp 52 PassRefPtr<MathMLInlineContainerElement> MathMLInlineContainerElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::MathMLInlineContainerElement
MathMLTextElement.cpp 45 PassRefPtr<MathMLTextElement> MathMLTextElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::MathMLTextElement
  /external/webkit/Source/WebCore/page/
SpeechInputResultList.cpp 38 PassRefPtr<SpeechInputResultList> SpeechInputResultList::create(const SpeechInputResultArray& results) function in class:WebCore::SpeechInputResultList
  /external/webkit/Source/WebCore/platform/audio/
Panner.cpp 41 PassOwnPtr<Panner> Panner::create(PanningModel model, double sampleRate) function in class:WebCore::Panner
  /external/webkit/Source/WebCore/platform/efl/
ClipboardEfl.h 31 static PassRefPtr<ClipboardEfl> create(ClipboardAccessPolicy policy, ClipboardType clipboardType = CopyAndPaste) function in class:WebCore::ClipboardEfl
  /external/webkit/Source/WebCore/platform/network/curl/
SocketStreamHandle.h 48 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); } function in class:WebCore::SocketStreamHandle
  /external/webkit/Source/WebCore/platform/network/win/
SocketStreamHandle.h 48 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); } function in class:WebCore::SocketStreamHandle
  /external/webkit/Source/WebCore/platform/wx/
ClipboardWx.h 38 static PassRefPtr<ClipboardWx> create(ClipboardAccessPolicy policy, ClipboardType clipboardType) function in class:WebCore::ClipboardWx
  /external/webkit/Source/WebCore/rendering/
ShadowElement.cpp 32 PassRefPtr<ShadowInputElement> ShadowInputElement::create(HTMLElement* shadowParent) function in class:WebCore::ShadowInputElement
  /external/webkit/Source/WebCore/storage/
IDBDatabaseError.h 40 static PassRefPtr<IDBDatabaseError> create(unsigned short code, const String& message) function in class:WebCore::IDBDatabaseError
  /external/webkit/Source/WebCore/svg/
SVGAnimateColorElement.cpp 33 PassRefPtr<SVGAnimateColorElement> SVGAnimateColorElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGAnimateColorElement
SVGDescElement.cpp 32 PassRefPtr<SVGDescElement> SVGDescElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGDescElement
SVGFEDistantLightElement.cpp 34 PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEDistantLightElement
41 return DistantLightSource::create(azimuth(), elevation());
SVGFEFuncAElement.cpp 33 PassRefPtr<SVGFEFuncAElement> SVGFEFuncAElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEFuncAElement
SVGFEFuncBElement.cpp 33 PassRefPtr<SVGFEFuncBElement> SVGFEFuncBElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEFuncBElement
SVGFEFuncGElement.cpp 33 PassRefPtr<SVGFEFuncGElement> SVGFEFuncGElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEFuncGElement
SVGFEFuncRElement.cpp 33 PassRefPtr<SVGFEFuncRElement> SVGFEFuncRElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEFuncRElement

Completed in 5955 milliseconds

1 23 4 5 6 7 8 91011>>