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

  /external/webkit/Source/WebKit/android/nav/
CachedFrame.h 148 void setLocalViewBounds(const WebCore::IntRect& bounds) { mLocalViewBounds = bounds; }
236 WebCore::IntRect mLocalViewBounds;
CachedFrame.cpp 48 mLocalViewBounds.x(), mLocalViewBounds.y(),
49 mLocalViewBounds.width(), mLocalViewBounds.height(),
486 if (mLocalViewBounds.contains(x, y) == false)
    [all...]

Completed in 59 milliseconds