Searched defs:create (Results 76 - 100 of 1843) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageData.cpp34 PassRefPtr<ImageData> ImageData::create(const IntSize& size) function in class:WebCore::ImageData
45 PassRefPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray) function in class:WebCore::ImageData
H A DLabelsNodeList.h35 static PassRefPtr<LabelsNodeList> create(Node* ownerNode, CollectionType type, const AtomicString&) function in class:WebCore::FINAL
H A DMediaDocument.h35 static PassRefPtr<MediaDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShaderPrecisionFormat.cpp34 PassRefPtr<WebGLShaderPrecisionFormat> WebGLShaderPrecisionFormat::create(GC3Dint rangeMin, GC3Dint rangeMax, GC3Dint precision) function in class:WebCore::WebGLShaderPrecisionFormat
H A DWebGLUniformLocation.cpp33 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GC3Dint location) function in class:WebCore::WebGLUniformLocation
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DButtonInputType.cpp39 PassRefPtr<InputType> ButtonInputType::create(HTMLInputElement& element) function in class:WebCore::ButtonInputType
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextDocumentParser.h35 static PassRefPtr<TextDocumentParser> create(HTMLDocument* document) function in class:WebCore::TextDocumentParser
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDetailsMarkerControl.h44 static PassRefPtr<DetailsMarkerControl> create(Document&);
53 inline PassRefPtr<DetailsMarkerControl> DetailsMarkerControl::create(Document& document) function in class:WebCore::DetailsMarkerControl
H A DProgressShadowElement.h53 static PassRefPtr<ProgressInnerElement> create(Document&);
62 inline PassRefPtr<ProgressInnerElement> ProgressInnerElement::create(Document& document) function in class:WebCore::ProgressInnerElement
69 static PassRefPtr<ProgressBarElement> create(Document&);
75 inline PassRefPtr<ProgressBarElement> ProgressBarElement::create(Document& document) function in class:WebCore::ProgressBarElement
82 static PassRefPtr<ProgressValueElement> create(Document&);
89 inline PassRefPtr<ProgressValueElement> ProgressValueElement::create(Document& document) function in class:WebCore::ProgressValueElement
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegionList.h38 static PassRefPtr<VTTRegionList> create() function in class:WebCore::VTTRegionList
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormState.cpp45 PassRefPtr<FormState> FormState::create(PassRefPtr<HTMLFormElement> form, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Document> sourceDocument, FormSubmissionTrigger formSubmissionTrigger) function in class:WebCore::FormState
H A DFrameFetchContext.h51 static PassOwnPtr<FrameFetchContext> create(Frame* frame) { return adoptPtr(new FrameFetchContext(frame)); } function in class:WebCore::FrameFetchContext
H A DSinkDocument.cpp35 static PassRefPtr<SinkDocumentParser> create(SinkDocument* document) function in class:WebCore::SinkDocumentParser
59 return SinkDocumentParser::create(this);
H A DThreadableLoader.cpp43 PassRefPtr<ThreadableLoader> ThreadableLoader::create(ExecutionContext* context, ThreadableLoaderClient* client, const ResourceRequest& request, const ThreadableLoaderOptions& options) function in class:WebCore::ThreadableLoader
49 return WorkerThreadableLoader::create(toWorkerGlobalScope(context), client, WorkerRunLoop::defaultMode(), request, options);
51 return DocumentThreadableLoader::create(toDocument(context), client, request, options);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.h52 static PassRefPtr<DOMSelection> create(const TreeScope* treeScope) { return adoptRef(new DOMSelection(treeScope)); } function in class:WebCore::DOMSelection
H A DPageConsole.h44 static PassOwnPtr<PageConsole> create(Page* page) { return adoptPtr(new PageConsole(page)); } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/speech/
H A DSpeechInputResult.cpp33 PassRefPtr<SpeechInputResult> SpeechInputResult::create(const String& utterance, double confidence) function in class:WebCore::SpeechInputResult
38 PassRefPtr<SpeechInputResult> SpeechInputResult::create(const SpeechInputResult& source) function in class:WebCore::SpeechInputResult
H A DSpeechInputResultList.cpp38 PassRefPtr<SpeechInputResultList> SpeechInputResultList::create(const SpeechInputResultArray& results) function in class:WebCore::SpeechInputResultList
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAltGlyphItemElement.cpp36 PassRefPtr<SVGAltGlyphItemElement> SVGAltGlyphItemElement::create(Document& document) function in class:WebCore::SVGAltGlyphItemElement
H A DSVGAnimatorFactory.h47 static PassOwnPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* contextElement, AnimatedPropertyType attributeType) function in class:WebCore::SVGAnimatorFactory
H A DSVGDefsElement.cpp45 PassRefPtr<SVGDefsElement> SVGDefsElement::create(Document& document) function in class:WebCore::SVGDefsElement
H A DSVGDescElement.cpp33 PassRefPtr<SVGDescElement> SVGDescElement::create(Document& document) function in class:WebCore::SVGDescElement
H A DSVGDocument.h33 static PassRefPtr<SVGDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:WebCore::FINAL
H A DSVGElementInstanceList.h33 static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> root) { return adoptRef(new SVGElementInstanceList(root)); } function in class:WebCore::FINAL
H A DSVGFEDistantLightElement.cpp34 PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(Document& document) function in class:WebCore::SVGFEDistantLightElement
41 return DistantLightSource::create(azimuthCurrentValue(), elevationCurrentValue());

Completed in 448 milliseconds

1234567891011>>