/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMPointReadOnly.cpp | 10 DOMPointReadOnly* DOMPointReadOnly::create(double x, double y, double z, double w) function in class:blink::DOMPointReadOnly
|
DOMPointReadOnly.h | 15 static DOMPointReadOnly* create(double x, double y, double z, double w);
|
DOMRect.cpp | 10 DOMRect* DOMRect::create(double x, double y, double width, double height) function in class:blink::DOMRect
|
DOMRectReadOnly.cpp | 10 DOMRectReadOnly* DOMRectReadOnly::create(double x, double y, double width, double height) function in class:blink::DOMRectReadOnly
|
ElementDataCache.h | 46 static PassOwnPtrWillBeRawPtr<ElementDataCache> create() { return adoptPtrWillBeNoop(new ElementDataCache); } function in class:blink::FINAL
|
IncrementLoadEventDelayCount.cpp | 12 PassOwnPtr<IncrementLoadEventDelayCount> IncrementLoadEventDelayCount::create(Document& document) function in class:blink::IncrementLoadEventDelayCount
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementDefinition.cpp | 36 PassRefPtr<CustomElementDefinition> CustomElementDefinition::create(const CustomElementDescriptor& descriptor, PassRefPtr<CustomElementLifecycleCallbacks> callbacks) function in class:blink::CustomElementDefinition
|
CustomElementDefinition.h | 43 static PassRefPtr<CustomElementDefinition> create(const CustomElementDescriptor&, PassRefPtr<CustomElementLifecycleCallbacks>);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
CreateLinkCommand.h | 35 static PassRefPtrWillBeRawPtr<CreateLinkCommand> create(Document& document, const String& linkURL) function in class:blink::FINAL
|
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*);
|