HomeSort by relevance Sort by last modified time
    Searched refs:UP_DOWN (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/android/nav/
CacheBuilder.h 72 UP_DOWN = UP & DOWN, // mask and result
CachedFrame.h 59 UP_DOWN = UP & DOWN, // mask and result
CachedRoot.cpp 707 *scrollPtr = WebCore::IntPoint(direction & UP_DOWN ? 0 : delta,
708 direction & UP_DOWN ? delta : 0);
    [all...]
CachedFrame.cpp 55 if (direction & UP_DOWN) {
537 if (direction & UP_DOWN) {
    [all...]

Completed in 60 milliseconds