Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1310 void StyleResolver::applyAllProperty(StyleResolverState& state, CSSValue* allValue) in applyAllProperty() argument
1312 bool isUnsetValue = !allValue->isInitialValue() && !allValue->isInheritedValue(); in applyAllProperty()
1334 value = allValue; in applyAllProperty()