Home | History | Annotate | Download | only in nav

Lines Matching refs:CachedFrame

44 class CachedFrame;
90 WebCore::IntRect bounds(const CachedFrame* ) const;
93 void clearCursor(CachedFrame* );
98 WebCore::IntRect cursorRingBounds(const CachedFrame* ) const;
99 void cursorRings(const CachedFrame* , WTF::Vector<WebCore::IntRect>* ) const;
102 void fixUpCursorRects(const CachedFrame* frame);
106 void hideCursor(CachedFrame* );
107 WebCore::IntRect hitBounds(const CachedFrame* ) const;
117 bool isNavable(const CachedFrame* frame, const WebCore::IntRect& clip) const {
124 bool isTextField(const CachedFrame*) const;
129 WebCore::IntRect localBounds(const CachedFrame* ) const;
130 void localCursorRings(const CachedFrame* ,
132 WebCore::IntRect localHitBounds(const CachedFrame* ) const;
133 WebCore::IntRect localRing(const CachedFrame* , size_t part) const;
145 WebCore::IntRect ring(const CachedFrame* , size_t part) const;