HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 426 - 450 of 6558) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
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();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.h 47 static InternalProfilers* create() function in class:blink::FINAL
PrivateScriptTest.h 20 static PrivateScriptTest* create(LocalFrame* frame) function in class:blink::PrivateScriptTest
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorkerThread.h 42 static PassRefPtr<SharedWorkerThread> create(const String& name, WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
WorkerClients.h 46 static PassOwnPtrWillBeRawPtr<WorkerClients> create() function in class:blink::WorkerClients
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DOMParser.h 36 static PassRefPtrWillBeRawPtr<DOMParser> create() function in class:blink::FINAL
NativeXPathNSResolver.h 38 static PassRefPtrWillBeRawPtr<NativeXPathNSResolver> create(PassRefPtrWillBeRawPtr<Node> node) function in class:blink::FINAL
XMLHttpRequestUpload.cpp 57 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, true, bytesSent, totalBytesToBeSent));
63 dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, bytesSent, total));
64 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::loadend, lengthComputable, bytesSent, total));
70 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent));
XMLSerializer.h 37 static PassRefPtrWillBeRawPtr<XMLSerializer> create() function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/
InitModules.cpp 25 Document::registerEventFactory(EventModulesFactory::create());

Completed in 464 milliseconds

<<11121314151617181920>>