Home
last modified time | relevance | path

Searched refs:intoRight (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedFrame.cpp1121 int intoRight = otherRight - _right; in isContainer() local
1123 bool contains = intoX >= 0 && intoY >= 0 && intoRight <= 0 && intoBottom <= 0; in isContainer()
1129 bool containedBy = intoX <= 0 && intoY <= 0 && intoRight >= 0 && intoBottom >= 0; in isContainer()