Searched defs:create (Results 226 - 250 of 1914) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransferItem.cpp44 PassRefPtrWillBeRawPtr<DataTransferItem> DataTransferItem::create(PassRefPtrWillBeRawPtr<DataTransfer> dataTransfer, PassRefPtrWillBeRawPtr<DataObjectItem> item) function in class:blink::DataTransferItem
H A DDataTransferItemList.cpp40 PassRefPtrWillBeRawPtr<DataTransferItemList> DataTransferItemList::create(PassRefPtrWillBeRawPtr<DataTransfer> dataTransfer, PassRefPtrWillBeRawPtr<DataObject> list) function in class:blink::DataTransferItemList
60 return DataTransferItem::create(m_dataTransfer, item);
88 return DataTransferItem::create(m_dataTransfer, item);
98 return DataTransferItem::create(m_dataTransfer, item);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSAspectRatioValue.h38 static PassRefPtrWillBeRawPtr<CSSAspectRatioValue> create(float numeratorValue, float denominatorValue) function in class:blink::CSSAspectRatioValue
H A DCSSBasicShapes.h67 static PassRefPtrWillBeRawPtr<CSSBasicShapeCircle> create() { return adoptRefWillBeNoop(new CSSBasicShapeCircle); } function in class:blink::FINAL
93 static PassRefPtrWillBeRawPtr<CSSBasicShapeEllipse> create() { return adoptRefWillBeNoop(new CSSBasicShapeEllipse); } function in class:blink::FINAL
122 static PassRefPtrWillBeRawPtr<CSSBasicShapePolygon> create() { return adoptRefWillBeNoop(new CSSBasicShapePolygon); } function in class:blink::FINAL
155 static PassRefPtrWillBeRawPtr<CSSBasicShapeInset> create() { return adoptRefWillBeNoop(new CSSBasicShapeInset); } function in class:blink::CSSBasicShapeInset
H A DCSSBorderImageSliceValue.h37 static PassRefPtrWillBeRawPtr<CSSBorderImageSliceValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill) function in class:blink::CSSBorderImageSliceValue
H A DCSSCalculationValue.cpp190 static PassRefPtrWillBeRawPtr<CSSCalcPrimitiveValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> value, bool isInteger) function in class:blink::FINAL
195 static PassRefPtrWillBeRawPtr<CSSCalcPrimitiveValue> create(double value, CSSPrimitiveValue::UnitType type, bool isInteger) function in class:blink::FINAL
199 return adoptRefWillBeNoop(new CSSCalcPrimitiveValue(CSSPrimitiveValue::create(value, type).get(), isInteger));
341 static PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> create(PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> leftSide, PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> rightSide, CalcOperator op) function in class:blink::FINAL
362 return CSSCalcPrimitiveValue::create(evaluateOperator(leftSide->doubleValue(), rightSide->doubleValue(), op), CSSPrimitiveValue::CSS_NUMBER, isInteger);
372 return CSSCalcPrimitiveValue::create(evaluateOperator(leftSide->doubleValue(), rightSide->doubleValue(), op), leftType, isInteger);
379 return CSSCalcPrimitiveValue::create(evaluateOperator(leftValue, rightValue, op), canonicalType, isInteger);
389 return create(leftSide, rightSide, op);
402 return CSSCalcPrimitiveValue::create(evaluateOperator(otherSide->doubleValue(), number, op), otherType, isInteger);
405 return create(leftSid
751 PassRefPtrWillBeRawPtr<CSSCalcValue> CSSCalcValue::create(CSSParserString name, CSSParserValueList* parserValueList, ValueRange range) function in class:blink::CSSCalcValue
763 PassRefPtrWillBeRawPtr<CSSCalcValue> CSSCalcValue::create(PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> expression, ValueRange range) function in class:blink::CSSCalcValue
[all...]
H A DCSSCanvasValue.h38 static PassRefPtrWillBeRawPtr<CSSCanvasValue> create(const String& name) function in class:blink::CSSCanvasValue
H A DCSSCharsetRule.h31 static PassRefPtrWillBeRawPtr<CSSCharsetRule> create(CSSStyleSheet* parent, const String& encoding) function in class:blink::FINAL
H A DCSSComputedStyleDeclaration.h51 static PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> create(PassRefPtrWillBeRawPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String()) function in class:blink::FINAL
H A DCSSCrossfadeValue.h45 static PassRefPtrWillBeRawPtr<CSSCrossfadeValue> create(PassRefPtrWillBeRawPtr<CSSValue> fromValue, PassRefPtrWillBeRawPtr<CSSValue> toValue) function in class:blink::CSSCrossfadeValue
H A DCSSCursorImageValue.h35 static PassRefPtrWillBeRawPtr<CSSCursorImageValue> create(PassRefPtrWillBeRawPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot) function in class:blink::CSSCursorImageValue
H A DCSSCustomFontData.h33 static PassRefPtr<CSSCustomFontData> create(RemoteFontFaceSource* source, FallbackVisibility visibility) function in class:blink::FINAL
H A DCSSFilterRule.h44 static PassRefPtrWillBeRawPtr<CSSFilterRule> create(StyleRuleFilter* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSFilterValue.h54 static PassRefPtrWillBeRawPtr<CSSFilterValue> create(FilterOperationType type) function in class:blink::CSSFilterValue
H A DCSSFontFaceRule.h36 static PassRefPtrWillBeRawPtr<CSSFontFaceRule> create(StyleRuleFontFace* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSFontFaceSrcValue.h43 static PassRefPtrWillBeRawPtr<CSSFontFaceSrcValue> create(const String& resource) function in class:blink::CSSFontFaceSrcValue
H A DCSSFontFeatureValue.h36 static PassRefPtrWillBeRawPtr<CSSFontFeatureValue> create(const AtomicString& tag, int value) function in class:blink::CSSFontFeatureValue
H A DCSSFontSelector.h46 static PassRefPtrWillBeRawPtr<CSSFontSelector> create(Document* document) function in class:blink::FINAL
H A DCSSFontValue.h35 static PassRefPtrWillBeRawPtr<CSSFontValue> create() function in class:blink::CSSFontValue
H A DCSSFunctionValue.h37 static PassRefPtrWillBeRawPtr<CSSFunctionValue> create(String name, PassRefPtrWillBeRawPtr<CSSValueList> args) function in class:blink::CSSFunctionValue
H A DCSSGradientValue.h159 static PassRefPtrWillBeRawPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient) function in class:blink::CSSLinearGradientValue
199 static PassRefPtrWillBeRawPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient) function in class:blink::CSSRadialGradientValue
H A DCSSGridLineNamesValue.h41 static PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> create() function in class:blink::CSSGridLineNamesValue
H A DCSSGridTemplateAreasValue.h42 static PassRefPtrWillBeRawPtr<CSSGridTemplateAreasValue> create(const NamedGridAreaMap& gridAreaMap, size_t rowCount, size_t columnCount) function in class:blink::CSSGridTemplateAreasValue
H A DCSSImageSetValue.h42 static PassRefPtrWillBeRawPtr<CSSImageSetValue> create() function in class:blink::CSSImageSetValue
H A DCSSImageValue.h39 static PassRefPtrWillBeRawPtr<CSSImageValue> create(const KURL& url, StyleImage* image = 0) function in class:blink::CSSImageValue
43 static PassRefPtrWillBeRawPtr<CSSImageValue> create(const String& rawValue, const KURL& url, StyleImage* image = 0) function in class:blink::CSSImageValue

Completed in 1257 milliseconds

1234567891011>>