Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp482 …RefPtr<CSSMutableStyleDeclaration> styleFromMatchedRules = styleFromMatchedRulesForElement(const_c… in appendStartMarkup() local
485 styleFromMatchedRules->merge(style.get()); in appendStartMarkup()
486 style = styleFromMatchedRules; in appendStartMarkup()