Home
last modified time | relevance | path

Searched refs:styleFromMatchedRules (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1147 …RefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRules = styleFromMatchedRulesForElemen… in mergeStyleFromRules() local
1152 styleFromMatchedRules->mergeAndOverrideOnConflict(m_mutableStyle.get()); in mergeStyleFromRules()
1155 m_mutableStyle = styleFromMatchedRules; in mergeStyleFromRules()
1200 …RefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRules = styleFromMatchedRulesForElemen… in removeStyleFromRulesAndContext() local
1201 if (styleFromMatchedRules && !styleFromMatchedRules->isEmpty()) in removeStyleFromRulesAndContext()
1202 …m_mutableStyle = getPropertiesNotIn(m_mutableStyle.get(), styleFromMatchedRules->ensureCSSStyleDec… in removeStyleFromRulesAndContext()
1210 removePropertiesInStyle(computedStyle->m_mutableStyle.get(), styleFromMatchedRules.get()); in removeStyleFromRulesAndContext()
1217 …if (!styleFromMatchedRules->getPropertyCSSValue(CSSPropertyDisplay) && getIdentifierValue(m_mutabl… in removeStyleFromRulesAndContext()
1219 …if (!styleFromMatchedRules->getPropertyCSSValue(CSSPropertyFloat) && getIdentifierValue(m_mutableS… in removeStyleFromRulesAndContext()