OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propertyIsImportant
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveCSSPropertyCommand.cpp
54
m_important = style->
propertyIsImportant
(m_property);
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
...]
/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())
StylePropertySet.h
97
bool
propertyIsImportant
(CSSPropertyID) const;
PropertySetCSSStyleDeclaration.cpp
189
return m_propertySet->
propertyIsImportant
(propertyID) ? "important" : "";
StylePropertySerializer.cpp
731
bool currentPropertyIsImportant = m_propertySet.
propertyIsImportant
(shorthand.properties()[i]);
[
all
...]
Completed in 65 milliseconds