Home | History | Annotate | Download | only in nav

Lines Matching refs:CachedRoot

39 #include "CachedRoot.h"
684 bool CachedRoot::adjustForScroll(BestData* best, CachedFrame::Direction direction,
713 int CachedRoot::checkForCenter(int x, int y) const
729 void CachedRoot::checkForJiggle(int* xDeltaPtr) const
746 bool CachedRoot::checkRings(SkPicture* picture,
766 void CachedRoot::draw(FindCanvas& canvas) const
777 const CachedNode* CachedRoot::findAt(const WebCore::IntRect& rect,
782 (const_cast<CachedRoot*>(this))->resetClippedOut();
801 WebCore::IntPoint CachedRoot::cursorLocation() const
808 WebCore::IntPoint CachedRoot::focusLocation() const
816 int CachedRoot::getAndResetSelectionEnd()
823 int CachedRoot::getAndResetSelectionStart()
830 int CachedRoot::getBlockLeftEdge(int x, int y, float scale) const
867 void CachedRoot::getSimulatedMousePosition(WebCore::IntPoint* point) const
889 void CachedRoot::init(WebCore::Frame* frame, CachedHistory* history)
897 bool CachedRoot::innerDown(const CachedNode* test, BestData* bestData) const
923 bool CachedRoot::innerLeft(const CachedNode* test, BestData* bestData) const
948 void CachedRoot::innerMove(const CachedNode* node, BestData* bestData,
1021 bool CachedRoot::innerRight(const CachedNode* test, BestData* bestData) const
1047 bool CachedRoot::innerUp(const CachedNode* test, BestData* bestData) const
1071 WebCore::String CachedRoot::imageURI(int x, int y) const
1083 bool CachedRoot::maskIfHidden(BestData* best) const
1206 const CachedNode* CachedRoot::moveCursor(Direction direction, const CachedFrame** framePtr,
1212 CachedRoot* frame = this;
1291 const CachedNode* CachedRoot::nextTextField(const CachedNode* start,
1298 SkPicture* CachedRoot::pictureAt(int x, int y) const
1313 void CachedRoot::reset()
1325 bool CachedRoot::scrollDelta(WebCore::IntRect& newOutset, Direction direction, int* delta)
1347 void CachedRoot::setCachedFocus(CachedFrame* frame, CachedNode* node)
1373 void CachedRoot::setCursor(CachedFrame* frame, CachedNode* node)
1409 void CachedRoot::setCursorCache(int scrollX, int scrollY) const
1457 CachedRoot* CachedRoot::Debug::base() const {
1458 CachedRoot* nav = (CachedRoot*) ((char*) this - OFFSETOF(CachedRoot, mDebug));
1462 void CachedRoot::Debug::print() const
1469 CachedRoot* b = base();