OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inheritedOnly
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp
774
bool
inheritedOnly
= false;
777
applyMatchedProperties<AnimationProperties>(state, result, false, 0, result.matchedProperties.size() - 1,
inheritedOnly
);
778
applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.size() - 1,
inheritedOnly
);
[
all
...]
StyleResolver.h
274
void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startIndex, int endIndex, bool
inheritedOnly
);
276
void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool
inheritedOnly
, PropertyWhitelistType = PropertyWhitelistNone);
Completed in 179 milliseconds