/external/webkit/Source/WebCore/dom/ |
TagNodeList.h | 37 return adoptRef(new TagNodeList(rootNode, namespaceURI, localName));
|
TouchList.h | 41 return adoptRef(new TouchList);
|
/external/webkit/Source/WebCore/editing/ |
DeleteButton.cpp | 48 return adoptRef(new DeleteButton(document));
|
DeleteFromTextNodeCommand.h | 39 return adoptRef(new DeleteFromTextNodeCommand(node, offset, count));
|
InsertIntoTextNodeCommand.h | 39 return adoptRef(new InsertIntoTextNodeCommand(node, offset, text));
|
InsertNodeBeforeCommand.h | 37 return adoptRef(new InsertNodeBeforeCommand(childToInsert, childToInsertBefore));
|
InsertTextCommand.h | 42 return adoptRef(new InsertTextCommand(document));
|
MergeIdenticalElementsCommand.h | 37 return adoptRef(new MergeIdenticalElementsCommand(element1, element2));
|
MoveSelectionCommand.h | 39 return adoptRef(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
|
RemoveCSSPropertyCommand.h | 39 return adoptRef(new RemoveCSSPropertyCommand(document, element, property));
|
SetNodeAttributeCommand.h | 37 return adoptRef(new SetNodeAttributeCommand(element, attribute, value));
|
SpellingCorrectionCommand.h | 38 return adoptRef(new SpellingCorrectionCommand(rangeToBeCorrected, correction));
|
SplitElementCommand.h | 37 return adoptRef(new SplitElementCommand(element, splitPointChild));
|
/external/webkit/Source/WebCore/fileapi/ |
DirectoryReaderSync.h | 48 return adoptRef(new DirectoryReaderSync(fileSystem, fullPath));
|
EntryArraySync.cpp | 42 RefPtr<EntryArraySync> entriesSync = adoptRef(new EntryArraySync());
|
FileEntry.h | 48 return adoptRef(new FileEntry(fileSystem, fullPath));
|
/external/webkit/Source/WebCore/html/ |
DOMURL.h | 42 static PassRefPtr<DOMURL> create(ScriptExecutionContext* scriptExecutionContext) { return adoptRef(new DOMURL(scriptExecutionContext)); }
|
HTMLQuoteElement.cpp | 41 return adoptRef(new HTMLQuoteElement(tagName, document));
|
MediaDocument.h | 39 return adoptRef(new MediaDocument(frame, url));
|
MediaError.h | 40 static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); }
|
/external/webkit/Source/WebCore/html/canvas/ |
WebGLRenderbuffer.cpp | 38 return adoptRef(new WebGLRenderbuffer(ctx));
|
WebGLShader.cpp | 38 return adoptRef(new WebGLShader(ctx, type));
|
/external/webkit/Source/WebCore/html/shadow/ |
DetailsMarkerControl.h | 56 return adoptRef(new DetailsMarkerControl(document));
|
/external/webkit/Source/WebCore/loader/ |
SinkDocument.cpp | 37 return adoptRef(new SinkDocumentParser(document));
|
/external/webkit/Source/WebCore/mathml/ |
MathMLMathElement.cpp | 44 return adoptRef(new MathMLMathElement(tagName, document));
|