OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shorthandID
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/css/
CSSProperty.h
35
CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int
shorthandID
= 0, bool implicit = false)
37
, m_shorthandID(
shorthandID
)
55
int
shorthandID
() const { return m_shorthandID; }
CSSStyleDeclaration.cpp
69
int
shorthandID
= getPropertyShorthand(propID);
70
if (!
shorthandID
)
72
return getPropertyName(static_cast<CSSPropertyID>(
shorthandID
));
Completed in 44 milliseconds