Home
last modified time | relevance | path

Searched refs:IsRectInWindowCaption (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.h196 bool IsRectInWindowCaption(const gfx::Rect& rect);
Dtab_strip.cc900 return IsRectInWindowCaption(gfx::Rect(point, gfx::Size(1, 1))); in IsPositionInWindowCaption()
903 bool TabStrip::IsRectInWindowCaption(const gfx::Rect& rect) { in IsRectInWindowCaption() function in TabStrip
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash.cc466 tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords); in DoesIntersectRect()
Dopaque_browser_frame_view.cc520 return tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords); in DoesIntersectRect()