OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sel2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp
574
const CSSSelector*
sel2
= &other;
local
576
while (sel1 &&
sel2
) {
577
if (sel1->attribute() !=
sel2
->attribute()
578
|| sel1->relation() !=
sel2
->relation()
579
|| sel1->m_match !=
sel2
->m_match
580
|| sel1->value() !=
sel2
->value()
581
|| sel1->pseudoType() !=
sel2
->pseudoType()
582
|| sel1->argument() !=
sel2
->argument()) {
586
if (sel1->tagQName() !=
sel2
->tagQName())
590
sel2
= sel2->tagHistory()
[
all
...]
/external/iproute2/tc/
f_u32.c
1085
}
sel2
;
local
1086
memset(&
sel2
, 0, sizeof(
sel2
));
1088
if (parse_selector(&argc, &argv, &
sel2
.sel, n)) {
1092
if (
sel2
.sel.nkeys != 1) {
1106
hash =
sel2
.sel.keys[0].val&
sel2
.sel.keys[0].mask;
Completed in 124 milliseconds