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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/mathml/
MathMLTextElement.cpp 47 return adoptRef(new MathMLTextElement(tagName, document));
  /external/webkit/Source/WebCore/page/
MemoryInfo.h 43 static PassRefPtr<MemoryInfo> create(Frame* frame) { return adoptRef(new MemoryInfo(frame)); }
PerformanceNavigation.h 45 static PassRefPtr<PerformanceNavigation> create(Frame* frame) { return adoptRef(new PerformanceNavigation(frame)); }
Screen.h 42 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
WorkerNavigator.h 41 static PassRefPtr<WorkerNavigator> create(const String& userAgent) { return adoptRef(new WorkerNavigator(userAgent)); }
  /external/webkit/Source/WebCore/platform/android/
SearchPopupMenuAndroid.h 48 SearchPopupMenuAndroid() : m_popup(adoptRef(new DummyPopup)) { }
  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 60 return adoptRef(new LinearTimingFunction);
81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2));
86 return adoptRef(new CubicBezierTimingFunction());
131 return adoptRef(new StepsTimingFunction(steps, stepAtStart));
  /external/webkit/Source/WebCore/platform/chromium/
SearchPopupMenuChromium.cpp 41 : m_popup(adoptRef(new PopupMenuChromium(client)))
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCCanvasLayerImpl.h 39 return adoptRef(new CCCanvasLayerImpl(owner));
  /external/webkit/Source/WebCore/platform/graphics/filters/
PointLightSource.h 35 return adoptRef(new PointLightSource(position));
  /external/webkit/Source/WebCore/platform/graphics/haiku/
StillImageHaiku.h 40 return adoptRef(new StillImage(bitmap));
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.h 41 return adoptRef(new WebLayer(layerType, owner));
  /external/webkit/Source/WebCore/platform/haiku/
SearchPopupMenuHaiku.cpp 31 : m_popup(adoptRef(new PopupMenuHaiku(client)))
  /external/webkit/Source/WebCore/platform/wx/
SearchPopupMenuWx.cpp 35 : m_popup(adoptRef(new PopupMenuWx(client)))
  /external/webkit/Source/WebCore/storage/
IDBCursorWithValue.cpp 38 return adoptRef(new IDBCursorWithValue(backend, request, source, transaction));
IDBDatabaseCallbacksImpl.cpp 37 return adoptRef(new IDBDatabaseCallbacksImpl(database));
SQLException.h 44 return adoptRef(new SQLException(description));
SQLResultSet.h 42 static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }
  /external/webkit/Source/WebCore/storage/wince/
LocalStorageThreadWinCE.h 38 static PassRefPtr<LocalStorageThread> create() { return adoptRef(new LocalStorageThread); }
  /external/webkit/Source/WebCore/svg/
SVGFEDistantLightElement.cpp 36 return adoptRef(new SVGFEDistantLightElement(tagName, document));
SVGFEPointLightElement.cpp 36 return adoptRef(new SVGFEPointLightElement(tagName, document));
SVGFontFaceNameElement.cpp 37 return adoptRef(new SVGFontFaceNameElement(tagName, document));
SVGMissingGlyphElement.cpp 34 return adoptRef(new SVGMissingGlyphElement(tagName, document));
  /external/webkit/Source/WebCore/webaudio/
AudioProcessingEvent.cpp 38 return adoptRef(new AudioProcessingEvent(inputBuffer, outputBuffer));
  /external/webkit/Source/WebCore/wml/
WMLDocument.h 37 return adoptRef(new WMLDocument(frame, url));

Completed in 1686 milliseconds

1 2 3 4 5 6 7 8 91011>>