Home | History | Annotate | Download | only in nav

Lines Matching refs:CachedNode

44 class CachedNode;
60 const CachedNode* findAt(const WebCore::IntRect& , const CachedFrame** ,
69 bool innerDown(const CachedNode* , BestData* ) const;
70 bool innerLeft(const CachedNode* , BestData* ) const;
71 void innerMove(const CachedNode* ,BestData* bestData, Direction ,
73 bool innerRight(const CachedNode* , BestData* ) const;
74 bool innerUp(const CachedNode* , BestData* ) const;
77 const CachedNode* moveCursor(Direction , const CachedFrame** , WebCore::IntPoint* scroll);
82 * @return CachedNode* Next textfield/textarea or null (0) if none.
84 const CachedNode* nextTextField(const CachedNode* start,
92 void setCursor(CachedFrame* , CachedNode* );
94 void setCachedFocus(CachedFrame* , CachedNode* );
121 mutable const CachedNode* mCursor;