OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:propertyIsImportant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp
198
bool StylePropertySet::
propertyIsImportant
(CSSPropertyID propertyID) const
209
if (!
propertyIsImportant
(shorthand.properties()[i]))
358
if (!
propertyIsImportant
(property.id()) || property.isImportant())
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp
612
textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->
propertyIsImportant
(CSSPropertyUnicodeBidi));
614
m_mutableStyle->
propertyIsImportant
(CSSPropertyDirection));
664
m_mutableStyle->setProperty(textDecorationPropertyForEditing(), textDecorationsInEffect->cssText(), m_mutableStyle->
propertyIsImportant
(textDecorationPropertyForEditing()));
761
extractedStyle->setProperty(textDecorationPropertyForEditing(), inlineStyle->getPropertyValue(textDecorationPropertyForEditing()), inlineStyle->
propertyIsImportant
(textDecorationPropertyForEditing()));
773
extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->
propertyIsImportant
(propertyID));
782
extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->
propertyIsImportant
(propertyID));
[
all
...]
Completed in 71 milliseconds