HomeSort by relevance Sort by last modified time
    Searched refs:rect_in_tabstrip_coords (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 459 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);
opaque_browser_frame_view.cc 511 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);
    [all...]

Completed in 76 milliseconds