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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.cc 313 gfx::Rect tabstrip_bounds(
315 tabstrip_bounds = gfx::win::DIPToScreenRect(tabstrip_bounds);
316 margins.cyTopHeight = tabstrip_bounds.bottom() + kDWMFrameTopOffset;
browser_view_unittest.cc 27 gfx::Rect tabstrip_bounds(
29 gfx::Point tabstrip_origin(tabstrip_bounds.origin());
browser_view_layout.cc 388 gfx::Rect tabstrip_bounds(delegate_->GetBoundsForTabStripInBrowserView());
391 tab_strip_->SetBoundsRect(tabstrip_bounds);
393 return tabstrip_bounds.bottom();
browser_non_client_frame_view_ash.cc 217 gfx::Rect tabstrip_bounds(browser_view()->tabstrip()->bounds());
218 if (client_point.y() < tabstrip_bounds.y() + kTabShadowHeight)
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 911 gfx::Rect tabstrip_bounds = GetViewScreenBounds(attached_tabstrip_); local
955 gfx::Rect tabstrip_bounds = GetViewScreenBounds(tabstrip); local
    [all...]

Completed in 116 milliseconds