OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
312
gfx::Rect
tabstrip_bounds
(
314
tabstrip_bounds
= gfx::win::DIPToScreenRect(
tabstrip_bounds
);
315
margins.cyTopHeight =
tabstrip_bounds
.bottom() + kDWMFrameTopOffset;
browser_view_unittest.cc
24
gfx::Rect
tabstrip_bounds
(
26
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
259
gfx::Rect
tabstrip_bounds
(browser_view()->tabstrip()->bounds());
260
if (client_point.y() <
tabstrip_bounds
.y() + kTabShadowHeight)
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
819
gfx::Rect
tabstrip_bounds
= GetViewScreenBounds(attached_tabstrip_);
local
820
if (DoesRectContainVerticalPointExpanded(
tabstrip_bounds
,
863
gfx::Rect
tabstrip_bounds
= GetViewScreenBounds(tabstrip);
local
[
all
...]
Completed in 2673 milliseconds