Searched refs:applyPropertyToRegularStyle (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolverState.h | 89 bool applyPropertyToRegularStyle() const { return m_applyPropertyToRegularStyle; } in applyPropertyToRegularStyle() function
|
D | StyleBuilderCustom.cpp | 1174 …if (!state.applyPropertyToRegularStyle() && (!state.applyPropertyToVisitedLinkStyle() || !isValidV… in applyProperty() 2079 …Style->fillPaintColor(), svgParentStyle->fillPaintUri(), state.applyPropertyToRegularStyle(), stat… in oldApplyProperty() 2083 …FillPaintColor(), SVGRenderStyle::initialFillPaintUri(), state.applyPropertyToRegularStyle(), stat… in oldApplyProperty() 2088 …alue(svgPaint, state.style()->color()), svgPaint->uri(), state.applyPropertyToRegularStyle(), stat… in oldApplyProperty() 2097 …e->strokePaintColor(), svgParentStyle->strokePaintUri(), state.applyPropertyToRegularStyle(), stat… in oldApplyProperty() 2101 …kePaintColor(), SVGRenderStyle::initialStrokePaintUri(), state.applyPropertyToRegularStyle(), stat… in oldApplyProperty() 2106 …alue(svgPaint, state.style()->color()), svgPaint->uri(), state.applyPropertyToRegularStyle(), stat… in oldApplyProperty()
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StyleBuilderFunctions.cpp.tmpl | 243 if (state.applyPropertyToRegularStyle()) 255 if (state.applyPropertyToRegularStyle()) 275 if (state.applyPropertyToRegularStyle())
|