Searched refs:adoptRefWillBeNoop (Results 26 - 50 of 538) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementSyncMicrotaskQueue.h14 static PassRefPtrWillBeRawPtr<CustomElementSyncMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementSyncMicrotaskQueue()); }
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DBreakBlockquoteCommand.h37 return adoptRefWillBeNoop(new BreakBlockquoteCommand(document));
H A DInsertLineBreakCommand.h37 return adoptRefWillBeNoop(new InsertLineBreakCommand(document));
H A DRemoveFormatCommand.h37 return adoptRefWillBeNoop(new RemoveFormatCommand(document));
H A DUnlinkCommand.h37 return adoptRefWillBeNoop(new UnlinkCommand(document));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DErrorEvent.h55 return adoptRefWillBeNoop(new ErrorEvent);
59 return adoptRefWillBeNoop(new ErrorEvent(message, fileName, lineNumber, columnNumber, world));
63 return adoptRefWillBeNoop(new ErrorEvent(type, initializer));
67 return adoptRefWillBeNoop(new ErrorEvent("Script error.", String(), 0, 0, world));
H A DTextEvent.cpp36 return adoptRefWillBeNoop(new TextEvent);
41 return adoptRefWillBeNoop(new TextEvent(view, data, inputType));
46 return adoptRefWillBeNoop(new TextEvent(view, data, nullptr, shouldSmartReplace, false));
51 return adoptRefWillBeNoop(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle));
56 return adoptRefWillBeNoop(new TextEvent(view, data, TextEventInputDrop));
H A DCustomEvent.h44 return adoptRefWillBeNoop(new CustomEvent);
49 return adoptRefWillBeNoop(new CustomEvent(type, initializer));
H A DResourceProgressEvent.h50 return adoptRefWillBeNoop(new ResourceProgressEvent);
54 return adoptRefWillBeNoop(new ResourceProgressEvent(type, lengthComputable, loaded, total, url));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaDocument.h37 return adoptRefWillBeNoop(new MediaDocument(initializer));
H A DTextDocument.h36 return adoptRefWillBeNoop(new TextDocument(initializer));
H A DDOMFormData.h54 return adoptRefWillBeNoop(new DOMFormData(form));
59 return adoptRefWillBeNoop(new DOMFormData(encoding));
H A DHTMLAudioElement.cpp43 RefPtrWillBeRawPtr<HTMLAudioElement> audio = adoptRefWillBeNoop(new HTMLAudioElement(document));
51 RefPtrWillBeRawPtr<HTMLAudioElement> audio = adoptRefWillBeNoop(new HTMLAudioElement(document));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DPath2D.h47 static PassRefPtrWillBeRawPtr<Path2D> create() { return adoptRefWillBeNoop(new Path2D); }
48 static PassRefPtrWillBeRawPtr<Path2D> create(const String& pathData) { return adoptRefWillBeNoop(new Path2D(pathData)); }
49 static PassRefPtrWillBeRawPtr<Path2D> create(Path2D* path) { return adoptRefWillBeNoop(new Path2D(path)); }
51 static PassRefPtrWillBeRawPtr<Path2D> create(const Path& path) { return adoptRefWillBeNoop(new Path2D(path)); }
H A DWebGLDebugRendererInfo.cpp48 return adoptRefWillBeNoop(new WebGLDebugRendererInfo(context));
H A DCanvasGradient.h46 return adoptRefWillBeNoop(new CanvasGradient(p0, p1));
50 return adoptRefWillBeNoop(new CanvasGradient(p0, r0, p1, r1));
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTelephoneInputType.cpp41 return adoptRefWillBeNoop(new TelephoneInputType(element));
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextDocumentParser.h37 return adoptRefWillBeNoop(new TextDocumentParser(document));
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DSinkDocument.h37 return adoptRefWillBeNoop(new SinkDocument(initializer));
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLSerializer.h39 return adoptRefWillBeNoop(new XMLSerializer);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFile.h57 return adoptRefWillBeNoop(new File(path, policy, File::IsUserVisible));
62 return adoptRefWillBeNoop(new File(name, modificationTime, blobDataHandle));
68 return adoptRefWillBeNoop(new File(path, name, relativePath, userVisibility, hasSnaphotData, size, lastModified, blobDataHandle));
72 return adoptRefWillBeNoop(new File(path, name, String(), IsNotUserVisible, true, size, lastModified, blobDataHandle));
82 return adoptRefWillBeNoop(new File(name, metadata, userVisibility));
87 return adoptRefWillBeNoop(new File(url, metadata));
96 return adoptRefWillBeNoop(new File(path, File::AllContentTypes, File::IsUserVisible));
97 return adoptRefWillBeNoop(new File(path, displayName, File::AllContentTypes, File::IsUserVisible));
103 return adoptRefWillBeNoop(new File(path, policy, File::IsNotUserVisible));
104 return adoptRefWillBeNoop(ne
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleRule.h103 static PassRefPtrWillBeRawPtr<StyleRule> create() { return adoptRefWillBeNoop(new StyleRule()); }
115 PassRefPtrWillBeRawPtr<StyleRule> copy() const { return adoptRefWillBeNoop(new StyleRule(*this)); }
131 static PassRefPtrWillBeRawPtr<StyleRuleFontFace> create() { return adoptRefWillBeNoop(new StyleRuleFontFace); }
140 PassRefPtrWillBeRawPtr<StyleRuleFontFace> copy() const { return adoptRefWillBeNoop(new StyleRuleFontFace(*this)); }
153 static PassRefPtrWillBeRawPtr<StyleRulePage> create() { return adoptRefWillBeNoop(new StyleRulePage); }
165 PassRefPtrWillBeRawPtr<StyleRulePage> copy() const { return adoptRefWillBeNoop(new StyleRulePage(*this)); }
198 return adoptRefWillBeNoop(new StyleRuleMedia(media, adoptRules));
203 PassRefPtrWillBeRawPtr<StyleRuleMedia> copy() const { return adoptRefWillBeNoop(new StyleRuleMedia(*this)); }
218 return adoptRefWillBeNoop(new StyleRuleSupports(conditionText, conditionIsSupported, adoptRules));
223 PassRefPtrWillBeRawPtr<StyleRuleSupports> copy() const { return adoptRefWillBeNoop(ne
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTagCollection.h38 return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, namespaceURI, localName));
44 return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, starAtom, localName));
H A DTouchList.h42 return adoptRefWillBeNoop(new TouchList);
47 return adoptRefWillBeNoop(new TouchList(touches));
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackEvent.h47 return adoptRefWillBeNoop(new TrackEvent);
52 return adoptRefWillBeNoop(new TrackEvent(type, initializer));

Completed in 2054 milliseconds

1234567891011>>