Searched refs:adoptRefWillBeNoop (Results 226 - 250 of 538) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImportRule.h37 return adoptRefWillBeNoop(new CSSImportRule(rule, sheet));
H A DCSSLineBoxContainValue.h43 return adoptRefWillBeNoop(new CSSLineBoxContainValue(value));
H A DCSSMediaRule.h37 return adoptRefWillBeNoop(new CSSMediaRule(rule, sheet));
H A DCSSPageRule.h39 return adoptRefWillBeNoop(new CSSPageRule(rule, sheet));
H A DCSSReflectValue.h42 return adoptRefWillBeNoop(new CSSReflectValue(direction, offset, mask));
H A DCSSStyleRule.h38 return adoptRefWillBeNoop(new CSSStyleRule(rule, sheet));
H A DCSSTransformValue.h64 return adoptRefWillBeNoop(new CSSTransformValue(type));
H A DCSSViewportRule.h47 return adoptRefWillBeNoop(new CSSViewportRule(viewportRule, sheet));
H A DDOMWindowCSS.cpp42 return adoptRefWillBeNoop(new DOMWindowCSS());
H A DFontLoader.h23 return adoptRefWillBeNoop(new FontLoader(fontSelector, fetcher));
H A DRect.h73 static PassRefPtrWillBeRawPtr<Rect> create() { return adoptRefWillBeNoop(new Rect); }
75 PassRefPtrWillBeRawPtr<Rect> cloneForCSSOM() const { return adoptRefWillBeNoop(new Rect(*this)); }
97 static PassRefPtrWillBeRawPtr<Quad> create() { return adoptRefWillBeNoop(new Quad); }
99 PassRefPtrWillBeRawPtr<Quad> cloneForCSSOM() const { return adoptRefWillBeNoop(new Quad(*this)); }
H A DStyleSheetContents.h51 return adoptRefWillBeNoop(new StyleSheetContents(0, String(), context));
55 return adoptRefWillBeNoop(new StyleSheetContents(0, originalURL, context));
59 return adoptRefWillBeNoop(new StyleSheetContents(ownerRule, originalURL, context));
135 return adoptRefWillBeNoop(new StyleSheetContents(*this));
H A DStyleSheetList.h40 static PassRefPtrWillBeRawPtr<StyleSheetList> create(TreeScope* treeScope) { return adoptRefWillBeNoop(new StyleSheetList(treeScope)); }
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClassCollection.h46 return adoptRefWillBeNoop(new ClassCollection(rootNode, classNames));
H A DDocumentFragment.cpp39 return adoptRefWillBeNoop(new DocumentFragment(&document, Node::CreateDocumentFragment));
H A DEmptyNodeList.h44 return adoptRefWillBeNoop(new EmptyNodeList(rootNode));
H A DPseudoElement.h39 return adoptRefWillBeNoop(new PseudoElement(parent, pseudoId));
H A DTemplateContentDocumentFragment.h38 return adoptRefWillBeNoop(new TemplateContentDocumentFragment(document, host));
H A DTreeWalker.h45 return adoptRefWillBeNoop(new TreeWalker(rootNode, whatToShow, filter));
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementRegistrationContext.h55 return adoptRefWillBeNoop(new CustomElementRegistrationContext());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFormatBlockCommand.h45 return adoptRefWillBeNoop(new FormatBlockCommand(document, tagName));
H A DIndentOutdentCommand.h39 return adoptRefWillBeNoop(new IndentOutdentCommand(document, type));
H A DInsertParagraphSeparatorCommand.h39 return adoptRefWillBeNoop(new InsertParagraphSeparatorCommand(document, useDefaultParagraphElement, pasteBlockquoteIntoUnquotedArea));
H A DInsertTextCommand.h43 return adoptRefWillBeNoop(new InsertTextCommand(document, text, selectInsertedText, rebalanceType));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DClipboardEvent.h39 return adoptRefWillBeNoop(new ClipboardEvent(type, canBubble, cancelable, dataTransfer));

Completed in 203 milliseconds

1234567891011>>