OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linkMatchType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h
62
unsigned
linkMatchType
: 2;
77
void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned
linkMatchType
= SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
97
return a.properties == b.properties && a.
linkMatchType
== b.
linkMatchType
;
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp
[
all
...]
RuleSet.h
85
unsigned
linkMatchType
() const { return m_linkMatchType; }
Completed in 199 milliseconds