Searched refs:focusBounds (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCacheBuilder.h84 IntRect* focusBounds, int x, int y, WTF::Vector<IntRect>* result);
212 WTF::Vector<IntRect>* result, IntRect* focusBounds);
222 IntRect* focusBounds, const IntRect& clip, WTF::Vector<IntRect>* result);
224 Text* last, int end, int x, int y, IntRect* focusBounds,
H A DCachedRoot.h62 const WebCore::IntRect& focusBounds() const { return mFocusBounds; } function in class:android::CachedRoot
H A DCacheBuilder.cpp511 IntRect focusBounds = IntRect(0, 0, INT_MAX, INT_MAX); local
512 IntRect* rectPtr = &focusBounds;
2857 WTF::Vector<IntRect>* result, IntRect* focusBounds)
2871 focusBounds->unite(bounds);
2882 focusBounds->unite(bounds);
2888 if (focusBounds->isEmpty())
2889 *focusBounds = bounds;
2891 focusBounds->unite(bounds);
2896 IntRect* focusBounds, int x, int y, WTF::Vector<IntRect>* result)
2937 x, y, focusBounds, clipBound
2856 AddPartRect(IntRect& bounds, int x, int y, WTF::Vector<IntRect>* result, IntRect* focusBounds) argument
2895 ConstructPartRects(Node* node, const IntRect& bounds, IntRect* focusBounds, int x, int y, WTF::Vector<IntRect>* result) argument
2995 ConstructTextRect(Text* textNode, InlineTextBox* textBox, int start, int relEnd, int x, int y, IntRect* focusBounds, const IntRect& clipBounds, WTF::Vector<IntRect>* result) argument
3030 ConstructTextRects(Text* node, int start, Text* last, int end, int x, int y, IntRect* focusBounds, const IntRect& clipBounds, WTF::Vector<IntRect>* result) argument
[all...]

Completed in 114 milliseconds