OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addmatchedproperties
(Results
1 - 5
of
5
) 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)
MatchResult.h
77
void
addMatchedProperties
(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
StyleResolver.cpp
566
collector.matchedResult().
addMatchedProperties
(textDirection == LTR ? leftToRightDeclaration() : rightToLeftDeclaration());
750
result.
addMatchedProperties
(keyframe->properties());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp
84
m_result.
addMatchedProperties
(matchedPageRules[i]->properties());
ElementRuleCollector.cpp
115
m_result.
addMatchedProperties
(propertySet);
255
m_result.
addMatchedProperties
(ruleData->rule()->properties(), ruleData->rule(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));
Completed in 104 milliseconds