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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
WorkerCrypto.h 43 static PassRefPtr<WorkerCrypto> create() { return adoptRef(new WorkerCrypto()); }
AesKeyGenParams.h 41 static PassRefPtr<AesKeyGenParams> create(const WebKit::WebCryptoAlgorithm& algorithm) { return adoptRef(new AesKeyGenParams(algorithm)); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSInitialValue.h 33 return adoptRef(new CSSInitialValue(/* implicit */ false));
37 return adoptRef(new CSSInitialValue(/* implicit */ true));
CSSInheritedValue.h 33 return adoptRef(new CSSInheritedValue);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleDeprecatedFlexibleBoxData.h 35 static PassRefPtr<StyleDeprecatedFlexibleBoxData> create() { return adoptRef(new StyleDeprecatedFlexibleBoxData); }
36 PassRefPtr<StyleDeprecatedFlexibleBoxData> copy() const { return adoptRef(new StyleDeprecatedFlexibleBoxData(*this)); }
StyleFilterData.h 37 static PassRefPtr<StyleFilterData> create() { return adoptRef(new StyleFilterData); }
38 PassRefPtr<StyleFilterData> copy() const { return adoptRef(new StyleFilterData(*this)); }
StyleFlexibleBoxData.h 38 static PassRefPtr<StyleFlexibleBoxData> create() { return adoptRef(new StyleFlexibleBoxData); }
39 PassRefPtr<StyleFlexibleBoxData> copy() const { return adoptRef(new StyleFlexibleBoxData(*this)); }
StyleMarqueeData.h 37 static PassRefPtr<StyleMarqueeData> create() { return adoptRef(new StyleMarqueeData); }
38 PassRefPtr<StyleMarqueeData> copy() const { return adoptRef(new StyleMarqueeData(*this)); }
StyleSurroundData.h 37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); }
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); }
StyleTransformData.h 37 static PassRefPtr<StyleTransformData> create() { return adoptRef(new StyleTransformData); }
38 PassRefPtr<StyleTransformData> copy() const { return adoptRef(new StyleTransformData(*this)); }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRect.h 41 static PassRefPtr<ClientRect> create() { return adoptRef(new ClientRect); }
42 static PassRefPtr<ClientRect> create(const IntRect& rect) { return adoptRef(new ClientRect(rect)); }
43 static PassRefPtr<ClientRect> create(const FloatRect& rect) { return adoptRef(new ClientRect(rect)); }
PageTransitionEvent.h 43 return adoptRef(new PageTransitionEvent);
47 return adoptRef(new PageTransitionEvent(type, persisted));
51 return adoptRef(new PageTransitionEvent(type, initializer));
BeforeUnloadEvent.h 37 return adoptRef(new BeforeUnloadEvent);
DOMError.h 42 return adoptRef(new DOMError(name));
46 return adoptRef(new DOMError(name, message));
51 return adoptRef(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessage(ec)));
56 return adoptRef(new DOMError(DOMException::getErrorName(ec), message));
ErrorEvent.h 52 return adoptRef(new ErrorEvent);
56 return adoptRef(new ErrorEvent(message, fileName, lineNumber, columnNumber));
60 return adoptRef(new ErrorEvent(type, initializer));
64 return adoptRef(new ErrorEvent("Script error.", String(), 0, 0));
ClientRectList.h 42 static PassRefPtr<ClientRectList> create() { return adoptRef(new ClientRectList); }
43 static PassRefPtr<ClientRectList> create(const Vector<FloatQuad>& quads) { return adoptRef(new ClientRectList(quads)); }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
BreakBlockquoteCommand.h 37 return adoptRef(new BreakBlockquoteCommand(document));
RemoveFormatCommand.h 37 return adoptRef(new RemoveFormatCommand(document));
UnlinkCommand.h 37 return adoptRef(new UnlinkCommand(document));
  /external/chromium_org/third_party/WebKit/Source/core/html/
TextDocument.h 36 return adoptRef(new TextDocument(initializer));
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DOMPath.h 42 static PassRefPtr<DOMPath> create() { return adoptRef(new DOMPath); }
43 static PassRefPtr<DOMPath> create(const String& pathData) { return adoptRef(new DOMPath(pathData)); }
44 static PassRefPtr<DOMPath> create(DOMPath* path) { return adoptRef(new DOMPath(path)); }
46 static PassRefPtr<DOMPath> create(const Path& path) { return adoptRef(new DOMPath(path)); }
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
Composition.cpp 42 return adoptRef(new Composition());
  /external/chromium_org/third_party/WebKit/Source/core/loader/
SinkDocument.h 37 return adoptRef(new SinkDocument(initializer));
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.h 44 static PassRefPtr<InternalProfilers> create() { return adoptRef(new InternalProfilers()); }
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisVoice.cpp 33 return adoptRef(new SpeechSynthesisVoice(voice));

Completed in 241 milliseconds

1 2 3 4 5 6 7 8 91011>>