Searched defs:create (Results 251 - 275 of 1914) sorted by path

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImportRule.h35 static PassRefPtrWillBeRawPtr<CSSImportRule> create(StyleRuleImport* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSInheritedValue.h31 static PassRefPtrWillBeRawPtr<CSSInheritedValue> create() function in class:blink::CSSInheritedValue
H A DCSSKeyframeRule.h43 static PassRefPtrWillBeRawPtr<StyleKeyframe> create() function in class:blink::FINAL
H A DCSSKeyframesRule.h42 static PassRefPtrWillBeRawPtr<StyleRuleKeyframes> create() { return adoptRefWillBeNoop(new StyleRuleKeyframes()); } function in class:blink::FINAL
77 static PassRefPtrWillBeRawPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSLineBoxContainValue.h41 static PassRefPtrWillBeRawPtr<CSSLineBoxContainValue> create(LineBoxContain value) function in class:blink::CSSLineBoxContainValue
H A DCSSMatrix.h41 static PassRefPtrWillBeRawPtr<CSSMatrix> create(const TransformationMatrix& m) function in class:blink::FINAL
45 static PassRefPtrWillBeRawPtr<CSSMatrix> create(const String& s, ExceptionState& exceptionState) function in class:blink::FINAL
H A DCSSMediaRule.h35 static PassRefPtrWillBeRawPtr<CSSMediaRule> create(StyleRuleMedia* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSPageRule.h37 static PassRefPtrWillBeRawPtr<CSSPageRule> create(StyleRulePage* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSPrimitiveValue.h228 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(double value, UnitType type) function in class:blink::CSSPrimitiveValue
232 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(const String& value, UnitType type) function in class:blink::CSSPrimitiveValue
236 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(const Length& value, float zoom) function in class:blink::CSSPrimitiveValue
240 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(const LengthSize& value, const RenderStyle& style) function in class:blink::CSSPrimitiveValue
244 template<typename T> static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> create(T value) function in class:blink::CSSPrimitiveValue
372 static void create(int); // compile-time guard
373 static void create(unsigned); // compile-time guard
H A DCSSPropertySourceData.h76 static PassRefPtrWillBeRawPtr<CSSStyleSourceData> create() function in struct:blink::CSSStyleSourceData
105 static PassRefPtrWillBeRawPtr<CSSRuleSourceData> create(Type type) function in struct:blink::CSSRuleSourceData
119 styleSourceData = CSSStyleSourceData::create();
H A DCSSReflectValue.h39 static PassRefPtrWillBeRawPtr<CSSReflectValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> direction, function in class:blink::CSSReflectValue
H A DCSSRuleList.h61 static PassRefPtrWillBeRawPtr<StaticCSSRuleList> create() function in class:blink::FINAL
93 static PassOwnPtrWillBeRawPtr<LiveCSSRuleList> create(Rule* rule) function in class:blink::FINAL
H A DCSSSVGDocumentValue.h38 static PassRefPtrWillBeRawPtr<CSSSVGDocumentValue> create(const String& url) function in class:blink::CSSSVGDocumentValue
H A DCSSSegmentedFontFace.h49 static PassRefPtrWillBeRawPtr<CSSSegmentedFontFace> create(CSSFontSelector* selector, FontTraits traits) function in class:blink::FINAL
H A DCSSSelector.h94 * Re-create selector text from selector's data
349 static PassRefPtr<RareData> create(const AtomicString& value) { return adoptRef(new RareData(value)); } function in struct:blink::CSSSelector::RareData
H A DCSSShadowValue.h35 static PassRefPtrWillBeRawPtr<CSSShadowValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x, function in class:blink::CSSShadowValue
H A DCSSStyleRule.h36 static PassRefPtrWillBeRawPtr<CSSStyleRule> create(StyleRule* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSStyleSheet.cpp50 static PassOwnPtrWillBeRawPtr<StyleSheetCSSRuleList> create(CSSStyleSheet* sheet) function in class:blink::FINAL
94 PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtrWillBeRawPtr<StyleSheetContents> sheet, CSSImportRule* ownerRule) function in class:blink::CSSStyleSheet
99 PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtrWillBeRawPtr<StyleSheetContents> sheet, Node* ownerNode) function in class:blink::CSSStyleSheet
113 RefPtrWillBeRawPtr<StyleSheetContents> sheet = StyleSheetContents::create(baseURL.string(), parserContext);
258 cssRule = CSSCharsetRule::create(this, m_contents->encodingFromCharsetRule());
293 RefPtrWillBeRawPtr<StaticCSSRuleList> nonCharsetRules(StaticCSSRuleList::create());
383 m_ruleListCSSOMWrapper = StyleSheetCSSRuleList::create(this);
408 m_mediaCSSOMWrapper = MediaList::create(m_mediaQueries.get(), const_cast<CSSStyleSheet*>(this));
H A DCSSSupportsRule.h40 static PassRefPtrWillBeRawPtr<CSSSupportsRule> create(StyleRuleSupports* rule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCSSTimingFunctionValue.h37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) function in class:blink::CSSCubicBezierTimingFunctionValue
73 static PassRefPtrWillBeRawPtr<CSSStepsTimingFunctionValue> create(int steps, StepsTimingFunction::StepAtPosition stepAtPosition) function in class:blink::CSSStepsTimingFunctionValue
H A DCSSTransformValue.h62 static PassRefPtrWillBeRawPtr<CSSTransformValue> create(TransformOperationType type) function in class:blink::CSSTransformValue
H A DCSSUnicodeRangeValue.h36 static PassRefPtrWillBeRawPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to) function in class:blink::CSSUnicodeRangeValue
H A DCSSValue.cpp83 static PassRefPtrWillBeRawPtr<TextCloneCSSValue> create(ClassType classType, const String& text) function in class:blink::TextCloneCSSValue
619 return TextCloneCSSValue::create(classType(), cssText());
H A DCSSViewportRule.h45 static PassRefPtrWillBeRawPtr<CSSViewportRule> create(StyleRuleViewport* viewportRule, CSSStyleSheet* sheet) function in class:blink::FINAL
H A DCounter.h33 static PassRefPtrWillBeRawPtr<Counter> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> identifier, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> listStyle, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> separator) function in class:blink::Counter
57 return create(m_identifier ? m_identifier->cloneForCSSOM() : nullptr

Completed in 2065 milliseconds

<<11121314151617181920>>