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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 187 bool IsRectInWindowCaption(const gfx::Rect& rect);
tab_strip.cc 898 return IsRectInWindowCaption(gfx::Rect(point, gfx::Size(1, 1)));
901 bool TabStrip::IsRectInWindowCaption(const gfx::Rect& rect) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 318 tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords);
opaque_browser_frame_view.cc 324 return tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords);
    [all...]

Completed in 80 milliseconds