OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectorFailsCompletely
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp
129
// *
SelectorFailsCompletely
- the selector fails for e and any sibling or ancestor of e
172
return
SelectorFailsCompletely
;
176
return
SelectorFailsCompletely
;
216
return
SelectorFailsCompletely
;
242
return
SelectorFailsCompletely
;
248
if (match == SelectorMatches || match ==
SelectorFailsCompletely
)
251
return
SelectorFailsCompletely
;
253
return
SelectorFailsCompletely
;
261
return
SelectorFailsCompletely
;
289
if (match == SelectorMatches || match == SelectorFailsAllSiblings || match ==
SelectorFailsCompletely
)
[
all
...]
SelectorChecker.h
46
enum Match { SelectorMatches, SelectorFailsLocally, SelectorFailsAllSiblings,
SelectorFailsCompletely
};
Completed in 32 milliseconds