Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1569 static bool fontWeightNeedsResolving(CSSValue* fontWeight) in fontWeightNeedsResolving() function
1592 …if (!fontWeightNeedsResolving(fontWeight.get()) && (fontWeightIsBold(fontWeight.get()) == fontWeig… in getPropertiesNotIn()