OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callout_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/panels/
panel_layout_manager.cc
211
gfx::Rect
callout_bounds
= GetWindowBoundsInScreen();
local
214
callout_bounds
.set_width(kArrowWidth);
215
callout_bounds
.set_height(kArrowHeight);
217
callout_bounds
.set_width(kArrowHeight);
218
callout_bounds
.set_height(kArrowWidth);
220
GetNativeWindow()->SetBounds(
callout_bounds
);
223
SchedulePaintInRect(gfx::Rect(gfx::Point(),
callout_bounds
.size()));
831
gfx::Rect
callout_bounds
= callout_widget->GetWindowBoundsInScreen();
local
836
callout_bounds
.set_x(
837
icon_bounds.x() + (icon_bounds.width() -
callout_bounds
.width()) / 2)
[
all
...]
panel_layout_manager_unittest.cc
172
gfx::Rect
callout_bounds
= widget->GetWindowBoundsInScreen();
local
180
EXPECT_EQ(panel_bounds.bottom(),
callout_bounds
.y());
183
EXPECT_EQ(panel_bounds.x(),
callout_bounds
.right());
186
EXPECT_EQ(panel_bounds.right(),
callout_bounds
.x());
189
EXPECT_EQ(panel_bounds.y(),
callout_bounds
.bottom());
[
all
...]
Completed in 88 milliseconds