HomeSort by relevance Sort by last modified time
    Searched refs:adoptRef (Results 1 - 25 of 1190) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/
ByteArray.cpp 36 return adoptRef(new (buffer) ByteArray(size));
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMCustomVoidCallback.h 42 return adoptRef(new WebDOMCustomVoidCallback());
  /external/webkit/Source/WebCore/css/
CSSInheritedValue.h 33 return adoptRef(new CSSInheritedValue);
  /external/webkit/Source/WebCore/dom/
BeforeUnloadEvent.h 37 return adoptRef(new BeforeUnloadEvent);
DOMCoreException.h 40 return adoptRef(new DOMCoreException(description));
PageTransitionEvent.h 37 return adoptRef(new PageTransitionEvent);
41 return adoptRef(new PageTransitionEvent(type, persisted));
  /external/webkit/Source/WebCore/editing/
BreakBlockquoteCommand.h 37 return adoptRef(new BreakBlockquoteCommand(document));
RemoveFormatCommand.h 37 return adoptRef(new RemoveFormatCommand(document));
UnlinkCommand.h 37 return adoptRef(new UnlinkCommand(document));
  /external/webkit/Source/WebCore/history/android/
HistoryItemAndroid.cpp 42 m_bridge = adoptRef(bridge);
  /external/webkit/Source/WebCore/html/canvas/
OESStandardDerivatives.cpp 49 return adoptRef(new OESStandardDerivatives);
OESTextureFloat.cpp 49 return adoptRef(new OESTextureFloat);
CanvasPixelArray.cpp 36 return adoptRef(new CanvasPixelArray(length));
41 return adoptRef(new CanvasPixelArray(byteArray));
  /external/webkit/Source/WebCore/html/parser/
TextViewSourceParser.h 37 return adoptRef(new TextViewSourceParser(document));
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformPathCairo.cpp 35 : m_cr(adoptRef(cairo_create(gPathSurface)))
  /external/webkit/Source/WebCore/rendering/
ShadowElement.cpp 34 return adoptRef(new ShadowInputElement(shadowParent));
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.h 99 static PassRefPtr<StyleFillData> create() { return adoptRef(new StyleFillData); }
100 PassRefPtr<StyleFillData> copy() const { return adoptRef(new StyleFillData(*this)); }
118 static PassRefPtr<StyleStrokeData> create() { return adoptRef(new StyleStrokeData); }
119 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); }
143 static PassRefPtr<StyleStopData> create() { return adoptRef(new StyleStopData); }
144 PassRefPtr<StyleStopData> copy() const { return adoptRef(new StyleStopData(*this)); }
162 static PassRefPtr<StyleTextData> create() { return adoptRef(new StyleTextData); }
163 PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); }
181 static PassRefPtr<StyleMiscData> create() { return adoptRef(new StyleMiscData); }
182 PassRefPtr<StyleMiscData> copy() const { return adoptRef(new StyleMiscData(*this));
    [all...]
StyleFlexibleBoxData.h 35 static PassRefPtr<StyleFlexibleBoxData> create() { return adoptRef(new StyleFlexibleBoxData); }
36 PassRefPtr<StyleFlexibleBoxData> copy() const { return adoptRef(new StyleFlexibleBoxData(*this)); }
StyleMarqueeData.h 37 static PassRefPtr<StyleMarqueeData> create() { return adoptRef(new StyleMarqueeData); }
38 PassRefPtr<StyleMarqueeData> copy() const { return adoptRef(new StyleMarqueeData(*this)); }
StyleSurroundData.h 37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); }
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); }
StyleTransformData.h 37 static PassRefPtr<StyleTransformData> create() { return adoptRef(new StyleTransformData); }
38 PassRefPtr<StyleTransformData> copy() const { return adoptRef(new StyleTransformData(*this)); }
  /external/webkit/Source/WebKit2/Shared/
MutableArray.h 39 return adoptRef(new MutableArray);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebEditCommand.cpp 39 return adoptRef(new WebEditCommand(command, generateCommandID()));
  /external/webkit/Source/WebCore/fileapi/
Metadata.h 44 return adoptRef(new Metadata(modificationTime));
49 return adoptRef(new Metadata(metadata->m_modificationTime));
  /external/webkit/Source/WebCore/html/
HTMLHeadElement.cpp 42 return adoptRef(new HTMLHeadElement(headTag, document));
47 return adoptRef(new HTMLHeadElement(tagName, document));

Completed in 1997 milliseconds

1 2 3 4 5 6 7 8 91011>>