OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:panel_bounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc
99
gfx::Rect
panel_bounds
= panel->GetBoundsInRootWindow();
local
100
gfx::Point root_point = gfx::Point(
panel_bounds
.x(),
panel_bounds
.y());
177
gfx::Rect
panel_bounds
= panel->GetBoundsInScreen();
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());
/external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc
687
gfx::Rect
panel_bounds
= panel->GetBounds();
local
692
overlap = GetVerticalOverlap(potential_dragging_bounds,
panel_bounds
);
696
panel_bounds
);
703
target_bounds->set_x(
panel_bounds
.x() - target_bounds->width());
707
distance = GetHorizontalDistance(
panel_bounds
,
715
target_bounds->set_x(
panel_bounds
.right());
725
distance = GetVerticalDistance(potential_bottom_bounds,
panel_bounds
);
726
overlap = GetHorizontalOverlap(
panel_bounds
, potential_bottom_bounds);
736
current_dragging_bounds.y() +
panel_bounds
.y() -
745
distance = GetVerticalDistance(
panel_bounds
, potential_dragging_bounds)
[
all
...]
docked_panel_collection.cc
254
gfx::Rect
panel_bounds
= panel->GetBounds();
local
255
AdjustPanelBoundsPerExpansionState(panel, &
panel_bounds
);
256
panel->SetPanelBounds(
panel_bounds
);
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
694
gfx::Rect
panel_bounds
= panel_widget_->GetWindowScreenBounds();
local
695
if (min_bounds.height() <
panel_bounds
.height())
697
else if (min_bounds.height() >
panel_bounds
.height()) {
701
panel_bounds
.set_width(width);
702
panel_widget_->SetBounds(
panel_bounds
);
Completed in 167 milliseconds