Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedFrame.h137 void setLocalViewBounds(const WebCore::IntRect& bounds) { mLocalViewBounds = bounds; } in setLocalViewBounds()
225 WebCore::IntRect mLocalViewBounds; variable
DCachedFrame.cpp461 if (mLocalViewBounds.contains(x, y) == false) in findBestFrameAt()
877 mLocalViewBounds = WebCore::IntRect(0, 0, 0, 0); in init()
1025 mViewBounds = mLocalViewBounds; in setData()
1032 x = mLocalViewBounds.x(); in setData()
1033 y = mLocalViewBounds.y(); in setData()
1383 DEBUG_PRINT_RECT("", BOUNDS, mLocalViewBounds); in print()