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

  /external/webkit/WebKit/android/nav/
CachedFrame.h 137 void setLocalViewBounds(const WebCore::IntRect& bounds) { mLocalViewBounds = bounds; }
225 WebCore::IntRect mLocalViewBounds;
CachedFrame.cpp 461 if (mLocalViewBounds.contains(x, y) == false)
    [all...]

Completed in 88 milliseconds