OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sel1
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebCore/css/
CSSSelector.cpp
394
const CSSSelector*
sel1
= this;
local
397
while (
sel1
&& sel2) {
398
if (
sel1
->m_tag != sel2->m_tag ||
sel1
->attribute() != sel2->attribute() ||
399
sel1
->relation() != sel2->relation() ||
sel1
->m_match != sel2->m_match ||
400
sel1
->m_value != sel2->m_value ||
401
sel1
->pseudoType() != sel2->pseudoType() ||
402
sel1
->argument() != sel2->argument())
404
sel1
= sel1->tagHistory()
[
all
...]
Completed in 11 milliseconds