OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shorthandID
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp
116
unsigned indexOfShorthandForLonghand(CSSPropertyID
shorthandID
, const Vector<StylePropertyShorthand, 4>& shorthands)
119
if (shorthands.at(i).id() ==
shorthandID
)
CSSProperty.h
45
CSSPropertyID
shorthandID
() const;
74
CSSPropertyID
shorthandID
() const { return m_metadata.
shorthandID
(); };
PropertySetCSSStyleDeclaration.cpp
197
CSSPropertyID
shorthandID
= m_propertySet->getPropertyShorthand(propertyID);
198
if (!
shorthandID
)
200
return getPropertyNameString(
shorthandID
);
StylePropertySet.h
61
CSSPropertyID
shorthandID
() const { return propertyMetadata().
shorthandID
(); }
StylePropertySet.cpp
220
return propertyAt(foundPropertyIndex).
shorthandID
();
276
CSSPropertyID prefixedShorthand = prefixingVariantForPropertyId(property.
shorthandID
());
CSSProperty.cpp
37
CSSPropertyID StylePropertyMetadata::
shorthandID
() const
Completed in 98 milliseconds