Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedNode.cpp39 return mIsInLayer ? frame->adjustBounds(this, mBounds) : mBounds; in bounds()
101 return mIsInLayer ? frame->adjustBounds(this, bounds) : bounds; in cursorRingBounds()
234 return mIsInLayer ? frame->adjustBounds(this, mHitBounds) : mHitBounds; in hitBounds()
262 return mIsInLayer ? frame->localBounds(this, mBounds) : mBounds; in localBounds()
267 return mIsInLayer ? frame->localBounds(this, mHitBounds) : mHitBounds; in localHitBounds()
274 return mIsInLayer ? frame->localBounds(this, rect) : rect; in localRing()
308 return mIsInLayer ? frame->adjustBounds(this, rect) : rect; in ring()
415 DEBUG_PRINT_BOOL(mIsInLayer); in print()
DCachedNode.h116 bool isInLayer() const { return mIsInLayer; } in isInLayer()
160 void setIsInLayer(bool isInLayer) { mIsInLayer = isInLayer; } in setIsInLayer()
201 bool mIsInLayer : 1; variable