OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertywhitelisttype
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp
46
void MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType,
PropertyWhitelistType
propertyWhitelistType
)
52
newProperties.whitelistType =
propertyWhitelistType
;
MatchResult.h
77
void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll,
PropertyWhitelistType
= PropertyWhitelistNone);
StyleResolver.cpp
[
all
...]
StyleResolver.h
276
void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly,
PropertyWhitelistType
= PropertyWhitelistNone);
/external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h
43
enum
PropertyWhitelistType
{
87
PropertyWhitelistType
propertyWhitelistType
(bool isMatchingUARules = false) const { return isMatchingUARules ? PropertyWhitelistNone : static_cast<
PropertyWhitelistType
>(m_propertyWhitelistType); }
ElementRuleCollector.cpp
255
m_result.addMatchedProperties(ruleData->rule()->properties(), ruleData->rule(), ruleData->linkMatchType(), ruleData->
propertyWhitelistType
(m_matchingUARules));
RuleSet.cpp
110
static inline
PropertyWhitelistType
determinePropertyWhitelistType(const AddRuleFlags addRuleFlags, const CSSSelector* selector)
/external/chromium_org/tools/telemetry/unittest_data/
perf_report_output.txt
316
0.33^9932889^HTMLParserThrea^chrome ^[.] void WebCore::StyleResolver::applyProperties<(WebCore::StyleResolver::StyleApplicationPass)1>(WebCore::StyleResolverState&, WebCore::StylePropertySet const*, WebCore::StyleRule*, bool, bool, WebCore::
PropertyWhitelistType
)
318
--- void WebCore::StyleResolver::applyProperties<(WebCore::StyleResolver::StyleApplicationPass)1>(WebCore::StyleResolverState&, WebCore::StylePropertySet const*, WebCore::StyleRule*, bool, bool, WebCore::
PropertyWhitelistType
)
[
all
...]
Completed in 399 milliseconds