Lines Matching refs:CachedRoot
1027 bool CachedRoot::adjustForScroll(BestData* best, CachedFrame::Direction direction, in adjustForScroll()
1055 void CachedRoot::calcBitBounds(const IntRect& nodeBounds, IntRect* bitBounds) const in calcBitBounds()
1081 int CachedRoot::checkForCenter(int x, int y) const in checkForCenter()
1098 void CachedRoot::checkForJiggle(int* xDeltaPtr) const in checkForJiggle()
1116 bool CachedRoot::checkRings(SkPicture* picture, const CachedNode* node, in checkRings()
1144 void CachedRoot::draw(FindCanvas& canvas) const in draw()
1155 const CachedNode* CachedRoot::findAt(const WebCore::IntRect& rect, in findAt()
1167 (const_cast<CachedRoot*>(this))->resetClippedOut(); in findAt()
1186 WebCore::IntPoint CachedRoot::cursorLocation() const in cursorLocation()
1193 WebCore::IntPoint CachedRoot::focusLocation() const in focusLocation()
1201 int CachedRoot::getAndResetSelectionEnd() in getAndResetSelectionEnd()
1208 int CachedRoot::getAndResetSelectionStart() in getAndResetSelectionStart()
1215 int CachedRoot::getBlockLeftEdge(int x, int y, float scale) const in getBlockLeftEdge()
1252 void CachedRoot::getSimulatedMousePosition(WebCore::IntPoint* point) const in getSimulatedMousePosition()
1274 void CachedRoot::init(WebCore::Frame* frame, CachedHistory* history) in init()
1282 bool CachedRoot::innerDown(const CachedNode* test, BestData* bestData) const in innerDown()
1308 bool CachedRoot::innerLeft(const CachedNode* test, BestData* bestData) const in innerLeft()
1333 void CachedRoot::innerMove(const CachedNode* node, BestData* bestData, in innerMove()
1406 bool CachedRoot::innerRight(const CachedNode* test, BestData* bestData) const in innerRight()
1432 bool CachedRoot::innerUp(const CachedNode* test, BestData* bestData) const in innerUp()
1456 WTF::String CachedRoot::imageURI(int x, int y) const in imageURI()
1471 bool CachedRoot::maskIfHidden(BestData* best) const in maskIfHidden()
1525 const CachedNode* CachedRoot::moveCursor(Direction direction, const CachedFrame** framePtr, in moveCursor()
1531 CachedRoot* frame = this; in moveCursor()
1610 const CachedNode* CachedRoot::nextTextField(const CachedNode* start, in nextTextField()
1617 SkPicture* CachedRoot::pictureAt(int* xPtr, int* yPtr, int* id) const in pictureAt()
1642 void CachedRoot::reset() in reset()
1654 bool CachedRoot::scrollDelta(WebCore::IntRect& newOutset, Direction direction, int* delta) in scrollDelta()
1676 void CachedRoot::setCachedFocus(CachedFrame* frame, CachedNode* node) in setCachedFocus()
1702 void CachedRoot::setCursor(CachedFrame* frame, CachedNode* node) in setCursor()
1738 void CachedRoot::setCursorCache(int scrollX, int scrollY) const in setCursorCache()
1786 CachedRoot* CachedRoot::Debug::base() const { in base()
1787 CachedRoot* nav = (CachedRoot*) ((char*) this - OFFSETOF(CachedRoot, mDebug)); in base()
1791 void CachedRoot::Debug::print() const in print()
1798 CachedRoot* b = base(); in print()