Home
last modified time | relevance | path

Searched refs:ConvertRectFromAncestor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/
Dview.h1341 bool ConvertRectFromAncestor(const View* ancestor, gfx::RectF* rect) const;
Dview.cc698 target->ConvertRectFromAncestor(root, rect); in ConvertRectToTarget()
2088 bool View::ConvertRectFromAncestor(const View* ancestor, in ConvertRectFromAncestor() function in views::View