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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGSetElement.cpp 34 return adoptRef(new SVGSetElement(tagName, document));
SVGZoomEvent.h 33 static PassRefPtr<SVGZoomEvent> create() { return adoptRef(new SVGZoomEvent); }
  /external/webkit/Source/WebCore/webaudio/
AudioChannelMerger.h 43 return adoptRef(new AudioChannelMerger(context, sampleRate));
AudioChannelSplitter.h 39 return adoptRef(new AudioChannelSplitter(context, sampleRate));
AudioGain.h 41 return adoptRef(new AudioGain(name, defaultValue, minValue, maxValue));
DefaultAudioDestinationNode.h 40 return adoptRef(new DefaultAudioDestinationNode(context));
DelayNode.h 40 return adoptRef(new DelayNode(context, sampleRate));
HighPass2FilterNode.h 39 return adoptRef(new HighPass2FilterNode(context, sampleRate));
LowPass2FilterNode.h 39 return adoptRef(new LowPass2FilterNode(context, sampleRate));
OfflineAudioCompletionEvent.cpp 38 return adoptRef(new OfflineAudioCompletionEvent(renderedBuffer));
  /external/webkit/Source/WebCore/wml/
WMLInsertedLegendElement.cpp 35 return adoptRef(new WMLInsertedLegendElement(tagName, document));
  /external/webkit/Source/WebCore/xml/
DOMParser.h 32 static PassRefPtr<DOMParser> create() { return adoptRef(new DOMParser); }
NativeXPathNSResolver.h 39 static PassRefPtr<NativeXPathNSResolver> create(PassRefPtr<Node> node) { return adoptRef(new NativeXPathNSResolver(node)); }
XMLHttpRequestException.h 40 return adoptRef(new XMLHttpRequestException(description));
XMLSerializer.h 34 static PassRefPtr<XMLSerializer> create() { return adoptRef(new XMLSerializer); }
XPathException.h 42 return adoptRef(new XPathException(description));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameNetworkingContextAndroid.h 42 return adoptRef(new FrameNetworkingContextAndroid(frame));
  /external/webkit/Source/WebKit/chromium/src/
FrameNetworkingContextImpl.h 31 return adoptRef(new FrameNetworkingContextImpl(frame));
IDBDatabaseCallbacksProxy.cpp 39 return adoptRef(new IDBDatabaseCallbacksProxy(callbacks));
IDBTransactionCallbacksProxy.cpp 42 return adoptRef(new IDBTransactionCallbacksProxy(callbacks));
StorageNamespaceProxy.cpp 47 return adoptRef(new StorageNamespaceProxy(WebKit::webKitClient()->createLocalStorageNamespace(path, quota), LocalStorage));
53 return adoptRef(new StorageNamespaceProxy(webViewClient->createSessionStorageNamespace(quota), SessionStorage));
76 return adoptRef(new StorageNamespaceProxy(newNamespace, m_storageType));
81 return adoptRef(new StorageAreaProxy(m_storageNamespace->createStorageArea(origin->toString()), m_storageType));
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameNetworkingContextEfl.h 40 return adoptRef(new FrameNetworkingContextEfl(frame));
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameNetworkingContextGtk.h 31 return adoptRef(new FrameNetworkingContextGtk(frame));
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameNetworkingContextWx.h 37 return adoptRef(new FrameNetworkingContextWx(frame));
  /external/webkit/Source/WebKit2/Shared/
MutableDictionary.h 39 return adoptRef(new MutableDictionary);

Completed in 939 milliseconds

1 2 3 4 56 7 8 91011>>