OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSSValue
(Results
51 - 75
of
196
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.h
29
#include "core/css/
CSSValue
.h"
41
class CSSFontFaceSrcValue : public
CSSValue
{
76
void traceAfterDispatch(Visitor* visitor) {
CSSValue
::traceAfterDispatch(visitor); }
80
:
CSSValue
(FontFaceSrcClass)
CSSValue.h
39
// FIXME: The current
CSSValue
and subclasses should be turned into internal types (StyleValue).
43
// Please don't expose more
CSSValue
types to the web.
44
class
CSSValue
: public RefCountedWillBeGarbageCollectedFinalized<
CSSValue
> {
117
PassRefPtrWillBeRawPtr<
CSSValue
> cloneForCSSOM() const;
121
bool equals(const
CSSValue
&) const;
188
explicit
CSSValue
(ClassType classType, bool isCSSOMSafe = false)
202
~
CSSValue
() { }
260
DEFINE_TYPE_CASTS(thisType,
CSSValue
, value, value->predicate, value.predicate)
CSSValue.cpp
28
#include "core/css/
CSSValue
.h"
66
COMPILE_ASSERT(sizeof(
CSSValue
) <= sizeof(SameSizeAsCSSValue), CSS_value_should_stay_small);
68
class TextCloneCSSValue : public
CSSValue
{
77
void traceAfterDispatch(Visitor* visitor) {
CSSValue
::traceAfterDispatch(visitor); }
81
:
CSSValue
(classType, /*isCSSOMSafe*/ true)
92
bool
CSSValue
::isImplicitInitialValue() const
97
CSSValue
::Type
CSSValue
::cssValueType() const
110
bool
CSSValue
::hasFailedOrCanceledSubresources() const
130
inline static bool compareCSSValues(const
CSSValue
& first, const CSSValue& second
[
all
...]
CSSFunctionValue.h
29
#include "core/css/
CSSValue
.h"
36
class CSSFunctionValue : public
CSSValue
{
CSSProperty.h
25
#include "core/css/
CSSValue
.h"
58
CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<
CSSValue
> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
65
CSSProperty(StylePropertyMetadata metadata,
CSSValue
* value)
76
CSSValue
* value() const { return m_value.get(); }
90
RefPtrWillBeMember<
CSSValue
> m_value;
CSSReflectValue.cpp
52
CSSValue
::traceAfterDispatch(visitor);
CSSSVGDocumentValue.cpp
38
:
CSSValue
(CSSSVGDocumentClass)
CSSImageGeneratorValue.h
29
#include "core/css/
CSSValue
.h"
54
class CSSImageGeneratorValue : public
CSSValue
{
70
void traceAfterDispatch(Visitor* visitor) {
CSSValue
::traceAfterDispatch(visitor); }
CSSImageValue.h
24
#include "core/css/
CSSValue
.h"
38
class CSSImageValue : public
CSSValue
{
64
PassRefPtrWillBeRawPtr<
CSSValue
> cloneForCSSOM() const;
WebKitCSSTransformValue.idl
59
[ImplementedAs=item] getter
CSSValue
(unsigned long index);
PropertySetCSSStyleDeclaration.cpp
175
PassRefPtrWillBeRawPtr<
CSSValue
> AbstractPropertySetCSSStyleDeclaration::getPropertyCSSValue(const String& propertyName)
250
PassRefPtrWillBeRawPtr<
CSSValue
> AbstractPropertySetCSSStyleDeclaration::getPropertyCSSValueInternal(CSSPropertyID propertyID)
273
CSSValue
* AbstractPropertySetCSSStyleDeclaration::cloneAndCacheForCSSOM(
CSSValue
* internalValue)
281
m_cssomCSSValueClones = adoptPtrWillBeNoop(new WillBeHeapHashMap<RawPtrWillBeMember<
CSSValue
>, RefPtrWillBeMember<
CSSValue
> >);
283
RefPtrWillBeMember<
CSSValue
>& clonedValue = m_cssomCSSValueClones->add(internalValue, RefPtrWillBeMember<
CSSValue
>()).storedValue->value;
300
bool AbstractPropertySetCSSStyleDeclaration::cssPropertyMatches(CSSPropertyID propertyID, const
CSSValue
* propertyValue) const
CSSImageValue.cpp
37
:
CSSValue
(ImageClass)
111
PassRefPtrWillBeRawPtr<
CSSValue
> CSSImageValue::cloneForCSSOM() const
126
CSSValue
::traceAfterDispatch(visitor);
CSSPrimitiveValueMappings.h
57
:
CSSValue
(PrimitiveClass)
70
:
CSSValue
(PrimitiveClass)
96
:
CSSValue
(PrimitiveClass)
109
:
CSSValue
(PrimitiveClass)
128
:
CSSValue
(PrimitiveClass)
167
:
CSSValue
(PrimitiveClass)
193
:
CSSValue
(PrimitiveClass)
228
:
CSSValue
(PrimitiveClass)
259
:
CSSValue
(PrimitiveClass)
312
:
CSSValue
(PrimitiveClass
[
all
...]
StylePropertySerializer.cpp
322
RefPtrWillBeRawPtr<
CSSValue
> value = m_propertySet.getPropertyCSSValue(CSSPropertyMarkerStart);
336
RefPtrWillBeRawPtr<
CSSValue
> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
337
RefPtrWillBeRawPtr<
CSSValue
> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
476
WillBeHeapVector<RefPtrWillBeMember<
CSSValue
> > values(size);
503
RefPtrWillBeRawPtr<
CSSValue
> value = nullptr;
530
RefPtrWillBeRawPtr<
CSSValue
> yValue = nullptr;
531
RefPtrWillBeRawPtr<
CSSValue
> nextValue = values[j + 1];
627
RefPtrWillBeRawPtr<
CSSValue
> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]);
656
RefPtrWillBeRawPtr<
CSSValue
> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]);
704
static void appendBackgroundRepeatValue(StringBuilder& builder, const
CSSValue
& repeatXCSSValue, const CSSValue& repeatYCSSValue
[
all
...]
CSSLineBoxContainValue.cpp
35
:
CSSValue
(LineBoxContainClass)
CSSShadowValue.h
24
#include "core/css/
CSSValue
.h"
33
class CSSShadowValue : public
CSSValue
{
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp
50
PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId,
CSSValue
* value)
55
void CSSToStyleMap::mapFillAttachment(CSSPropertyID, FillLayer* layer,
CSSValue
* value) const
81
void CSSToStyleMap::mapFillClip(CSSPropertyID, FillLayer* layer,
CSSValue
* value) const
95
void CSSToStyleMap::mapFillComposite(CSSPropertyID, FillLayer* layer,
CSSValue
* value) const
109
void CSSToStyleMap::mapFillBlendMode(CSSPropertyID, FillLayer* layer,
CSSValue
* value) const
123
void CSSToStyleMap::mapFillOrigin(CSSPropertyID, FillLayer* layer,
CSSValue
* value) const
138
void CSSToStyleMap::mapFillImage(CSSPropertyID property, FillLayer* layer,
CSSValue
* value)
148
void CSSToStyleMap::mapFillRepeatX(CSSPropertyID, FillLayer* layer,
CSSValue
* value) const
162
void CSSToStyleMap::mapFillRepeatY(CSSPropertyID, FillLayer* layer,
CSSValue
* value) const
176
void CSSToStyleMap::mapFillSize(CSSPropertyID, FillLayer* layer,
CSSValue
* value) cons
[
all
...]
StyleBuilderConverter.cpp
59
PassRefPtr<StyleReflection> StyleBuilderConverter::convertBoxReflect(StyleResolverState& state,
CSSValue
* value)
79
AtomicString StyleBuilderConverter::convertFragmentIdentifier(StyleResolverState& state,
CSSValue
* value)
87
EGlyphOrientation StyleBuilderConverter::convertGlyphOrientation(StyleResolverState&,
CSSValue
* value)
107
GridPosition StyleBuilderConverter::convertGridPosition(StyleResolverState&,
CSSValue
* value)
163
GridTrackSize StyleBuilderConverter::convertGridTrackSize(StyleResolverState& state,
CSSValue
* value)
176
bool StyleBuilderConverter::convertGridTrackList(
CSSValue
* value, Vector<GridTrackSize>& trackSizes, NamedGridLinesMap& namedGridLines, OrderedNamedGridLines& orderedNamedGridLines, StyleResolverState& state)
189
CSSValue
* currValue = i.value();
230
Length StyleBuilderConverter::convertLength(StyleResolverState& state,
CSSValue
* value)
238
Length StyleBuilderConverter::convertLengthOrAuto(StyleResolverState& state,
CSSValue
* value)
246
Length StyleBuilderConverter::convertLengthSizing(StyleResolverState& state,
CSSValue
* value
[
all
...]
StyleBuilderCustom.cpp
109
void StyleBuilder::applyProperty(CSSPropertyID id, StyleResolverState& state,
CSSValue
* value)
154
void StyleBuilderFunctions::applyValueCSSPropertyClip(StyleResolverState& state,
CSSValue
* value)
191
void StyleBuilderFunctions::applyValueCSSPropertyColor(StyleResolverState& state,
CSSValue
* value)
218
void StyleBuilderFunctions::applyValueCSSPropertyCursor(StyleResolverState& state,
CSSValue
* value)
226
CSSValue
* item = list->itemWithoutBoundsCheck(i);
241
void StyleBuilderFunctions::applyValueCSSPropertyDirection(StyleResolverState& state,
CSSValue
* value)
264
void StyleBuilderFunctions::applyValueCSSPropertyDisplay(StyleResolverState& state,
CSSValue
* value)
282
void StyleBuilderFunctions::applyValueCSSPropertyFontFamily(StyleResolverState& state,
CSSValue
* value)
297
void StyleBuilderFunctions::applyValueCSSPropertyFontSize(StyleResolverState& state,
CSSValue
* value)
312
void StyleBuilderFunctions::applyValueCSSPropertyFontWeight(StyleResolverState& state,
CSSValue
* value
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DeferredLegacyStyleInterpolation.cpp
31
bool DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(const
CSSValue
& value)
34
case
CSSValue
::CSS_INHERIT:
36
case
CSSValue
::CSS_PRIMITIVE_VALUE:
38
case
CSSValue
::CSS_VALUE_LIST:
40
case
CSSValue
::CSS_CUSTOM:
49
case
CSSValue
::CSS_INITIAL:
LengthStyleInterpolation.cpp
13
bool LengthStyleInterpolation::canCreateFrom(const
CSSValue
& value)
27
PassOwnPtrWillBeRawPtr<InterpolableValue> LengthStyleInterpolation::lengthToInterpolableValue(
CSSValue
* value)
69
PassRefPtrWillBeRawPtr<
CSSValue
> LengthStyleInterpolation::interpolableValueToLength(InterpolableValue* value, ValueRange range)
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSValueCustom.cpp
41
v8::Handle<v8::Object> wrap(
CSSValue
* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleImage.h
27
#include "core/css/
CSSValue
.h"
38
class
CSSValue
;
52
virtual PassRefPtrWillBeRawPtr<
CSSValue
>
cssValue
() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.cpp
33
:
CSSValue
(SVGPaintClass)
68
:
CSSValue
(SVGPaintClass, /*isCSSOMSafe*/ true)
/external/chromium_org/third_party/WebKit/Source/core/animation/
StringKeyframe.cpp
56
StringKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing,
CSSValue
* value, AnimationEffect::CompositeOperation op)
61
StringKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing,
CSSValue
* value)
70
CSSValue
* fromCSSValue = m_value.get();
71
CSSValue
* toCSSValue = toStringPropertySpecificKeyframe(end)->value();
Completed in 858 milliseconds
1
2
3
4
5
6
7
8