Searched defs:create (Results 176 - 200 of 1914) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycleNotifier.h39 static PassOwnPtr<DocumentLifecycleNotifier> create(Document*);
56 inline PassOwnPtr<DocumentLifecycleNotifier> DocumentLifecycleNotifier::create(Document* document) function in class:blink::DocumentLifecycleNotifier
H A DEmptyNodeList.h42 static PassRefPtrWillBeRawPtr<EmptyNodeList> create(Node& rootNode) function in class:blink::FINAL
H A DIncrementLoadEventDelayCount.cpp12 PassOwnPtr<IncrementLoadEventDelayCount> IncrementLoadEventDelayCount::create(Document& document) function in class:blink::IncrementLoadEventDelayCount
H A DMessageChannel.h45 static PassRefPtrWillBeRawPtr<MessageChannel> create(ExecutionContext* context) function in class:blink::FINAL
H A DNameNodeList.h35 static PassRefPtrWillBeRawPtr<NameNodeList> create(ContainerNode& rootNode, CollectionType type, const AtomicString& name) function in class:blink::FINAL
H A DNamedNodeMap.h44 static PassOwnPtrWillBeRawPtr<NamedNodeMap> create(Element* element) function in class:blink::FINAL
H A DPseudoElement.h37 static PassRefPtrWillBeRawPtr<PseudoElement> create(Element* parent, PseudoId pseudoId) function in class:blink::FINAL
H A DTagCollection.h35 static PassRefPtrWillBeRawPtr<TagCollection> create(ContainerNode& rootNode, const AtomicString& namespaceURI, const AtomicString& localName) function in class:blink::TagCollection
41 static PassRefPtrWillBeRawPtr<TagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) function in class:blink::TagCollection
H A DTemplateContentDocumentFragment.h36 static PassRefPtrWillBeRawPtr<TemplateContentDocumentFragment> create(Document& document, Element* host) function in class:blink::FINAL
H A DTreeWalker.h43 static PassRefPtrWillBeRawPtr<TreeWalker> create(PassRefPtrWillBeRawPtr<Node> rootNode, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter> filter) function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackQueue.cpp36 PassOwnPtrWillBeRawPtr<CustomElementCallbackQueue> CustomElementCallbackQueue::create(PassRefPtrWillBeRawPtr<Element> element) function in class:blink::CustomElementCallbackQueue
H A DCustomElementMicrotaskRunQueue.h22 static PassRefPtrWillBeRawPtr<CustomElementMicrotaskRunQueue> create() { return adoptRefWillBeNoop(new CustomElementMicrotaskRunQueue()); } function in class:blink::CustomElementMicrotaskRunQueue
H A DCustomElementRegistrationContext.h53 static PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DAppendNodeCommand.h35 static PassRefPtrWillBeRawPtr<AppendNodeCommand> create(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node> node) function in class:blink::FINAL
H A DCreateLinkCommand.h35 static PassRefPtrWillBeRawPtr<CreateLinkCommand> create(Document& document, const String& linkURL) function in class:blink::FINAL
H A DFormatBlockCommand.h43 static PassRefPtrWillBeRawPtr<FormatBlockCommand> create(Document& document, const QualifiedName& tagName) function in class:blink::FINAL
H A DInsertParagraphSeparatorCommand.h37 static PassRefPtrWillBeRawPtr<InsertParagraphSeparatorCommand> create(Document& document, bool useDefaultParagraphElement = false, bool pasteBlockquoteIntoUnquotedArea = false) function in class:blink::FINAL
H A DMergeIdenticalElementsCommand.h35 static PassRefPtrWillBeRawPtr<MergeIdenticalElementsCommand> create(PassRefPtrWillBeRawPtr<Element> element1, PassRefPtrWillBeRawPtr<Element> element2) function in class:blink::FINAL
H A DRemoveNodePreservingChildrenCommand.h35 static PassRefPtrWillBeRawPtr<RemoveNodePreservingChildrenCommand> create(PassRefPtrWillBeRawPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable) function in class:blink::FINAL
H A DReplaceNodeWithSpanCommand.h44 static PassRefPtrWillBeRawPtr<ReplaceNodeWithSpanCommand> create(PassRefPtrWillBeRawPtr<HTMLElement> element) function in class:blink::FINAL
H A DSimplifyMarkupCommand.h35 static PassRefPtrWillBeRawPtr<SimplifyMarkupCommand> create(Document& document, Node* firstNode, Node* nodeAfterLast) function in class:blink::FINAL
H A DSplitElementCommand.h35 static PassRefPtrWillBeRawPtr<SplitElementCommand> create(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> splitPointChild) function in class:blink::FINAL
H A DSplitTextNodeCommand.h37 static PassRefPtrWillBeRawPtr<SplitTextNodeCommand> create(PassRefPtrWillBeRawPtr<Text> node, int offset) function in class:blink::FINAL
H A DSplitTextNodeContainingElementCommand.h35 static PassRefPtrWillBeRawPtr<SplitTextNodeContainingElementCommand> create(PassRefPtrWillBeRawPtr<Text> node, int offset) function in class:blink::FINAL
H A DWrapContentsInDummySpanCommand.h37 static PassRefPtrWillBeRawPtr<WrapContentsInDummySpanCommand> create(PassRefPtrWillBeRawPtr<Element> element) function in class:blink::FINAL

Completed in 1658 milliseconds

1234567891011>>