HomeSort by relevance Sort by last modified time
    Searched refs:adoptRef (Results 176 - 200 of 1052) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TouchList.h 40 return adoptRef(new TouchList);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
AppendNodeCommand.h 37 return adoptRef(new AppendNodeCommand(parent, node));
DeleteFromTextNodeCommand.h 39 return adoptRef(new DeleteFromTextNodeCommand(node, offset, count));
MergeIdenticalElementsCommand.h 37 return adoptRef(new MergeIdenticalElementsCommand(element1, element2));
MoveSelectionCommand.h 39 return adoptRef(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
ReplaceNodeWithSpanCommand.h 45 return adoptRef(new ReplaceNodeWithSpanCommand(element));
SetSelectionCommand.h 38 return adoptRef(new SetSelectionCommand(selection, options));
SimplifyMarkupCommand.h 37 return adoptRef(new SimplifyMarkupCommand(document, firstNode, nodeAfterLast));
SpellingCorrectionCommand.h 38 return adoptRef(new SpellingCorrectionCommand(rangeToBeCorrected, correction));
SplitTextNodeCommand.h 39 return adoptRef(new SplitTextNodeCommand(node, offset));
WrapContentsInDummySpanCommand.h 39 return adoptRef(new WrapContentsInDummySpanCommand(element));
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileList.h 42 return adoptRef(new FileList);
Stream.h 46 return adoptRef(new Stream(mediaType));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDataListElement.cpp 49 return adoptRef(new HTMLDataListElement(tagName, document));
HTMLModElement.cpp 40 return adoptRef(new HTMLModElement(tagName, document));
HTMLNameCollection.h 38 return adoptRef(new HTMLNameCollection(document, type, name));
HTMLUnknownElement.h 41 return adoptRef(new HTMLUnknownElement(tagName, document));
MediaError.h 45 static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); }
RadioNodeList.h 40 return adoptRef(new RadioNodeList(rootNode, name));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DetailsMarkerControl.h 55 RefPtr<DetailsMarkerControl> element = adoptRef(new DetailsMarkerControl(document));
  /external/chromium_org/third_party/WebKit/Source/core/loader/
SinkDocument.cpp 37 return adoptRef(new SinkDocumentParser(document));
  /external/chromium_org/third_party/WebKit/Source/core/page/
BarProp.h 45 static PassRefPtr<BarProp> create(Frame* frame, Type type) { return adoptRef(new BarProp(frame, type)); }
MemoryInfo.h 45 static PassRefPtr<MemoryInfo> create(Frame* frame) { return adoptRef(new MemoryInfo(frame)); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
PointLightSource.h 34 return adoptRef(new PointLightSource(position));
ReferenceFilter.h 48 return adoptRef(new ReferenceFilter());

Completed in 251 milliseconds

1 2 3 4 5 6 78 91011>>