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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc307 tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords);
H A Dopaque_browser_frame_view.cc322 return tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h166 bool IsRectInWindowCaption(const gfx::Rect& rect);
H A Dtab_strip.cc935 return IsRectInWindowCaption(gfx::Rect(point, gfx::Size(1, 1)));
938 bool TabStrip::IsRectInWindowCaption(const gfx::Rect& rect) { function in class:TabStrip

Completed in 125 milliseconds