OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertywhitelistnone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h
44
PropertyWhitelistNone
= 0,
87
PropertyWhitelistType propertyWhitelistType(bool isMatchingUARules = false) const { return isMatchingUARules ?
PropertyWhitelistNone
: static_cast<PropertyWhitelistType>(m_propertyWhitelistType); }
RuleSet.cpp
118
return
PropertyWhitelistNone
;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h
77
void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType =
PropertyWhitelistNone
);
StyleResolver.h
276
void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType =
PropertyWhitelistNone
);
Completed in 537 milliseconds