HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 376 - 400 of 4624) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
URLInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
TextDocumentParser.h 35 static PassRefPtrWillBeRawPtr<TextDocumentParser> create(HTMLDocument& document) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
VideoTrackList.h 16 static PassRefPtrWillBeRawPtr<VideoTrackList> create(HTMLMediaElement&);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PrerenderHandle.h 49 static PassOwnPtr<PrerenderHandle> create(Document&, PrerenderClient*, const KURL&, unsigned prerenderRelTypes);
SinkDocument.h 35 static PassRefPtrWillBeRawPtr<SinkDocument> create(const DocumentInit& initializer = DocumentInit()) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
QuotesData.cpp 27 PassRefPtr<QuotesData> QuotesData::create(String open, String close) function in class:blink::QuotesData
29 RefPtr<QuotesData> data = QuotesData::create();
34 PassRefPtr<QuotesData> QuotesData::create(UChar open1, UChar close1, UChar open2, UChar close2) function in class:blink::QuotesData
36 RefPtr<QuotesData> data = QuotesData::create();
StyleDeprecatedFlexibleBoxData.h 35 static PassRefPtr<StyleDeprecatedFlexibleBoxData> create() { return adoptRef(new StyleDeprecatedFlexibleBoxData); } function in class:blink::StyleDeprecatedFlexibleBoxData
StyleFilterData.h 37 static PassRefPtr<StyleFilterData> create() { return adoptRef(new StyleFilterData); } function in class:blink::StyleFilterData
StyleFlexibleBoxData.h 38 static PassRefPtr<StyleFlexibleBoxData> create() { return adoptRef(new StyleFlexibleBoxData); } function in class:blink::StyleFlexibleBoxData
StyleMarqueeData.h 37 static PassRefPtr<StyleMarqueeData> create() { return adoptRef(new StyleMarqueeData); } function in class:blink::StyleMarqueeData
StyleSurroundData.h 37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); } function in class:blink::StyleSurroundData
StyleTransformData.h 37 static PassRefPtr<StyleTransformData> create() { return adoptRef(new StyleTransformData); } function in class:blink::StyleTransformData
  /external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h 28 : m_x1(SVGLength::create(LengthModeWidth))
29 , m_y1(SVGLength::create(LengthModeWidth))
30 , m_x2(SVGLength::create(LengthModeWidth))
31 , m_y2(SVGLength::create(LengthModeWidth))
SVGAnimatedPath.h 45 static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName) function in class:blink::SVGAnimatedPath
SVGFEDistantLightElement.cpp 37 return DistantLightSource::create(azimuth()->currentValue()->value(), elevation()->currentValue()->value());
SVGFEPointLightElement.cpp 38 return PointLightSource::create(filter->resolve3dPoint(position()));
SVGFESpotLightElement.cpp 38 return SpotLightSource::create(filter->resolve3dPoint(position()), filter->resolve3dPoint(pointsAt()), specularExponent()->currentValue()->value(), limitingConeAngle()->currentValue()->value());
SVGImageLoader.h 31 static PassOwnPtrWillBeRawPtr<SVGImageLoader> create(SVGImageElement* element) function in class:blink::FINAL
SVGPathSegClosePath.h 31 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element) function in class:blink::FINAL
SVGPathSegLinetoHorizontalAbs.h 32 static PassRefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, float x) function in class:blink::FINAL
SVGPathSegLinetoHorizontalRel.h 32 static PassRefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, float x) function in class:blink::FINAL
SVGPathSegLinetoVerticalAbs.h 32 static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, float y) function in class:blink::FINAL
SVGPathSegLinetoVerticalRel.h 32 static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, float y) function in class:blink::FINAL
SVGString.h 46 static PassRefPtr<SVGString> create() function in class:blink::SVGString
51 static PassRefPtr<SVGString> create(const String& value) function in class:blink::SVGString
56 PassRefPtr<SVGString> clone() const { return create(m_value); }
59 return create(value);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyHelper.h 23 RefPtr<Derived> property = Derived::create();

Completed in 291 milliseconds

<<11121314151617181920>>