OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callout_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/panels/
panel_layout_manager.cc
210
gfx::Rect
callout_bounds
= GetWindowBoundsInScreen();
local
213
callout_bounds
.set_width(kArrowWidth);
214
callout_bounds
.set_height(kArrowHeight);
216
callout_bounds
.set_width(kArrowHeight);
217
callout_bounds
.set_height(kArrowWidth);
219
GetNativeWindow()->SetBounds(
callout_bounds
);
222
SchedulePaintInRect(gfx::Rect(gfx::Point(),
callout_bounds
.size()));
812
gfx::Rect
callout_bounds
= callout_widget->GetWindowBoundsInScreen();
local
817
callout_bounds
.set_x(
818
icon_bounds.x() + (icon_bounds.width() -
callout_bounds
.width()) / 2)
[
all
...]
panel_layout_manager_unittest.cc
178
gfx::Rect
callout_bounds
= widget->GetWindowBoundsInScreen();
local
186
EXPECT_EQ(panel_bounds.bottom(),
callout_bounds
.y());
189
EXPECT_EQ(panel_bounds.x(),
callout_bounds
.right());
192
EXPECT_EQ(panel_bounds.right(),
callout_bounds
.x());
195
EXPECT_EQ(panel_bounds.y(),
callout_bounds
.bottom());
Completed in 776 milliseconds