HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 376 - 400 of 6558) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.h 35 static PassRefPtrWillBeRawPtr<InsertLineBreakCommand> create(Document& document) function in class:blink::FINAL
RemoveFormatCommand.h 35 static PassRefPtrWillBeRawPtr<RemoveFormatCommand> create(Document& document) function in class:blink::FINAL
RemoveNodePreservingChildrenCommand.h 35 static PassRefPtrWillBeRawPtr<RemoveNodePreservingChildrenCommand> create(PassRefPtrWillBeRawPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable) function in class:blink::FINAL
SplitTextNodeContainingElementCommand.h 35 static PassRefPtrWillBeRawPtr<SplitTextNodeContainingElementCommand> create(PassRefPtrWillBeRawPtr<Text> node, int offset) function in class:blink::FINAL
UnlinkCommand.h 35 static PassRefPtrWillBeRawPtr<UnlinkCommand> create(Document& document) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAudioElement.h 39 static PassRefPtrWillBeRawPtr<HTMLAudioElement> create(Document&);
HTMLDataListElement.h 44 static PassRefPtrWillBeRawPtr<HTMLDataListElement> create(Document&);
HTMLImageLoader.h 32 static PassOwnPtrWillBeRawPtr<HTMLImageLoader> create(Element* element) function in class:blink::FINAL
HTMLSummaryElement.h 32 static PassRefPtrWillBeRawPtr<HTMLSummaryElement> create(Document&);
LabelsNodeList.h 35 static PassRefPtrWillBeRawPtr<LabelsNodeList> create(ContainerNode& ownerNode, CollectionType type) function in class:blink::FINAL
LinkManifest.h 21 static PassOwnPtrWillBeRawPtr<LinkManifest> create(HTMLLinkElement* owner);
MediaDocument.h 35 static PassRefPtrWillBeRawPtr<MediaDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:blink::FINAL
TextDocument.h 34 static PassRefPtrWillBeRawPtr<TextDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Canvas2DContextAttributes.h 45 // Create a new attributes object
46 static PassRefPtrWillBeRawPtr<Canvas2DContextAttributes> create();
EXTBlendMinMax.h 17 static PassRefPtrWillBeRawPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*);
EXTFragDepth.h 38 static PassRefPtrWillBeRawPtr<EXTFragDepth> create(WebGLRenderingContextBase*);
EXTShaderTextureLOD.h 17 static PassRefPtrWillBeRawPtr<EXTShaderTextureLOD> create(WebGLRenderingContextBase*);
EXTTextureFilterAnisotropic.h 38 static PassRefPtrWillBeRawPtr<EXTTextureFilterAnisotropic> create(WebGLRenderingContextBase*);
OESElementIndexUint.h 38 static PassRefPtrWillBeRawPtr<OESElementIndexUint> create(WebGLRenderingContextBase*);
OESStandardDerivatives.h 38 static PassRefPtrWillBeRawPtr<OESStandardDerivatives> create(WebGLRenderingContextBase*);
OESTextureFloat.h 38 static PassRefPtrWillBeRawPtr<OESTextureFloat> create(WebGLRenderingContextBase*);
OESTextureFloatLinear.h 38 static PassRefPtrWillBeRawPtr<OESTextureFloatLinear> create(WebGLRenderingContextBase*);
OESTextureHalfFloat.h 38 static PassRefPtrWillBeRawPtr<OESTextureHalfFloat> create(WebGLRenderingContextBase*);
OESTextureHalfFloatLinear.h 38 static PassRefPtrWillBeRawPtr<OESTextureHalfFloatLinear> create(WebGLRenderingContextBase*);
Path2D.h 47 static PassRefPtrWillBeRawPtr<Path2D> create() { return adoptRefWillBeNoop(new Path2D); } function in class:blink::FINAL
48 static PassRefPtrWillBeRawPtr<Path2D> create(const String& pathData) { return adoptRefWillBeNoop(new Path2D(pathData)); } function in class:blink::FINAL
49 static PassRefPtrWillBeRawPtr<Path2D> create(Path2D* path) { return adoptRefWillBeNoop(new Path2D(path)); } function in class:blink::FINAL
51 static PassRefPtrWillBeRawPtr<Path2D> create(const Path& path) { return adoptRefWillBeNoop(new Path2D(path)); } function in class:blink::FINAL

Completed in 240 milliseconds

<<11121314151617181920>>