OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAbove
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.cpp
143
bool HTMLElementStack::ElementRecord::
isAbove
(ElementRecord* other) const
/external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp
587
bool
isAbove
= sweep->fY <= 0;
588
if (
isAbove
&& foundBelow) {
591
foundBelow |= !
isAbove
;
[
all
...]
Completed in 5122 milliseconds