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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/style/
StyleBackgroundData.h 38 static PassRefPtr<StyleBackgroundData> create() { return adoptRef(new StyleBackgroundData); }
39 PassRefPtr<StyleBackgroundData> copy() const { return adoptRef(new StyleBackgroundData(*this)); }
StyleInheritedData.h 41 static PassRefPtr<StyleInheritedData> create() { return adoptRef(new StyleInheritedData); }
42 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); }
StyleMultiColData.h 40 static PassRefPtr<StyleMultiColData> create() { return adoptRef(new StyleMultiColData); }
41 PassRefPtr<StyleMultiColData> copy() const { return adoptRef(new StyleMultiColData(*this)); }
StyleVisualData.h 36 static PassRefPtr<StyleVisualData> create() { return adoptRef(new StyleVisualData); }
37 PassRefPtr<StyleVisualData> copy() const { return adoptRef(new StyleVisualData(*this)); }
  /external/webkit/Source/WebCore/wml/
WMLIntrinsicEvent.h 39 return adoptRef(new WMLIntrinsicEvent(document, targetURL));
44 return adoptRef(new WMLIntrinsicEvent(taskElement));
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
WebCredential.h 44 return adoptRef(new WebCredential(credential));
49 return adoptRef(new WebCredential(WebCore::Credential(username->string(), password->string(), persistence)));
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuList.h 40 static PassRefPtr<AccessibilityMenuList> create(RenderMenuList* renderer) { return adoptRef(new AccessibilityMenuList(renderer)); }
  /external/webkit/Source/WebCore/bindings/cpp/
WebNativeNodeFilterCondition.h 31 return adoptRef(new WebNativeNodeFilterCondition(filter));
  /external/webkit/Source/WebCore/bindings/js/
JSCustomPositionCallback.h 42 return adoptRef(new JSCustomPositionCallback(callback, globalObject));
JSCustomPositionErrorCallback.h 41 return adoptRef(new JSCustomPositionErrorCallback(callback, globalObject));
  /external/webkit/Source/WebCore/bindings/objc/
DOMCustomXPathNSResolver.h 42 static PassRefPtr<DOMCustomXPathNSResolver> create(id <DOMXPathNSResolver> customResolver) { return adoptRef(new DOMCustomXPathNSResolver(customResolver)); }
  /external/webkit/Source/WebCore/bindings/v8/
DOMWrapperWorld.h 45 static PassRefPtr<DOMWrapperWorld> create() { return adoptRef(new DOMWrapperWorld()); }
IsolatedWorld.h 42 static PassRefPtr<IsolatedWorld> create() { return adoptRef(new IsolatedWorld()); }
  /external/webkit/Source/WebCore/css/
CSSFunctionValue.h 40 return adoptRef(new CSSFunctionValue(function));
CSSQuirkPrimitiveValue.h 36 return adoptRef(new CSSQuirkPrimitiveValue(value, type));
DashboardRegion.h 32 static PassRefPtr<DashboardRegion> create() { return adoptRef(new DashboardRegion); }
FontFamilyValue.h 33 return adoptRef(new FontFamilyValue(familyName));
StyleMedia.h 40 return adoptRef(new StyleMedia(frame));
  /external/webkit/Source/WebCore/dom/
BeforeProcessEvent.h 39 return adoptRef(new BeforeProcessEvent);
BeforeTextInsertedEvent.h 39 return adoptRef(new BeforeTextInsertedEvent(text));
ChildNodeList.h 36 return adoptRef(new ChildNodeList(rootNode, caches));
ClassNodeList.h 43 return adoptRef(new ClassNodeList(rootNode, classNames));
CustomEvent.h 41 return adoptRef(new CustomEvent);
EditingText.cpp 37 return adoptRef(new EditingText(document, data));
EventException.h 40 return adoptRef(new EventException(description));

Completed in 413 milliseconds

1 23 4 5 6 7 8 91011>>