HomeSort by relevance Sort by last modified time
    Searched refs:adoptRef (Results 76 - 100 of 1052) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.h 52 return adoptRef<CSSFontFaceLoadEvent>(new CSSFontFaceLoadEvent());
57 return adoptRef<CSSFontFaceLoadEvent>(new CSSFontFaceLoadEvent(type, initializer));
62 return adoptRef<CSSFontFaceLoadEvent>(new CSSFontFaceLoadEvent(type, rule, 0));
67 return adoptRef<CSSFontFaceLoadEvent>(new CSSFontFaceLoadEvent(eventNames().errorEvent, rule, error));
CSSHostRule.h 32 static PassRefPtr<CSSHostRule> create(StyleRuleHost* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSHostRule(rule, sheet)); }
CSSMixFunctionValue.cpp 52 return adoptRef(new CSSMixFunctionValue(*this));
CSSMixFunctionValue.h 42 return adoptRef(new CSSMixFunctionValue());
CSSRegionRule.h 42 static PassRefPtr<CSSRegionRule> create(StyleRuleRegion* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSRegionRule(rule, sheet)); }
CSSSupportsRule.h 43 return adoptRef(new CSSSupportsRule(rule, sheet));
FontFeatureValue.h 38 return adoptRef(new FontFeatureValue(tag, value));
MediaQueryListListener.h 39 return adoptRef(new MediaQueryListListener(value));
StyleMedia.h 40 static PassRefPtr<StyleMedia> create(Frame* frame) { return adoptRef(new StyleMedia(frame));}
  /external/chromium_org/third_party/WebKit/Source/core/dom/
BeforeTextInsertedEvent.h 39 return adoptRef(new BeforeTextInsertedEvent(text));
ChildNodeList.h 36 return adoptRef(new ChildNodeList(rootNode));
CustomElementDefinition.cpp 38 return adoptRef(new CustomElementDefinition(descriptor, callbacks));
EventDispatchMediator.cpp 41 return adoptRef(new EventDispatchMediator(event));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.h 37 return adoptRef(new CreateLinkCommand(document, linkURL));
InsertLineBreakCommand.h 37 return adoptRef(new InsertLineBreakCommand(document));
RemoveNodePreservingChildrenCommand.h 37 return adoptRef(new RemoveNodePreservingChildrenCommand(node, shouldAssumeContentIsAlwaysEditable));
SplitTextNodeContainingElementCommand.h 37 return adoptRef(new SplitTextNodeContainingElementCommand(node, offset));
  /external/chromium_org/third_party/WebKit/Source/core/html/
DOMURL.h 43 static PassRefPtr<DOMURL> create() { return adoptRef(new DOMURL); }
HTMLBDIElement.h 32 return adoptRef(new HTMLBDIElement(name, document));
HTMLBaseFontElement.cpp 41 return adoptRef(new HTMLBaseFontElement(tagName, document));
HTMLDListElement.cpp 41 return adoptRef(new HTMLDListElement(tagName, document));
HTMLDirectoryElement.cpp 41 return adoptRef(new HTMLDirectoryElement(tagName, document));
HTMLHeadingElement.cpp 36 return adoptRef(new HTMLHeadingElement(tagName, document));
HTMLMenuElement.cpp 41 return adoptRef(new HTMLMenuElement(tagName, document));
HTMLSpanElement.cpp 44 return adoptRef(new HTMLSpanElement(tagName, document));

Completed in 772 milliseconds

1 2 34 5 6 7 8 91011>>