OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tab_view_bounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/
mouseleave_browsertest.cc
29
gfx::Rect
tab_view_bounds
;
local
30
tab->GetView()->GetContainerBounds(&
tab_view_bounds
);
33
tab_view_bounds
.x() +
tab_view_bounds
.width() / 2,
34
tab_view_bounds
.y() + 10);
36
tab_view_bounds
.x() +
tab_view_bounds
.width() / 2,
37
tab_view_bounds
.y() - 2);
/external/chromium/chrome/browser/history/
redirect_uitest.cc
164
gfx::Rect
tab_view_bounds
;
local
166
ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER, &
tab_view_bounds
,
168
ASSERT_TRUE(window->SimulateOSClick(
tab_view_bounds
.CenterPoint(),
/external/chromium/chrome/browser/
unload_uitest.cc
448
gfx::Rect
tab_view_bounds
;
local
450
&
tab_view_bounds
, true));
453
ASSERT_TRUE(window->SimulateOSClick(
tab_view_bounds
.CenterPoint(),
Completed in 212 milliseconds