Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedNode.cpp39 return mIsInLayer ? frame->adjustBounds(this, mBounds) : mBounds; in bounds()
101 return mIsInLayer ? frame->adjustBounds(this, bounds) : bounds; in cursorRingBounds()
236 return mIsInLayer ? frame->adjustBounds(this, mHitBounds) : mHitBounds; in hitBounds()
264 return mIsInLayer ? frame->localBounds(this, mBounds) : mBounds; in localBounds()
269 return mIsInLayer ? frame->localBounds(this, mHitBounds) : mHitBounds; in localHitBounds()
276 return mIsInLayer ? frame->localBounds(this, rect) : rect; in localRing()
310 return mIsInLayer ? frame->adjustBounds(this, rect) : rect; in ring()
420 DEBUG_PRINT_BOOL(mIsInLayer); in print()
DCachedNode.h119 bool isInLayer() const { return mIsInLayer; } in isInLayer()
167 void setIsInLayer(bool isInLayer) { mIsInLayer = isInLayer; } in setIsInLayer()
212 bool mIsInLayer : 1; variable