Searched refs:rect_in_tabstrip_coords (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc459 gfx::Rect rect_in_tabstrip_coords = gfx::ToEnclosingRect( local
462 if (rect_in_tabstrip_coords.y() > tabstrip->height())
465 return !tabstrip->HitTestRect(rect_in_tabstrip_coords) ||
466 tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords);
H A Dopaque_browser_frame_view.cc511 gfx::Rect rect_in_tabstrip_coords = gfx::ToEnclosingRect( local
513 if (rect_in_tabstrip_coords.bottom() > tabstrip->GetLocalBounds().bottom()) {
518 if (tabstrip->HitTestRect(rect_in_tabstrip_coords)) {
520 return tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords);

Completed in 520 milliseconds