Home | History | Annotate | Download | only in nav

Lines Matching refs:CachedNode

30 #include "CachedNode.h"
688 const CachedNode* newNode = best->mNode;
777 const CachedNode* CachedRoot::findAt(const WebCore::IntRect& rect,
784 const CachedNode* directHit = NULL;
785 const CachedNode* node = findBestAt(rect, &best, &inside, &directHit,
841 const CachedNode* node = findAt(rect, &frame, &fx, &fy, true);
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,
960 const CachedNode* cursor = currentCursor(&cursorFrame);
1021 bool CachedRoot::innerRight(const CachedNode* test, BestData* bestData) const
1047 bool CachedRoot::innerUp(const CachedNode* test, BestData* bestData) const
1085 const CachedNode* bestNode = best->mNode;
1143 CachedNode* node = const_cast<CachedNode*>(best->mNode);
1206 const CachedNode* CachedRoot::moveCursor(Direction direction, const CachedFrame** framePtr,
1213 const CachedNode* node = frame->document();
1288 return const_cast<CachedNode*>(bestData.mNode);
1291 const CachedNode* CachedRoot::nextTextField(const CachedNode* start,
1347 void CachedRoot::setCachedFocus(CachedFrame* frame, CachedNode* node)
1362 const CachedNode* focus = currentFocus(&focusFrame);
1373 void CachedRoot::setCursor(CachedFrame* frame, CachedNode* node)
1377 const CachedNode* cursor = currentCursor(&cursorFrame);