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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/API/
JSWeakObjectMapRefInternal.h 46 return adoptRef(new OpaqueJSWeakObjectMap(data, callback));
OpaqueJSString.cpp 38 return adoptRef(new OpaqueJSString(ustring.characters(), ustring.length()));
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListOption.h 38 static PassRefPtr<AccessibilityMenuListOption> create() { return adoptRef(new AccessibilityMenuListOption); }
AccessibilityProgressIndicator.cpp 44 return adoptRef(new AccessibilityProgressIndicator(renderer));
  /external/webkit/Source/WebCore/bindings/cpp/
WebNativeEventListener.h 32 return adoptRef(new WebNativeEventListener(listener));
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestCallback.h 37 return adoptRef(new JSTestCallback(callback, globalObject));
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfileNode.h 50 return adoptRef(new ScriptProfileNode(profileNode));
V8EventListener.h 49 return adoptRef(new V8EventListener(listener, isAttribute, worldContext));
V8WindowErrorHandler.h 44 return adoptRef(new V8WindowErrorHandler(listener, isInline, worldContext));
V8WorkerContextErrorHandler.h 46 return adoptRef(new V8WorkerContextErrorHandler(listener, isInline, worldContext));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomApplicationInstalledCallback.h 44 return adoptRef(new V8CustomApplicationInstalledCallback(value->ToObject(), frame));
V8CustomPositionCallback.h 46 return adoptRef(new V8CustomPositionCallback(value->ToObject(), context));
V8CustomPositionErrorCallback.h 46 return adoptRef(new V8CustomPositionErrorCallback(value->ToObject(), context));
V8NamedNodesCollection.h 46 return adoptRef(new V8NamedNodesCollection(nodes));
  /external/webkit/Source/WebCore/css/
CSSCanvasValue.h 38 static PassRefPtr<CSSCanvasValue> create() { return adoptRef(new CSSCanvasValue); }
CSSCursorImageValue.h 37 return adoptRef(new CSSCursorImageValue(url, hotSpot));
CSSLineBoxContainValue.h 46 return adoptRef(new CSSLineBoxContainValue(value));
CSSUnicodeRangeValue.h 39 return adoptRef(new CSSUnicodeRangeValue(from, to));
WebKitCSSTransformValue.h 65 return adoptRef(new WebKitCSSTransformValue(type));
  /external/webkit/Source/WebCore/dom/
CDATASection.cpp 36 return adoptRef(new CDATASection(document, data));
Comment.cpp 36 return adoptRef(new Comment(document, text));
DOMStringList.h 42 return adoptRef(new DOMStringList());
MessageChannel.h 41 static PassRefPtr<MessageChannel> create(ScriptExecutionContext* context) { return adoptRef(new MessageChannel(context)); }
StaticHashSetNodeList.h 55 return adoptRef(new StaticHashSetNodeList(nodes));
StaticNodeList.h 46 return adoptRef(new StaticNodeList(nodes));

Completed in 170 milliseconds

<<11121314151617181920>>