Searched refs:mLastAll (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedRoot.cpp124 mLastAll.setEmpty();
135 if (mLastAll.isEmpty() || Area(mLastAll) < Area(mAllDrawnIn)) {
136 mLastAll = mAllDrawnIn;
143 return (mLastAll.isEmpty() && mLastOver.isEmpty()) ||
184 mLastAll.isEmpty() == false)
214 SkIRect mLastAll; member in class:android::BoundsCheck
1153 const SkIRect& l = boundsCheck.mLastAll;
1155 DBG_NAV_LOGD("hidden mDrawnOver={%d,%d,%d,%d} mLastAll={%d,%d,%d,%d}"

Completed in 153 milliseconds