Searched refs:cloneForCSSOM (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGridLineNamesValue.cpp46 PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> CSSGridLineNamesValue::cloneForCSSOM() const function in class:WebCore::CSSGridLineNamesValue
H A DCSSArrayFunctionValue.cpp50 PassRefPtrWillBeRawPtr<CSSArrayFunctionValue> CSSArrayFunctionValue::cloneForCSSOM() const function in class:WebCore::CSSArrayFunctionValue
H A DCSSGridLineNamesValue.h48 PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> cloneForCSSOM() const;
H A DCounter.h53 PassRefPtrWillBeRawPtr<Counter> cloneForCSSOM() const function in class:WebCore::Counter
55 return create(m_identifier ? m_identifier->cloneForCSSOM() : nullptr
56 , m_listStyle ? m_listStyle->cloneForCSSOM() : nullptr
57 , m_separator ? m_separator->cloneForCSSOM() : nullptr);
H A DCSSArrayFunctionValue.h47 PassRefPtrWillBeRawPtr<CSSArrayFunctionValue> cloneForCSSOM() const;
H A DRect.h56 : m_top(cloneFrom.m_top ? cloneFrom.m_top->cloneForCSSOM() : nullptr)
57 , m_right(cloneFrom.m_right ? cloneFrom.m_right->cloneForCSSOM() : nullptr)
58 , m_bottom(cloneFrom.m_bottom ? cloneFrom.m_bottom->cloneForCSSOM() : nullptr)
59 , m_left(cloneFrom.m_left ? cloneFrom.m_left->cloneForCSSOM() : nullptr)
74 PassRefPtrWillBeRawPtr<Rect> cloneForCSSOM() const { return adoptRefWillBeNoop(new Rect(*this)); } function in class:WebCore::Rect
98 PassRefPtrWillBeRawPtr<Quad> cloneForCSSOM() const { return adoptRefWillBeNoop(new Quad(*this)); } function in class:WebCore::Quad
H A DCSSTransformValue.cpp85 PassRefPtrWillBeRawPtr<CSSTransformValue> CSSTransformValue::cloneForCSSOM() const function in class:WebCore::CSSTransformValue
H A DCSSFilterValue.h63 PassRefPtrWillBeRawPtr<CSSFilterValue> cloneForCSSOM() const;
H A DCSSTransformValue.h72 PassRefPtrWillBeRawPtr<CSSTransformValue> cloneForCSSOM() const;
H A DCSSValue.cpp614 PassRefPtrWillBeRawPtr<CSSValue> CSSValue::cloneForCSSOM() const function in class:WebCore::CSSValue
618 return toCSSPrimitiveValue(this)->cloneForCSSOM();
620 return toCSSValueList(this)->cloneForCSSOM();
623 return toCSSImageValue(this)->cloneForCSSOM();
625 return toCSSFilterValue(this)->cloneForCSSOM();
627 return toCSSArrayFunctionValue(this)->cloneForCSSOM();
629 return toCSSTransformValue(this)->cloneForCSSOM();
631 return toCSSImageSetValue(this)->cloneForCSSOM();
633 return toSVGPaint(this)->cloneForCSSOM();
H A DCSSFilterValue.cpp91 PassRefPtrWillBeRawPtr<CSSFilterValue> CSSFilterValue::cloneForCSSOM() const function in class:WebCore::CSSFilterValue
H A DCSSImageSetValue.h66 PassRefPtrWillBeRawPtr<CSSImageSetValue> cloneForCSSOM() const;
H A DCSSImageValue.h64 PassRefPtrWillBeRawPtr<CSSValue> cloneForCSSOM() const;
H A DCSSValueList.cpp157 m_values[i] = cloneFrom.m_values[i]->cloneForCSSOM();
160 PassRefPtrWillBeRawPtr<CSSValueList> CSSValueList::cloneForCSSOM() const function in class:WebCore::CSSValueList
H A DCSSImageValue.cpp111 PassRefPtrWillBeRawPtr<CSSValue> CSSImageValue::cloneForCSSOM() const function in class:WebCore::CSSImageValue
H A DCSSValueList.h68 PassRefPtrWillBeRawPtr<CSSValueList> cloneForCSSOM() const;
H A DCSSImageSetValue.cpp190 PassRefPtrWillBeRawPtr<CSSImageSetValue> CSSImageSetValue::cloneForCSSOM() const function in class:WebCore::CSSImageSetValue
H A DCSSPrimitiveValue.cpp1259 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSPrimitiveValue::cloneForCSSOM() const function in class:WebCore::CSSPrimitiveValue
1271 result = CSSPrimitiveValue::create(m_value.counter->cloneForCSSOM());
1274 result = CSSPrimitiveValue::create(m_value.rect->cloneForCSSOM());
1277 result = CSSPrimitiveValue::create(m_value.quad->cloneForCSSOM());
H A DCSSValue.h40 // The few subtypes that are actually exposed in CSSOM can be seen in the cloneForCSSOM() function.
117 PassRefPtrWillBeRawPtr<CSSValue> cloneForCSSOM() const;
H A DPropertySetCSSStyleDeclaration.cpp285 clonedValue = internalValue->cloneForCSSOM();
H A DCSSPrimitiveValue.h357 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> cloneForCSSOM() const;
H A DCSSComputedStyleDeclaration.cpp2998 return value ? value->cloneForCSSOM() : nullptr;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPaint.cpp75 PassRefPtrWillBeRawPtr<SVGPaint> SVGPaint::cloneForCSSOM() const function in class:WebCore::SVGPaint
H A DSVGPaint.h100 PassRefPtrWillBeRawPtr<SVGPaint> cloneForCSSOM() const;

Completed in 193 milliseconds