Searched defs:create (Results 51 - 75 of 1914) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageLoader.h32 static PassOwnPtrWillBeRawPtr<HTMLImageLoader> create(Element* element) function in class:blink::FINAL
H A DLabelsNodeList.h35 static PassRefPtrWillBeRawPtr<LabelsNodeList> create(ContainerNode& ownerNode, CollectionType type) function in class:blink::FINAL
H A DMediaDocument.h35 static PassRefPtrWillBeRawPtr<MediaDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:blink::FINAL
H A DTextDocument.h34 static PassRefPtrWillBeRawPtr<TextDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:blink::FINAL
H A DWindowNameCollection.h14 static PassRefPtrWillBeRawPtr<WindowNameCollection> create(ContainerNode& document, CollectionType type, const AtomicString& name) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShaderPrecisionFormat.cpp34 PassRefPtrWillBeRawPtr<WebGLShaderPrecisionFormat> WebGLShaderPrecisionFormat::create(GLint rangeMin, GLint rangeMax, GLint precision) function in class:blink::WebGLShaderPrecisionFormat
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DButtonInputType.cpp39 PassRefPtrWillBeRawPtr<InputType> ButtonInputType::create(HTMLInputElement& element) function in class:blink::ButtonInputType
H A DTelephoneInputType.cpp39 PassRefPtrWillBeRawPtr<InputType> TelephoneInputType::create(HTMLInputElement& element) function in class:blink::TelephoneInputType
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextDocumentParser.h35 static PassRefPtrWillBeRawPtr<TextDocumentParser> create(HTMLDocument& document) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDetailsMarkerControl.h44 static PassRefPtrWillBeRawPtr<DetailsMarkerControl> create(Document&);
53 inline PassRefPtrWillBeRawPtr<DetailsMarkerControl> DetailsMarkerControl::create(Document& document) function in class:blink::DetailsMarkerControl
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCueList.h41 static PassRefPtrWillBeRawPtr<TextTrackCueList> create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorMemoryAgent.h47 static PassOwnPtrWillBeRawPtr<InspectorMemoryAgent> create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormState.cpp44 PassRefPtrWillBeRawPtr<FormState> FormState::create(HTMLFormElement& form, FormSubmissionTrigger formSubmissionTrigger) function in class:blink::FormState
H A DFrameFetchContext.h51 static PassOwnPtrWillBeRawPtr<FrameFetchContext> create(LocalFrame* frame) function in class:blink::FINAL
H A DSinkDocument.cpp35 static PassRefPtrWillBeRawPtr<SinkDocumentParser> create(SinkDocument* document) function in class:blink::SinkDocumentParser
59 return SinkDocumentParser::create(this);
H A DSinkDocument.h35 static PassRefPtrWillBeRawPtr<SinkDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMMimeTypeArray.h41 static PassRefPtrWillBeRawPtr<DOMMimeTypeArray> create(LocalFrame* frame) function in class:blink::FINAL
H A DDOMPluginArray.h41 static PassRefPtrWillBeRawPtr<DOMPluginArray> create(LocalFrame* frame) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResourceStyleImage.h41 static PassOwnPtr<RenderImageResource> create(StyleImage* styleImage) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedPath.h45 static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName) function in class:blink::SVGAnimatedPath
H A DSVGAnimatedPreserveAspectRatio.h41 static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue) function in class:blink::SVGAnimatedPreserveAspectRatio
H A DSVGAnimatedRect.h41 static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) function in class:blink::SVGAnimatedRect
48 : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::create(SVGRect::InvalidSVGRectTag()))
H A DSVGImageLoader.h31 static PassOwnPtrWillBeRawPtr<SVGImageLoader> create(SVGImageElement* element) function in class:blink::FINAL
H A DSVGNumberList.h46 static PassRefPtr<SVGNumberList> create() function in class:blink::FINAL
H A DSVGPathSegClosePath.h31 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element) function in class:blink::FINAL

Completed in 287 milliseconds

1234567891011>>